LICENSE
README.md
pyproject.toml
src/demandplan/__init__.py
src/demandplan/py.typed
src/demandplan.egg-info/PKG-INFO
src/demandplan.egg-info/SOURCES.txt
src/demandplan.egg-info/dependency_links.txt
src/demandplan.egg-info/requires.txt
src/demandplan.egg-info/top_level.txt
src/demandplan/core/__init__.py
src/demandplan/core/quality.py
src/demandplan/core/schema.py
src/demandplan/eval/__init__.py
src/demandplan/eval/backtest.py
src/demandplan/eval/fva.py
src/demandplan/eval/metrics.py
src/demandplan/io/__init__.py
src/demandplan/io/readers.py
src/demandplan/models/__init__.py
src/demandplan/models/base.py
src/demandplan/models/intermittent.py
src/demandplan/models/simple.py
src/demandplan/models/statsforecast_engine.py
src/demandplan/models/statsmodels_adapter.py
src/demandplan/pipeline/__init__.py
src/demandplan/pipeline/features.py
src/demandplan/pipeline/router.py
src/demandplan/proba/__init__.py
src/demandplan/proba/inventory.py
src/demandplan/proba/metrics.py
src/demandplan/proba/negative_binomial.py
src/demandplan/reconcile/__init__.py
src/demandplan/reconcile/hierarchy.py
src/demandplan/reconcile/reconcile.py
tests/test_api_snapshot.py
tests/test_core.py
tests/test_docs_examples.py
tests/test_eval.py
tests/test_intermittent_probabilistic.py
tests/test_io.py
tests/test_models.py
tests/test_pipeline.py
tests/test_proba.py
tests/test_reconcile.py
tests/test_smoke.py
tests/test_statsforecast_engine.py