.devcontainer.json
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
pytest.ini
requirements-dev.txt
requirements-test.txt
requirements.txt
setup.cfg
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/auto-merge.yml
.github/workflows/build-and-test.yml
.github/workflows/publish-python.yml
.github/workflows/release-drafter.yml
.github/workflows/matchers/mypy.json
.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/base.py
pydrawise/client.py
pydrawise/const.py
pydrawise/exceptions.py
pydrawise/hybrid.py
pydrawise/hydrawise.graphql
pydrawise/legacy.py
pydrawise/py.typed
pydrawise/rest.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
scripts/setup
tests/__init__.py
tests/conftest.py
tests/test_auth.py
tests/test_client.py
tests/test_hybrid.py
tests/test_legacy.py
tests/test_rest.py
tests/test_schema.py
tests/test_schema_utils.py