PKG-INFO 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. Metadata-Version: 1.1
  2. Name: pyOpenSSL
  3. Version: 0.15.1
  4. Summary: Python wrapper module around the OpenSSL library
  5. Home-page: https://github.com/pyca/pyopenssl
  6. Author: Jean-Paul Calderone
  7. Author-email: exarkun@twistedmatrix.com
  8. License: APL2
  9. Description: High-level wrapper around a subset of the OpenSSL library, includes
  10. * SSL.Connection objects, wrapping the methods of Python's portable
  11. sockets
  12. * Callbacks written in Python
  13. * Extensive error-handling mechanism, mirroring OpenSSL's error codes
  14. ... and much more ;)
  15. Platform: UNKNOWN
  16. Classifier: Development Status :: 6 - Mature
  17. Classifier: Intended Audience :: Developers
  18. Classifier: License :: OSI Approved :: Apache Software License
  19. Classifier: Operating System :: MacOS :: MacOS X
  20. Classifier: Operating System :: Microsoft :: Windows
  21. Classifier: Operating System :: POSIX
  22. Classifier: Programming Language :: Python :: 2
  23. Classifier: Programming Language :: Python :: 3
  24. Classifier: Programming Language :: Python :: 2.6
  25. Classifier: Programming Language :: Python :: 2.7
  26. Classifier: Programming Language :: Python :: 3.2
  27. Classifier: Programming Language :: Python :: 3.3
  28. Classifier: Programming Language :: Python :: Implementation :: CPython
  29. Classifier: Programming Language :: Python :: Implementation :: PyPy
  30. Classifier: Topic :: Security :: Cryptography
  31. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  32. Classifier: Topic :: System :: Networking