.flake8
.isort.cfg
LICENSE
MANIFEST.in
NOTICE
README.rst
mypy.ini
pyproject.toml
pytest.ini
setup.py
tox.ini
src/pallas/__init__.py
src/pallas/_compat.py
src/pallas/assembly.py
src/pallas/caching.py
src/pallas/client.py
src/pallas/conversions.py
src/pallas/csv.py
src/pallas/exceptions.py
src/pallas/info.py
src/pallas/proxies.py
src/pallas/py.typed
src/pallas/results.py
src/pallas/sql.py
src/pallas/testing.py
src/pallas/utils.py
src/pallas.egg-info/PKG-INFO
src/pallas.egg-info/SOURCES.txt
src/pallas.egg-info/dependency_links.txt
src/pallas.egg-info/not-zip-safe
src/pallas.egg-info/requires.txt
src/pallas.egg-info/top_level.txt
src/pallas/storage/__init__.py
src/pallas/storage/base.py
src/pallas/storage/filesystem.py
src/pallas/storage/memory.py
src/pallas/storage/s3.py
tests/conftest.py
tests/test_assembly.py
tests/test_caching.py
tests/test_client.py
tests/test_csv.py
tests/test_info.py
tests/test_interruptions.py
tests/test_proxies.py
tests/test_results.py
tests/test_sql.py
tests/test_storage.py
tests/test_testing.py
tests/test_utils.py