LICENSE
MANIFEST.in
README.md
setup.py
docs/changelog.rst
docs/cli.rst
docs/index.rst
docs/python-api.rst
sqlite_utils/__init__.py
sqlite_utils/cli.py
sqlite_utils/db.py
sqlite_utils/utils.py
sqlite_utils.egg-info/PKG-INFO
sqlite_utils.egg-info/SOURCES.txt
sqlite_utils.egg-info/dependency_links.txt
sqlite_utils.egg-info/entry_points.txt
sqlite_utils.egg-info/requires.txt
sqlite_utils.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_column_affinity.py
tests/test_constructor.py
tests/test_conversions.py
tests/test_create.py
tests/test_create_view.py
tests/test_delete.py
tests/test_docs.py
tests/test_extracts.py
tests/test_fts.py
tests/test_get.py
tests/test_insert_files.py
tests/test_introspect.py
tests/test_lookup.py
tests/test_m2m.py
tests/test_optimize.py
tests/test_recreate.py
tests/test_rows.py
tests/test_suggest_column_types.py
tests/test_tracer.py
tests/test_update.py
tests/test_upsert.py
tests/test_utils.py
tests/test_wal.py
tests/utils.py