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

Identity ep #129

Closed iurisilvio closed 11 years ago

iurisilvio commented 11 years ago

128 is done here. Implemented --export and --public. The merge part should work straight forward.

iurisilvio commented 11 years ago

Travis didn't liked this pull request. I will fix py3k issues.

iurisilvio commented 11 years ago

The a2e03ec commit is up to discussion.

Probably other encryptors will break too, but I guess it is not a ejtp-identity issue, encryptor deserve more tests to guarantee responses are JSON serializable.

iurisilvio commented 11 years ago

I decided to create a custom JSONEncoder instead of change encryptors.

MaddieM4 commented 11 years ago

Sorry I've been so caught up in other stuff the last few days. I'll review this tomorrow. The JSONEncoder looks really promising!

MaddieM4 commented 11 years ago

I'm checking this out, and it looks awesome. It is conspicuously missing one thing that makes export useful - multiple name output - but I'll code that myself just to get this out of purgatory. Should be done before midnight, if I don't completely dick around.