kushaldas / johnnycanencrypt

Python module for OpenPGP written in Rust.
GNU Lesser General Public License v3.0
51 stars 9 forks source link

consider adding API to allow drop-in replacement for existing python gpg projects #22

Open redshiftzero opened 4 years ago

redshiftzero commented 4 years ago

There are multiple Python projects for using pgp (these both wrap the gpg binary):

For those folks that must use the PGP ecosystem, it might be worth adding an API here similar to existing popular Python gpg projects which would enable the use of this project as a drop-in replacement.