.gitignore
.readthedocs.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tasks.py
.github/workflows/ci.yaml
doc/_config.yml
doc/_toc.yml
doc/community.md
doc/compose.md
doc/configuration.md
doc/connecting.md
doc/credits.md
doc/duckdb.md
doc/dumping.md
doc/environment.yml
doc/intro.md
doc/options.md
doc/pandas.md
doc/plot.md
doc/plotting.md
examples/duckdb.ipynb
scripts/large-table-gen.py
scripts/large-table-template.sql
src/jupysql.egg-info/PKG-INFO
src/jupysql.egg-info/SOURCES.txt
src/jupysql.egg-info/dependency_links.txt
src/jupysql.egg-info/not-zip-safe
src/jupysql.egg-info/requires.txt
src/jupysql.egg-info/top_level.txt
src/sql/__init__.py
src/sql/column_guesser.py
src/sql/connection.py
src/sql/magic.py
src/sql/parse.py
src/sql/plot.py
src/sql/run.py
src/sql/store.py
src/tests/conftest.py
src/tests/test_column_guesser.py
src/tests/test_compose.py
src/tests/test_dsn_config.ini
src/tests/test_magic.py
src/tests/test_parse.py
src/tests/test_plot.py
src/tests/test_store.py