georgebrock / 1pass

A command line interface for 1Password
MIT License
988 stars 54 forks source link

Python 3 & cryptography support #26

Closed RazerM closed 7 years ago

RazerM commented 9 years ago

I forked 1pass to a) add Python 3 support and b) use cryptography instead of M2Crypto (I had trouble installing).

I started doing this without intending to re-upload to GitHub, but perhaps you might want to merge some or all of these changes in.

All the tests should pass on Python 2 and 3, unless I broke something while cleaning up the git history.

AdamIsrael commented 7 years ago

Hi Razer,

Sorry for missing this! I just merged in my PR that does similar to add Python 3 support.