cd && git clone # path-to-this-repository.gitcurl -LsSf https://astral.sh/uv/install.sh | shhttps://docs.astral.sh/uv/getting-started/installation/
pre-commit install
pre-commit autoupdate
pre-commit run --all-filesSee tox for all test environments.
To run all:
uvx toxTo run a specific environment:
uvx tox -e py311To generate documentation:
uvx tox -e docsThe HTML pages are in docs/build/html.