Metadata-Version: 1.1
Name: pep543
Version: 0.0.1
Summary: A Unified TLS API for Python
Home-page: https://python-hyper.org
Author: Cory Benfield
Author-email: cory@lukasa.co.uk
License: MIT License
Description: 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/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
