.gitignore
.pre-commit-config.yaml
.python-version
.secrets.baseline
AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
RELEASING.md
SECURITY.md
pyproject.toml
sample.py
uv.lock
.agents/skills/monthly-cpi-data-update/SKILL.md
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/postCreateCommand.sh
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yaml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/question.yml
.github/workflows/continuous-deployment.yml
.github/workflows/docs.yaml
cpi/__init__.py
cpi/cli.py
cpi/cpi.db
cpi/defaults.py
cpi/download.py
cpi/errors.py
cpi/models.py
cpi/parsers.py
cpi.egg-info/PKG-INFO
cpi.egg-info/SOURCES.txt
cpi.egg-info/dependency_links.txt
cpi.egg-info/entry_points.txt
cpi.egg-info/not-zip-safe
cpi.egg-info/requires.txt
cpi.egg-info/scm_file_list.json
cpi.egg-info/scm_version.json
cpi.egg-info/top_level.txt
data/areas.csv
data/items.csv
data/periodicities.csv
data/periods.csv
docs/Makefile
docs/src/conf.py
docs/src/index.md
notebooks/__init__.py
notebooks/analysis.ipynb
notebooks/cpi-mom.csv
notebooks/cpi-mom.json
notebooks/dataframes.ipynb
notebooks/last_13.json
notebooks/latest.json
notebooks/three-categories-yoy.csv
notebooks/two-categories-yoy.csv
tests/__init__.py
tests/test.csv
tests/test_input.py