Installation

Using pip:

pip install ttp

Or clone from GitHub, unzip, navigate to folder and run:

python setup.py install or python -m pip install .

Install all optional dependencies:

pip install ttp[full]

Additional dependencies

TTP mainly uses built-in libraries. However, additional modules need to be installed on the system for certain features to work.

Group Functions

Output Formatters

Output Functions

Lookup Tables

All above optional dependencies can be installed using full extras:

pip install ttp[full]