Installation¶
From PyPI¶
This installs the clat command on your PATH.
Distribution name vs command name
You install clat-tidy but run clat. The PyPI distribution is
called clat-tidy because the name clat was already taken; the command,
the importable package, and the config files are all still clat.
Requires Python ≥ 3.8. On Python < 3.11, the tomli TOML reader
is installed automatically (3.11+ uses the standard-library tomllib).
clat's only runtime dependency is rich, for its coloured terminal
output.
Verify¶
With pipx¶
To keep clat isolated from your project environments:
Development install¶
Clone the repository and install in editable mode:
To build the documentation as well, install the docs extra:
Run the test suite with: