https://github.com/trailofbits/tlslib.py
MVP for updated PEP 543 proposal
https://github.com/trailofbits/tlslib.py
Last synced: 8 months ago
JSON representation
MVP for updated PEP 543 proposal
- Host: GitHub
- URL: https://github.com/trailofbits/tlslib.py
- Owner: trailofbits
- License: apache-2.0
- Created: 2024-02-16T17:51:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T17:56:24.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T13:07:14.946Z (about 1 year ago)
- Language: Python
- Homepage: https://trailofbits.github.io/tlslib.py/
- Size: 114 KB
- Stars: 12
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tlslib.py
[](https://github.com/trailofbits/tlslib.py/actions/workflows/tests.yml)
[](https://pypi.org/project/tlslib)
[](https://repology.org/project/python:tlslib/versions)
Interfaces and example backends for a modern unified TLS API for Python, adapted from [PEP 543].
## Licensing
This repository is licensed under the terms of the Apache License, Version 2, except where noted below.
The `asyncio` example is adapted from the CPython `asyncio` and falls under the PSF license (see [LICENSE.cpython]).
[PEP 543]: https://peps.python.org/pep-0543/
[LICENSE.cpython]: ./LICENSE.cpython