Metadata-Version: |
2.1 |
Name: |
PGPy |
Version: |
0.5.4 |
Summary: |
Pretty Good Privacy for Python |
Author: |
Michael Greene |
Author-Email: |
mgreene[at]securityinnovation.com |
Maintainer: |
Security Innovation |
Maintainer-Email: |
opensource[at]securityinnovation.com |
Home-Page: |
https://github.com/SecurityInnovation/PGPy |
Project-Url: |
Documentation, https://pgpy.readthedocs.io/en/latest/ |
Project-Url: |
Bug Tracker, https://github.com/SecurityInnovation/PGPy/issues |
License: |
BSD |
Keywords: |
OpenPGP,PGP,Pretty Good Privacy,GPG,GnuPG,openpgp,pgp,gnupg,gpg,encryption,signature |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Operating System :: MacOS :: MacOS X |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.5 |
Classifier: |
Programming Language :: Python :: 3.4 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Topic :: Security |
Classifier: |
Topic :: Security :: Cryptography |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
License :: OSI Approved :: BSD License |
Requires-Python: |
!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7 |
Requires-Dist: |
cryptography (>=2.6) |
Requires-Dist: |
pyasn1 |
Requires-Dist: |
six (>=1.9.0) |
Requires-Dist: |
singledispatch; python_version < "3.4" |
Requires-Dist: |
enum34; python_version < "3.4" |
Description-Content-Type: |
text/x-rst |