PKG-INFO 574 B

123456789101112131415
  1. Metadata-Version: 1.0
  2. Name: pyOpenSSL
  3. Version: 0.11
  4. Summary: Python wrapper module around the OpenSSL library
  5. Home-page: http://pyopenssl.sourceforge.net/
  6. Author: Jean-Paul Calderone
  7. Author-email: exarkun@twistedmatrix.com
  8. License: LGPL
  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