LICENSE
README.md
pyproject.toml
src/sci_etl_cli/__init__.py
src/sci_etl_cli/__main__.py
src/sci_etl_cli/app.py
src/sci_etl_cli/assembly.py
src/sci_etl_cli/entity_filter.py
src/sci_etl_cli/errors.py
src/sci_etl_cli/options.py
src/sci_etl_cli/output.py
src/sci_etl_cli/plugins.py
src/sci_etl_cli/py.typed
src/sci_etl_cli/reporting.py
src/sci_etl_cli/settings.py
src/sci_etl_cli/shutdown.py
src/sci_etl_cli/usage.py
src/sci_etl_cli.egg-info/PKG-INFO
src/sci_etl_cli.egg-info/SOURCES.txt
src/sci_etl_cli.egg-info/dependency_links.txt
src/sci_etl_cli.egg-info/entry_points.txt
src/sci_etl_cli.egg-info/requires.txt
src/sci_etl_cli.egg-info/top_level.txt
src/sci_etl_cli/commands/__init__.py
src/sci_etl_cli/commands/init.py
src/sci_etl_cli/commands/parse.py
src/sci_etl_cli/commands/run.py
src/sci_etl_cli/commands/search.py
src/sci_etl_cli/commands/status.py
src/sci_etl_cli/commands/validate.py
src/sci_etl_cli/templates/config.yaml
src/sci_etl_cli/templates/env.example
src/sci_etl_cli/templates/extraction.txt
src/sci_etl_cli/templates/relevance.txt
tests/test_app.py
tests/test_assembly.py
tests/test_errors.py
tests/test_init.py
tests/test_output.py
tests/test_parse.py
tests/test_plugins.py
tests/test_run.py
tests/test_search.py
tests/test_settings.py
tests/test_shutdown.py
tests/test_status.py
tests/test_usage.py
tests/test_validate.py