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

Interactive identity creator #142

Closed MaddieM4 closed 11 years ago

MaddieM4 commented 11 years ago

It can be awkward to tie together a new Identity from the different subcommands in ejtp-identity. We need to make a new subcommand that helps you interactively construct an Identity, and save it to a cache. This will be invaluable for adoption.

MaddieM4 commented 11 years ago

In the interest of time, I will make the regression testing a separate issue. For now, this seems to work on Python 2 and Python 3 in manual testing.