LICENSE
README.md
pyproject.toml
setup.py
tests/test_file.py
tests/test_query.py
tests/test_schema.py
tests/test_table.py
tests/test_table_template.py
tests/test_view.py
thanosql/__init__.py
thanosql/_base_client.py
thanosql/_client.py
thanosql/_error.py
thanosql/_service.py
thanosql/_version.py
thanosql.egg-info/PKG-INFO
thanosql.egg-info/SOURCES.txt
thanosql.egg-info/dependency_links.txt
thanosql.egg-info/not-zip-safe
thanosql.egg-info/requires.txt
thanosql.egg-info/top_level.txt
thanosql/magic/__init__.py
thanosql/magic/exception.py
thanosql/magic/magic.py
thanosql/magic/parse.py
thanosql/magic/util.py
thanosql/resources/__init__.py
thanosql/resources/_file.py
thanosql/resources/_model.py
thanosql/resources/_query.py
thanosql/resources/_record.py
thanosql/resources/_schema.py
thanosql/resources/_table.py
thanosql/resources/_view.py