AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/twarc2sql.db_utils.rst
docs/twarc2sql.db_utils.tests.rst
docs/twarc2sql.rst
docs/usage.rst
requirements/default.txt
requirements/dev.txt
requirements/docs.txt
tests/__init__.py
tests/test_twarc2sql.py
tests/data/.testenv
tests/data/example.jsonl
tests/data/search_example.jsonl
twarc2sql/__init__.py
twarc2sql/twarc2sql.py
twarc2sql.egg-info/PKG-INFO
twarc2sql.egg-info/SOURCES.txt
twarc2sql.egg-info/dependency_links.txt
twarc2sql.egg-info/not-zip-safe
twarc2sql.egg-info/requires.txt
twarc2sql.egg-info/top_level.txt
twarc2sql/db_utils/__init__.py
twarc2sql/db_utils/db_access.py
twarc2sql/db_utils/models.py
twarc2sql/db_utils/tests/__init__.py
twarc2sql/db_utils/tests/conftest.py
twarc2sql/db_utils/tests/test_db_access.py
twarc2sql/file_utils/__init__.py
twarc2sql/file_utils/file_to_object.py
twarc2sql/file_utils/file_utils.py
twarc2sql/file_utils/object_to_table.py