LICENSE
README.md
pyproject.toml
tablesqlite/__init__.py
tablesqlite/py.typed
tablesqlite/query_wrappers.py
tablesqlite/utils.py
tablesqlite.egg-info/PKG-INFO
tablesqlite.egg-info/SOURCES.txt
tablesqlite.egg-info/dependency_links.txt
tablesqlite.egg-info/requires.txt
tablesqlite.egg-info/top_level.txt
tablesqlite/action_queries/__init__.py
tablesqlite/action_queries/columns.py
tablesqlite/action_queries/tables.py
tablesqlite/info_queries/__init__.py
tablesqlite/info_queries/schema_parse.py
tablesqlite/info_queries/tables.py
tablesqlite/objects/__init__.py
tablesqlite/objects/generic.py
tablesqlite/objects/info_objects.py
tablesqlite/validation/__init__.py
tablesqlite/validation/custom_types.py
tablesqlite/validation/enforcers.py
tablesqlite/validation/names.py
tablesqlite/validation/path.py
tablesqlite/validation/sql_datatypes.py
tests/test_action_columns.py
tests/test_action_tables.py
tests/test_custom_types.py
tests/test_enforcers.py
tests/test_generic.py
tests/test_info_objects.py
tests/test_info_tables.py
tests/test_names.py
tests/test_path.py
tests/test_query_wrappers.py
tests/test_schema_parse.py
tests/test_sql_datatypes.py
tests/test_utils.py