An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# tlslib.py

[![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)

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