CommonLibs is a Python library package providing general tools used by other applications. It includes the following sub-packages:
- fileio: Tools for simpler file path handling
- logger: Consistent logging across different Python packages
- math: Vector manipulations
- dicts: Dictionary tools
See: https://commonlibs.readthedocs.io/
pip install commonlibs