.env.dev
.gitignore
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/ci.yml
dbpal/__init__.py
dbpal/config.py
dbpal/data.py
dbpal/tables.py
dbpal/utils.py
dbpal.egg-info/PKG-INFO
dbpal.egg-info/SOURCES.txt
dbpal.egg-info/dependency_links.txt
dbpal.egg-info/requires.txt
dbpal.egg-info/top_level.txt
dbpal/tests/conftest.py
dbpal/tests/helpers.py
dbpal/tests/test_data.py
dbpal/tests/test_utils.py
dbpal/tests/example_files/data.jsonl
dbpal/tests/example_files/data.parquet
scripts/create_example_data.py