PKG-INFO 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Metadata-Version: 2.1
  2. Name: josepy
  3. Version: 1.1.0
  4. Summary: JOSE protocol implementation in Python
  5. Home-page: https://github.com/certbot/josepy
  6. Author: Certbot Project
  7. Author-email: client-dev@letsencrypt.org
  8. License: Apache License 2.0
  9. Description: JOSE protocol implementation in Python using cryptography
  10. .. image:: https://travis-ci.org/certbot/josepy.svg?branch=master
  11. :target: https://travis-ci.org/certbot/josepy
  12. .. image:: https://codecov.io/gh/certbot/josepy/branch/master/graph/badge.svg
  13. :target: https://codecov.io/gh/certbot/josepy
  14. .. image:: https://readthedocs.org/projects/josepy/badge/?version=latest
  15. :target: http://josepy.readthedocs.io/en/latest/?badge=latest
  16. Originally developed as part of the ACME_ protocol implementation.
  17. .. _ACME: https://pypi.python.org/pypi/acme
  18. Platform: UNKNOWN
  19. Classifier: Development Status :: 3 - Alpha
  20. Classifier: Intended Audience :: Developers
  21. Classifier: License :: OSI Approved :: Apache Software License
  22. Classifier: Programming Language :: Python
  23. Classifier: Programming Language :: Python :: 2
  24. Classifier: Programming Language :: Python :: 2.6
  25. Classifier: Programming Language :: Python :: 2.7
  26. Classifier: Programming Language :: Python :: 3
  27. Classifier: Programming Language :: Python :: 3.3
  28. Classifier: Programming Language :: Python :: 3.4
  29. Classifier: Programming Language :: Python :: 3.5
  30. Classifier: Programming Language :: Python :: 3.6
  31. Classifier: Topic :: Internet :: WWW/HTTP
  32. Classifier: Topic :: Security
  33. Provides-Extra: docs
  34. Provides-Extra: tests
  35. Provides-Extra: dev