torlib is an open source Python utility package that can help in many scenarios :D
This package can be installed from PyPi by running:
pip install torlib
You can view the documentation for torlib.
To build the documentation locally, you can run the following command on your terminal (Sphinx is required):
sphinx-build -b html docs/ docs/_build/ -D language="en"
See release notes for changelog https://github.com/noppadol-assava/torlib/releases
torlib is licensed under the MIT License.