LICENSE
README.md
pyproject.toml
fileconv/__init__.py
fileconv/cli.py
fileconv/core.py
fileconv/detection.py
fileconv/errors.py
fileconv/py.typed
fileconv/types.py
fileconv/version.py
fileconv/commands/batch.py
fileconv/commands/convert.py
fileconv/commands/doctor.py
fileconv/commands/inspect.py
fileconv/converters/__init__.py
fileconv/converters/image.py
fileconv/converters/libreoffice.py
fileconv/converters/pdf2docx.py
grubber_fileconv.egg-info/PKG-INFO
grubber_fileconv.egg-info/SOURCES.txt
grubber_fileconv.egg-info/dependency_links.txt
grubber_fileconv.egg-info/entry_points.txt
grubber_fileconv.egg-info/requires.txt
grubber_fileconv.egg-info/top_level.txt
tests/test_cli_batch.py
tests/test_image_converter.py
tests/test_pdf2docx_converter.py
tests/test_registry.py