METADATA 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Metadata-Version: 2.1
  2. Name: python-gnupg
  3. Version: 0.4.9
  4. Summary: A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
  5. Home-page: https://github.com/vsajip/python-gnupg
  6. Author: Vinay Sajip
  7. Author-email: vinay_sajip@yahoo.co.uk
  8. Maintainer: Vinay Sajip
  9. Maintainer-email: vinay_sajip@yahoo.co.uk
  10. License: BSD
  11. Project-URL: Documentation, https://gnupg.readthedocs.io/
  12. Project-URL: Source, https://github.com/vsajip/python-gnupg
  13. Project-URL: Tracker, https://github.com/vsajip/python-gnupg/issues
  14. Keywords: GnuPG,cryptography,encryption,decryption,signing,verification
  15. Platform: any
  16. Classifier: Development Status :: 5 - Production/Stable
  17. Classifier: Intended Audience :: Developers
  18. Classifier: License :: OSI Approved :: BSD License
  19. Classifier: Programming Language :: Python
  20. Classifier: Programming Language :: Python :: 2
  21. Classifier: Programming Language :: Python :: 3
  22. Classifier: Programming Language :: Python :: 2.7
  23. Classifier: Programming Language :: Python :: 3.6
  24. Classifier: Programming Language :: Python :: 3.7
  25. Classifier: Programming Language :: Python :: 3.8
  26. Classifier: Programming Language :: Python :: 3.9
  27. Classifier: Programming Language :: Python :: 3.10
  28. Classifier: Programming Language :: Python :: 3.11
  29. Classifier: Operating System :: OS Independent
  30. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  31. License-File: LICENSE.txt
  32. This module allows easy access to GnuPG's key management, encryption and signature
  33. functionality from Python programs. It is intended for use with Python 2.4 or
  34. greater.
  35. Releases are normally signed using a GnuPG key with the user id
  36. vinay_sajip@yahoo.co.uk and the following fingerprint:
  37. CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86
  38. As PyPI no longer shows signatures, you should be able to download release archives
  39. and signatures from
  40. https://bitbucket.org/vinay.sajip/python-gnupg/downloads/
  41. The archives should be the same as those uploaded to PyPI.