tls_parser 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