Metadata-Version: 2.1
Name: tlslib
Version: 0.0.2rc2
Summary: An example MVP for the updated PEP 543 proposal
Author-email: Trail of Bits <opensource@trailofbits.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: truststore
Requires-Dist: tlslib[doc,test,lint] ; extra == "dev"
Requires-Dist: twine ; extra == "dev"
Requires-Dist: wheel ; extra == "dev"
Requires-Dist: build ; extra == "dev"
Requires-Dist: pdoc ; extra == "doc"
Requires-Dist: ruff ; extra == "lint"
Requires-Dist: mypy >= 1.0 ; extra == "lint"
Requires-Dist: types-html5lib ; extra == "lint"
Requires-Dist: types-requests ; extra == "lint"
Requires-Dist: types-toml ; extra == "lint"
Requires-Dist: interrogate ; extra == "lint"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pytest-subtests ; extra == "test"
Requires-Dist: pretend ; extra == "test"
Requires-Dist: coverage[toml] ; extra == "test"
Project-URL: Documentation, https://trailofbits.github.io/tlslib.py/
Project-URL: Homepage, https://pypi.org/project/tlslib
Project-URL: Issues, https://github.com/trailofbits/tlslib.py/issues
Project-URL: Source, https://github.com/trailofbits/tlslib.py
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: lint
Provides-Extra: test

# tlslib.py

<!--- BADGES: START --->
[![CI](https://github.com/trailofbits/tlslib.py/actions/workflows/tests.yml/badge.svg)](https://github.com/trailofbits/tlslib.py/actions/workflows/tests.yml)
[![PyPI version](https://badge.fury.io/py/tlslib.svg)](https://pypi.org/project/tlslib)
[![Packaging status](https://repology.org/badge/tiny-repos/python:tlslib.svg)](https://repology.org/project/python:tlslib/versions)
<!--- BADGES: END --->

An example MVP for the updated PEP 543 proposal

The asyncio example is adapted from the CPython asyncio and falls under the PSF license (see LICENSE.cpython).

