LICENSE
README.md
pyproject.toml
src/fr_toolbelt/__init__.py
src/fr_toolbelt/__main__.py
src/fr_toolbelt.egg-info/PKG-INFO
src/fr_toolbelt.egg-info/SOURCES.txt
src/fr_toolbelt.egg-info/dependency_links.txt
src/fr_toolbelt.egg-info/requires.txt
src/fr_toolbelt.egg-info/top_level.txt
src/fr_toolbelt/api_requests/__init__.py
src/fr_toolbelt/api_requests/get_documents.py
src/fr_toolbelt/preprocessing/__init__.py
src/fr_toolbelt/preprocessing/agencies.py
src/fr_toolbelt/preprocessing/dockets.py
src/fr_toolbelt/preprocessing/documents.py
src/fr_toolbelt/preprocessing/fields.py
src/fr_toolbelt/preprocessing/presidents.py
src/fr_toolbelt/preprocessing/rin.py
src/fr_toolbelt/utils/__init__.py
src/fr_toolbelt/utils/duplicates.py
src/fr_toolbelt/utils/format_dates.py
src/fr_toolbelt/utils/patch_progress.py
tests/test_api_requests_get_documents.py
tests/test_api_requests_parse_document_numbers.py
tests/test_preprocessing_agencies.py
tests/test_preprocessing_dockets.py
tests/test_preprocessing_documents.py
tests/test_preprocessing_presidents.py
tests/test_preprocessing_rin.py
tests/test_utils_duplicates.py
tests/test_utils_format_dates.py