LICENSE
README.rst
pyproject.toml
pystackql/__init__.py
pystackql/magic.py
pystackql/magics.py
pystackql.egg-info/PKG-INFO
pystackql.egg-info/SOURCES.txt
pystackql.egg-info/dependency_links.txt
pystackql.egg-info/requires.txt
pystackql.egg-info/top_level.txt
pystackql/core/__init__.py
pystackql/core/binary.py
pystackql/core/output.py
pystackql/core/query.py
pystackql/core/server.py
pystackql/core/stackql.py
pystackql/magic_ext/__init__.py
pystackql/magic_ext/base.py
pystackql/magic_ext/local.py
pystackql/magic_ext/server.py
pystackql/utils/__init__.py
pystackql/utils/auth.py
pystackql/utils/binary.py
pystackql/utils/download.py
pystackql/utils/helpers.py
pystackql/utils/package.py
pystackql/utils/params.py
pystackql/utils/platform.py
tests/test_async.py
tests/test_constants.py
tests/test_core.py
tests/test_magic.py
tests/test_magic_base.py
tests/test_output_formats.py
tests/test_query_execution.py
tests/test_server.py
tests/test_server_magic.py