.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
Pipfile
Pipfile.lock
README.md
docker-compose.yml
pyproject.toml
setup.py
.github/workflows/ci.yml
src/metabase/__init__.py
src/metabase/_version.py
src/metabase/exceptions.py
src/metabase/metabase.py
src/metabase/missing.py
src/metabase/resource.py
src/metabase/resources/__init__.py
src/metabase/resources/database.py
src/metabase/resources/dataset.py
src/metabase/resources/field.py
src/metabase/resources/metric.py
src/metabase/resources/permission_group.py
src/metabase/resources/permission_membership.py
src/metabase/resources/segment.py
src/metabase/resources/table.py
src/metabase/resources/user.py
src/metabase_python.egg-info/PKG-INFO
src/metabase_python.egg-info/SOURCES.txt
src/metabase_python.egg-info/dependency_links.txt
src/metabase_python.egg-info/not-zip-safe
src/metabase_python.egg-info/requires.txt
src/metabase_python.egg-info/top_level.txt
tests/__init__.py
tests/helpers.py
tests/test_metabase.py
tests/test_resource.py
tests/resources/__init__.py
tests/resources/test_database.py
tests/resources/test_dataset.py
tests/resources/test_field.py
tests/resources/test_metric.py
tests/resources/test_permission_group.py
tests/resources/test_permission_membership.py
tests/resources/test_segment.py
tests/resources/test_table.py
tests/resources/test_user.py