LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
Table2JSON.egg-info/PKG-INFO
Table2JSON.egg-info/SOURCES.txt
Table2JSON.egg-info/dependency_links.txt
Table2JSON.egg-info/entry_points.txt
Table2JSON.egg-info/not-zip-safe
Table2JSON.egg-info/requires.txt
Table2JSON.egg-info/top_level.txt
table2json/__init__.py
table2json/main.py
table2json/core/__init__.py
table2json/core/base.py
table2json/core/exceptions.py
table2json/core/formatter.py
table2json/core/parser.py
table2json/core/wrapper.py
table2json/core/management/__init__.py
table2json/core/management/helpers.py
table2json/core/management/utility.py
table2json/extended/__init__.py
table2json/extended/base.py
table2json/management/__init__.py
table2json/management/commands/__init__.py
table2json/management/commands/csv.py
table2json/management/commands/excel.py
table2json/management/commands/mysql.py
table2json/management/commands/neo4j.py
table2json/management/commands/sqlite.py
table2json/utils/__init__.py
table2json/utils/getter.py