.gitignore
CITATION.cff
CONTRIBUTING.md
LICENSE
Makefile
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/update-citation.yml
src/kronikas/__init__.py
src/kronikas/config.py
src/kronikas/data.py
src/kronikas/forecast.py
src/kronikas/model.py
src/kronikas.egg-info/PKG-INFO
src/kronikas.egg-info/SOURCES.txt
src/kronikas.egg-info/dependency_links.txt
src/kronikas.egg-info/requires.txt
src/kronikas.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_data.py
tests/test_forecast.py
tests/test_kronikas.py
tests/test_model.py