.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
outages.yaml
pyproject.toml
rates.yaml
requirements.txt
test-requirements.txt
.github/dependabot.yml
.github/workflows/pre-commit.yaml
.github/workflows/publish-pypi.yaml
.github/workflows/unit-test.yaml
.github/workflows/validate-files.yaml
src/nerc_rates/__init__.py
src/nerc_rates/outages.py
src/nerc_rates/rates.py
src/nerc_rates.egg-info/PKG-INFO
src/nerc_rates.egg-info/SOURCES.txt
src/nerc_rates.egg-info/dependency_links.txt
src/nerc_rates.egg-info/entry_points.txt
src/nerc_rates.egg-info/requires.txt
src/nerc_rates.egg-info/top_level.txt
src/nerc_rates/cmd/__init__.py
src/nerc_rates/cmd/validate_files.py
src/nerc_rates/models/__init__.py
src/nerc_rates/models/outages_model.py
src/nerc_rates/models/rates_model.py
src/nerc_rates/tests/__init__.py
src/nerc_rates/tests/test_outages.py
src/nerc_rates/tests/test_rates.py