MANIFEST.in
README.md
setup.py
sqlitecloud/__init__.py
sqlitecloud/client.py
sqlitecloud/dbapi2.py
sqlitecloud/download.py
sqlitecloud/driver.py
sqlitecloud/pubsub.py
sqlitecloud/resultset.py
sqlitecloud/types.py
sqlitecloud/upload.py
sqlitecloud.egg-info/PKG-INFO
sqlitecloud.egg-info/SOURCES.txt
sqlitecloud.egg-info/dependency_links.txt
sqlitecloud.egg-info/requires.txt
sqlitecloud.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_client.py
tests/integration/test_dbapi2.py
tests/integration/test_download.py
tests/integration/test_driver.py
tests/integration/test_pandas.py
tests/integration/test_pubsub.py
tests/integration/test_sqlite3_parity.py
tests/integration/test_upload.py