MaddieM4 / EJTP-lib-python

Encrypted JSON Transport Protocol library for Python 2.6-3.3.
GNU Lesser General Public License v3.0
23 stars 10 forks source link

Implement Address class in ejtp/address.py #146

Open rht opened 10 years ago

rht commented 10 years ago

Essentially a namedtuple. Most of the code has been implemented by @MoritzS in https://github.com/campadrenalin/EJTP-lib-python/pull/138 Fixes #137.

rht commented 10 years ago

Travis failed to install the python packages, but this commit passes all the tests in ejtp/tests.