README.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ========================================================
  2. pyOpenSSL -- A Python wrapper around the OpenSSL library
  3. ========================================================
  4. .. image:: https://readthedocs.org/projects/pyopenssl/badge/?version=stable
  5. :target: https://pyopenssl.org/en/stable/
  6. :alt: Stable Docs
  7. .. image:: https://travis-ci.org/pyca/pyopenssl.svg?branch=master
  8. :target: https://travis-ci.org/pyca/pyopenssl
  9. :alt: Build status
  10. .. image:: https://codecov.io/github/pyca/pyopenssl/branch/master/graph/badge.svg
  11. :target: https://codecov.io/github/pyca/pyopenssl
  12. :alt: Test coverage
  13. High-level wrapper around a subset of the OpenSSL library. Includes
  14. * ``SSL.Connection`` objects, wrapping the methods of Python's portable sockets
  15. * Callbacks written in Python
  16. * Extensive error-handling mechanism, mirroring OpenSSL's error codes
  17. ... and much more.
  18. You can find more information in the documentation_.
  19. Development takes place on GitHub_.
  20. Discussion
  21. ==========
  22. If you run into bugs, you can file them in our `issue tracker`_.
  23. We maintain a cryptography-dev_ mailing list for both user and development discussions.
  24. You can also join ``#cryptography-dev`` on Freenode to ask questions or get involved.
  25. .. _documentation: https://pyopenssl.org/
  26. .. _`issue tracker`: https://github.com/pyca/pyopenssl/issues
  27. .. _cryptography-dev: https://mail.python.org/mailman/listinfo/cryptography-dev
  28. .. _GitHub: https://github.com/pyca/pyopenssl