Installation
You can install ASAF using the following commands.
For the latest PyPI release:
pip install asaf
For the development version:
pip install "asaf @ git+https://github.com/bartoszmazurwro/asaf.git"
For local development:
git clone https://github.com/bartoszmazurwro/asaf.git
cd asaf
uv sync --locked --all-extras --dev
uv run pytest