Skip to content

Install

AcqStore is a standalone Python package. Clone the repository and sync dependencies with uv.

Development install

git clone https://github.com/mapmanager/acqstore.git
cd acqstore
uv sync --group dev

Tests

uv sync --group dev
uv run pytest

Format-specific loader tests skip cleanly when optional local fixtures under tests/acqstore/data/ are unavailable.

Next