.devcontainer.json
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
hydrawise.graphql
mkdocs.yml
pyproject.toml
pytest.ini
requirements-test.txt
requirements.txt
setup.cfg
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/build-and-test.yml
.github/workflows/publish-python.yml
.github/workflows/release-drafter.yml
.vscode/settings.json
docs/index.md
docs/requirements.txt
docs/reference/index.md
docs/reference/schema.md
pydrawise/__init__.py
pydrawise/_version.py
pydrawise/auth.py
pydrawise/client.py
pydrawise/exceptions.py
pydrawise/schema.py
pydrawise/schema_utils.py
pydrawise.egg-info/PKG-INFO
pydrawise.egg-info/SOURCES.txt
pydrawise.egg-info/dependency_links.txt
pydrawise.egg-info/requires.txt
pydrawise.egg-info/top_level.txt
pydrawise.egg-info/zip-safe
pydrawise/legacy/__init__.py
tests/__init__.py
tests/test_auth.py
tests/test_client.py
tests/test_legacy.py
tests/test_schema.py