pytools Command line tools, implemented in Python. Installation In the root directory, run: poetry install To run an individual tool: poetry run <toolname> Or alternatively, launch the Poetry shell and make the tools globally accessible: poetry shell