README.md
pyproject.toml
fastpluggy_docmanager.egg-info/PKG-INFO
fastpluggy_docmanager.egg-info/SOURCES.txt
fastpluggy_docmanager.egg-info/dependency_links.txt
fastpluggy_docmanager.egg-info/entry_points.txt
fastpluggy_docmanager.egg-info/requires.txt
fastpluggy_docmanager.egg-info/top_level.txt
src/__init__.py
src/config.py
src/metrics.py
src/models.py
src/plugin.py
src/enrichment/__init__.py
src/enrichment/base.py
src/enrichment/mime_detector.py
src/enrichment/registry.py
src/enrichment/thumbnail_generator.py
src/repository/__init__.py
src/repository/duplicate.py
src/repository/extracted_info.py
src/routers/__init__.py
src/routers/api_router.py
src/routers/browser.py
src/routers/documents.py
src/routers/duplicates.py
src/routers/mounts.py
src/routers/scan.py
src/routers/upload.py
src/routers/api/__init__.py
src/routers/api/api_document.py
src/routers/api/api_extracted_info.py
src/scanner/__init__.py
src/scanner/dedup.py
src/scanner/exclusions.py
src/scanner/hash.py
src/scanner/service.py
src/scanner/xattr.py
src/services/__init__.py
src/services/cleaning_service.py
src/services/cleaning_stats_cache.py
src/services/document_service.py
src/services/duplicate_service.py
src/services/extracted_info_service.py
src/services/filesystem_service.py
src/services/mount_service.py
src/static/css/docmanager.css
src/static/js/browser.js
src/static/js/cleaning.js
src/static/js/jobs.js
src/static/js/upload.js
src/storage/__init__.py
src/storage/base.py
src/storage/local.py
src/storage/s3.py
src/tasks/__init__.py
src/tasks/cleanup.py
src/tasks/flatten.py
src/tasks/scan.py
src/templates/browser.html.j2
src/templates/cleaning.html.j2
src/templates/dashboard.html.j2
src/templates/document_details.html.j2
src/templates/documents.html.j2
src/templates/duplicates.html.j2
src/templates/jobs.html.j2
src/templates/mounts.html.j2
src/templates/upload.html.j2
src/templates/macros/duplicate_card.html.j2
src/templates/mountpoints/create.html.j2
src/templates/mountpoints/edit.html.j2
src/templates/partials/preview.js.html.j2
src/templates/widgets/mountpoints_card.html.j2
src/watcher/__init__.py
src/watcher/inotify.py
tests/test_browser.py
tests/test_cleaning_service.py
tests/test_dedup.py
tests/test_document_service.py
tests/test_duplicate_service.py
tests/test_exclusions.py
tests/test_hash.py
tests/test_local_backend.py
tests/test_s3_backend.py
tests/test_scan_service.py
tests/test_xattr.py