Installation
Basic install
pip install timedatamodel
Optional extras
Extra |
Command |
Description |
|---|---|---|
|
|
pandas support |
|
|
polars support |
|
|
pint unit support |
|
|
shapely geo support |
|
|
everything |
Development install
git clone https://github.com/time-work/TimeDataModel.git
cd TimeDataModel
pip install -e .[dev]