.gitignore
.pre-commit-config.yaml
CLAUDE.md
LICENSE
Makefile
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/dependency-submission.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.vscode/settings.json
.vscode/tasks.json
examples/account-dashboard.py
examples/account-info.py
examples/ami-usage.py
examples/billing-info.py
examples/energy-usage.py
examples/interval-reads.py
examples/list-accounts.py
examples/payment-history.py
src/py_nationalgrid/__init__.py
src/py_nationalgrid/auth.py
src/py_nationalgrid/client.py
src/py_nationalgrid/config.py
src/py_nationalgrid/exceptions.py
src/py_nationalgrid/extractors.py
src/py_nationalgrid/graphql.py
src/py_nationalgrid/helpers.py
src/py_nationalgrid/models.py
src/py_nationalgrid/oidchelper.py
src/py_nationalgrid/py.typed
src/py_nationalgrid/queries.py
src/py_nationalgrid/rest.py
src/py_nationalgrid/rest_queries.py
src/py_nationalgrid.egg-info/PKG-INFO
src/py_nationalgrid.egg-info/SOURCES.txt
src/py_nationalgrid.egg-info/dependency_links.txt
src/py_nationalgrid.egg-info/requires.txt
src/py_nationalgrid.egg-info/top_level.txt
tests/__init__.py
tests/test_client.py
tests/test_config.py
tests/test_coverage.py
tests/test_interval_reads.py
tests/test_models.py
tests/test_retry.py
tests/test_typed_client.py