Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 276 Bytes

File metadata and controls

24 lines (15 loc) · 276 Bytes

cactus-schema

Public facing models for the various CACTUS APIs

Usage

uv add cactus-schema

pip install cactus-schema

Development

Clone repo - then run:

# With uv
uv sync --all-extras
uv run pytest

# With pip
pip install -e .[dev,test,client]
pytest