Version: v1.0.0-beta • Status: Beta (stable core, MVC layer in progress)
MAC is a fast, reliable, simple Python core with SQLite/JSON drivers, transactions, bulk ops, plugins, and a clean Model API.
# install in editable mode
pip install -e .
# run tests
pytest -q
pip install pre-commit
pre-commit install
# run linters locally
ruff check .
black --check .
See CHANGELOG and GitHub milestones.
MIT — see LICENSE.