Installation
Requirements
With uv (recommended)
git clone https://github.com/sashakile/chacana.git
cd chacana
uv sync --dev
With pip
git clone https://github.com/sashakile/chacana.git
cd chacana
pip install -e ".[dev]"
Dependencies
Chacana has minimal runtime dependencies:
- arpeggio -- PEG parser library
- tomli -- TOML parser (only needed for Python < 3.11)
Verifying the installation
python -c "import chacana; print(chacana.__version__)"
# 0.1.0