ISO 8601 period and duration arithmetic, including offsets from the natural boundary, for defining sampling resolution and periodicity in timeseries data
- TODO
Documentation is built with Sphinx and deployed to GitHub Pages.
- Live site: https://richjam.github.io/isoperiod/
- Preview locally:
make docs-serve(serves at http://localhost:8000) - Build:
make docs-build
API documentation is auto-generated from docstrings using sphinx-autodoc.
To set up for local development:
git clone git@github.com:richjam/isoperiod.git
cd isoperiod
uv syncRun tests:
uv run pytestRun quality checks (format, lint, type check, test):
make qaIf you use this software, please cite it using the metadata in CITATION.cff.
MIT
Built with Cookiecutter and the NERC-CEH/fdri-cookiecutter-templates template.