LICENSE
README.md
pyproject.toml
src/wikidelta/__init__.py
src/wikidelta/cli.py
src/wikidelta/document.py
src/wikidelta/models.py
src/wikidelta/repository.py
src/wikidelta/service.py
src/wikidelta/sources.py
src/wikidelta.egg-info/PKG-INFO
src/wikidelta.egg-info/SOURCES.txt
src/wikidelta.egg-info/dependency_links.txt
src/wikidelta.egg-info/entry_points.txt
src/wikidelta.egg-info/requires.txt
src/wikidelta.egg-info/top_level.txt
tests/test_cli_add.py
tests/test_cli_e2e.py
tests/test_cli_init.py
tests/test_document.py
tests/test_ingest.py
tests/test_lifecycle.py
tests/test_repository.py
tests/test_script_protocol.py
tests/test_sources.py