Skip to content

nabla-c0d3/tls_parser

Repository files navigation

tls_parser

Run tests PyPI version

Small library to parse TLS records; used by SSLyze.

Development environment

To setup a development environment:

$ pip install --upgrade pip setuptools wheel
$ pip install -e . 
$ pip install -r requirements-dev.txt

The tests can then be run using:

$ invoke test