# odoodev-equitania v0.49.0 | python/uv
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▸ Setup:   uv venv --python 3.12 && venv+ && uv pip install -e ".[dev]"
▸ Test:    pytest                    # single: pytest tests/test_database.py::test_name
▸ Lint:    ruff check . && ruff format --check .
▸ Format:  ruff check --fix . && ruff format .
▸ Types:   mypy odoodev
▸ Build:   uv build
▸ Smoke:   odoodev --help
▸ Python:  3.12/3.13 tested, >=3.12 (pyproject.toml); line-length 120, double quotes
