.coveragerc
.gitignore
HISTORY.rst
README.md
requirements.txt
setup.cfg
setup.py
test-requirements.txt
.github/workflows/main.yaml
pandablob/__init__.py
pandablob/pandablob.py
pandablob.egg-info/PKG-INFO
pandablob.egg-info/SOURCES.txt
pandablob.egg-info/dependency_links.txt
pandablob.egg-info/not-zip-safe
pandablob.egg-info/requires.txt
pandablob.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_download.py
tests/test_download_kwargs.py
tests/test_upload.py
tests/test_upload_kwargs.py
tests/test_files/test_data.csv
tests/test_files/test_data.json
tests/test_files/test_data.txt
tests/test_files/test_data.xls
tests/test_files/test_data.xlsx
tests/test_io/csv_io
tests/test_io/json_io
tests/test_io/txt_io
tests/test_io/xls_io
tests/test_io/xlsx_io