README.md
pyproject.toml
src/lzm/plugin/__init__.py
src/lzm/plugin/core/__init__.py
src/lzm/plugin/core/base.py
src/lzm/plugin/core/engine.py
src/lzm/plugin/core/event_bus.py
src/lzm/plugin/core/exceptions.py
src/lzm/plugin/core/registry.py
src/lzm/plugin/parsers/__init__.py
src/lzm/plugin/parsers/base.py
src/lzm/plugin/parsers/factory.py
src/lzm/plugin/parsers/image_parser.py
src/lzm/plugin/parsers/markitdown_parser.py
src/lzm/plugin/readers/__init__.py
src/lzm/plugin/readers/composition_reader.py
src/lzm/plugin/readers/firecrawl_reader.py
src/lzm/plugin/readers/html_clean_reader.py
src/lzm/plugin/readers/jina_reader.py
src/lzm/plugin/readers/markdown_cleaner.py
src/lzm/plugin/readers/trafilatura_reader.py
src/lzm/plugin/readers/unifuncs_reader.py
src/lzm_plugin.egg-info/PKG-INFO
src/lzm_plugin.egg-info/SOURCES.txt
src/lzm_plugin.egg-info/dependency_links.txt
src/lzm_plugin.egg-info/requires.txt
src/lzm_plugin.egg-info/top_level.txt
tests/test_base.py
tests/test_engine.py
tests/test_event_bus.py
tests/test_exceptions.py
tests/test_functional_core.py
tests/test_functional_plugins.py
tests/test_registry.py