https://github.com/python-hyper/pep543
A Unified TLS API for Python
https://github.com/python-hyper/pep543
Last synced: 8 months ago
JSON representation
A Unified TLS API for Python
- Host: GitHub
- URL: https://github.com/python-hyper/pep543
- Owner: python-hyper
- License: mit
- Created: 2017-02-24T14:07:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T08:02:26.000Z (over 8 years ago)
- Last Synced: 2025-04-01T23:04:42.007Z (10 months ago)
- Language: Python
- Size: 127 KB
- Stars: 6
- Watchers: 22
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
PEP 543: Backport of the Unified TLS API for Python
===================================================
This module contains the draft copy of the proposed ``tls`` module from
`PEP 543`_, the draft specification for the Unified TLS API for Python. This
module is used to centralize development of the API and to flesh out any
difficulties that may be encountered before the module makes it into the
standard library. Once the module is present in the standard library, this
module will become a formal "backport" of the module to support several other
Python versions.
This module is under active development, and is not yet complete. Please
consider very carefully before you rely on it. On the other hand, please by all
means try it out and contribute feedback.
License
-------
This module is made available under the MIT license. See ``LICENSE`` for more
details.
.. _PEP 543: https://www.python.org/dev/peps/pep-0543/