.gitignore
CITATION.cff
LICENSE.md
Makefile
README.md
RELEASE.md
main.py
pyproject.toml
pytest.ini
uv.lock
.github/workflows/ci.yml
.github/workflows/release.yml
assets/dots-light.png
assets/dots-logo-retro.drawio.png
mkdocs/mkdocs.yml
mkdocs/docs/api-reference.md
mkdocs/docs/caching-async.md
mkdocs/docs/configuration.md
mkdocs/docs/exports.md
mkdocs/docs/fragmentation.md
mkdocs/docs/index.md
mkdocs/docs/installation.md
mkdocs/docs/metadata-validation.md
mkdocs/docs/quickstart.md
mkdocs/docs/troubleshooting.md
mkdocs/docs/assets/dots-light.png
mkdocs/docs/assets/dots-logo-retro.drawio.png
mkdocs/docs/assets/logo-chartes.png
mkdocs/docs/notebooks/thunderdots_playground.ipynb
mkdocs/docs/notebooks/artifacts/thunderdots/resources_cache.csv
mkdocs/docs/notebooks/artifacts/thunderdots/results.json
mkdocs/docs/stylesheets/extra.css
mkdocs/overrides/partials/copyright.html
scripts/main.py
tests/conftest.py
tests/test_client_offline.py
tests/test_exports_and_validation.py
tests/test_fixtures_integrity.py
tests/test_metadata_and_config.py
tests/test_online_dts.py
tests/test_tei_extraction.py
tests/fixtures/json/collection_encpos_2025.json
tests/fixtures/json/navigation_encpos_2025_01.json
tests/fixtures/json/resource_encpos_2025_01.json
tests/fixtures/xml/encpos_1893_05.xml
tests/fixtures/xml/smcp_pr_0004.xml
thunderdots/__init__.py
thunderdots/__version__.py
thunderdots/client.py
thunderdots/config.py
thunderdots/fetcher.py
thunderdots/orm.py
thunderdots/stats.py
thunderdots/ui.py
thunderdots.egg-info/PKG-INFO
thunderdots.egg-info/SOURCES.txt
thunderdots.egg-info/dependency_links.txt
thunderdots.egg-info/requires.txt
thunderdots.egg-info/scm_file_list.json
thunderdots.egg-info/scm_version.json
thunderdots.egg-info/top_level.txt
thunderdots/extract/resources.py
thunderdots/extract/tei.py
thunderdots/extract/walker.py
thunderdots/normalize/__init__.py
thunderdots/normalize/dates.py
thunderdots/normalize/metadata.py
thunderdots/normalize/output.py
thunderdots/validation/__init__.py
thunderdots/validation/models.py
thunderdots/validation/rules.py
thunderdots/validation/schemas.py
thunderdots/validation/validators.py