Installation¶
Requirements¶
- Python ≥ 3.13
Basic Installation¶
Or with uv:
Core Dependencies¶
These are installed automatically:
| Package | Purpose |
|---|---|
pandas |
DataFrame and Series serialization |
polars |
Polars DataFrame/Series serialization |
pyarrow |
Parquet file format for tabular data |
numpy |
Array serialization |
orjson |
Fast JSON encoding/decoding |
pyyaml |
YAML support |
platformdirs |
Platform-specific directory paths |
Optional Dependencies¶
Some types require additional packages:
Development Installation¶
To install with all development dependencies (including test tools):
Or clone the repository and install in editable mode: