WTF (Wiring The Filesystem) is a directory analysis tool designed to visualize the intricate parent-child relationships in file hierarchies, particularly useful for software component directories. Using customizable mapping tables for file extensions, colors, and symbols, WTF helps engineers untangle the structure of complex projects with ease.
pip install wiring-the-filesystem
You can also install the in-development version with:
pip install https://github.com/cosgroma/python-wiring-the-filesystem/archive/main.zip
The official documentation is hosted on Read the Docs.
To run all the tests run:
tox
PYTEST_ADDOPTS=--cov-append tox
will append coverage to an existing .coverage
file.