CODE-OF-CONDUCT.md
LICENSE
MANIFEST.in
README.md
pytest.ini
requirements_dev.txt
setup.cfg
setup.py
mysql_to_sqlite3/__init__.py
mysql_to_sqlite3/__version__.py
mysql_to_sqlite3/cli.py
mysql_to_sqlite3/click_utils.py
mysql_to_sqlite3/debug_info.py
mysql_to_sqlite3/sixeptions.py
mysql_to_sqlite3/sqlite_utils.py
mysql_to_sqlite3/transporter.py
mysql_to_sqlite3.egg-info/PKG-INFO
mysql_to_sqlite3.egg-info/SOURCES.txt
mysql_to_sqlite3.egg-info/dependency_links.txt
mysql_to_sqlite3.egg-info/entry_points.txt
mysql_to_sqlite3.egg-info/not-zip-safe
mysql_to_sqlite3.egg-info/requires.txt
mysql_to_sqlite3.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/database.py
tests/factories.py
tests/models.py
tests/sixeptions.py
tests/func/__init__.py
tests/func/mysql_to_sqlite3_test.py
tests/func/test_cli.py
tests/unit/__init__.py
tests/unit/mysql_to_sqlite3_test.py