Installation
Requirements
Python 3.10 or newer
Pydantic v2
pyoxigraph 0.5+
Pinned ranges and CI matrix: Compatibility matrix.
PyPI
pip install triplemodel
From source
git clone https://github.com/eddiethedean/triplemodel.git
cd triplemodel
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e ".[dev]"
Verify
import triplemodel
print(triplemodel.__version__)
Output:
0.12.0
Next: Quickstart or the full Getting started.