.gitignore
.python-version
README.md
pyproject.toml
replenishment_policy_summary.pdf
.github/ISSUE_TEMPLATE/release_checklist.yml
.github/workflows/ci.yml
.github/workflows/release.yml
docs/plots/mean_forecast_safety_stock.png
docs/plots/percentile_optimization.png
notebooks/generated_data_example.ipynb
notebooks/mean_forecast_fill_rate_example copy.ipynb
notebooks/mean_forecast_policy_variants_example.ipynb
notebooks/mean_forecast_safety_stock_example.ipynb
notebooks/mean_forecast_service_level_probability_example.ipynb
notebooks/percentile_optimization_example.ipynb
notebooks/percentile_optimization_manual_step_by_step.ipynb
notebooks/stock_replenishment_example.ipynb
notebooks/stress_test_example.ipynb
src/replenishment/__init__.py
src/replenishment/_version.py
src/replenishment/aggregation.py
src/replenishment/io.py
src/replenishment/optimization.py
src/replenishment/plotting.py
src/replenishment/policies.py
src/replenishment/service_levels.py
src/replenishment/simulation.py
src/replenishment.egg-info/PKG-INFO
src/replenishment.egg-info/SOURCES.txt
src/replenishment.egg-info/dependency_links.txt
src/replenishment.egg-info/requires.txt
src/replenishment.egg-info/top_level.txt
tests/conftest.py
tests/test_io.py
tests/test_simulation.py