Metadata-Version: 2.4
Name: pyopenssl-qpython
Version: 24.2.1
Summary: Python wrapper module around the OpenSSL library
Author-email: The QPYPI Team <qpypi@qpython.org>
License: MIT AND (Apache-2.0 OR BSD-2-Clause)
Project-URL: Homepage, https://qpypi.qpython.org/project/pyopenssl-qpython/
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Android
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Requires-Python: ==3.12.*
Description-Content-Type: text/markdown
Requires-Dist: cryptography-qpython

This project is a branch of <a target="_blank" rel="noopener" href="https://pypi.org/project/pyOpenSSL/">pyOpenSSL</a> on <a href="https://www.qpython.org">QPython</a>.

High-level wrapper around a subset of the OpenSSL library. Includes

- SSL.Connection objects, wrapping the methods of Python’s portable sockets

- Callbacks written in Python

- Extensive error-handling mechanism, mirroring OpenSSL’s error codes

… and much more.
