LICENSE
README.md
pyproject.toml
src/data2prompt/__init__.py
src/data2prompt/cli.py
src/data2prompt/constants.py
src/data2prompt/main.py
src/data2prompt/output.py
src/data2prompt/parsers.py
src/data2prompt/ui.py
src/data2prompt/utils.py
src/data2prompt.egg-info/PKG-INFO
src/data2prompt.egg-info/SOURCES.txt
src/data2prompt.egg-info/dependency_links.txt
src/data2prompt.egg-info/entry_points.txt
src/data2prompt.egg-info/requires.txt
src/data2prompt.egg-info/top_level.txt
src/data2prompt/encodings/o200k_base.tiktoken
tests/test_arrow_parser.py
tests/test_cli.py
tests/test_default_parser.py
tests/test_gitignore_walk.py
tests/test_import_hygiene.py
tests/test_main.py
tests/test_output.py
tests/test_parsers.py
tests/test_table_limit_enforcement.py
tests/test_tiktoken_offline.py
tests/test_utils.py