Installation From PyPI pip install arglite With uv uv add arglite Development setup git clone https://github.com/dougluman/arglite.git cd arglite uv sync --extra dev Run the tests: uv run --with pytest pytest tests/ Documentation dependencies To build the docs locally: uv sync --extra docs uv run --extra docs mkdocs serve