LICENSE
MANIFEST.in
README.md
pyproject.toml
allyanonimiser/__init__.py
allyanonimiser/allyanonimiser.py
allyanonimiser.egg-info/PKG-INFO
allyanonimiser.egg-info/SOURCES.txt
allyanonimiser.egg-info/dependency_links.txt
allyanonimiser.egg-info/requires.txt
allyanonimiser.egg-info/top_level.txt
allyanonimiser/core/__init__.py
allyanonimiser/core/analyzer.py
allyanonimiser/core/anonymizer.py
allyanonimiser/core/common_formats.py
allyanonimiser/core/conflict_resolver.py
allyanonimiser/core/context_analyzer.py
allyanonimiser/core/pattern_manager.py
allyanonimiser/core/pattern_registry.py
allyanonimiser/core/recognizer_result.py
allyanonimiser/core/validators.py
allyanonimiser/insurance/__init__.py
allyanonimiser/insurance/claim_notes_analyzer.py
allyanonimiser/io/__init__.py
allyanonimiser/io/base.py
allyanonimiser/io/csv_processor.py
allyanonimiser/io/dataframe_processor.py
allyanonimiser/io/stream_processor.py
allyanonimiser/patterns/__init__.py
allyanonimiser/patterns/au_patterns.py
allyanonimiser/patterns/general_patterns.py
allyanonimiser/patterns/insurance_patterns.py
allyanonimiser/reporting/__init__.py
allyanonimiser/reporting/manager.py
allyanonimiser/reporting/report.py
allyanonimiser/utils/__init__.py
allyanonimiser/utils/long_text_processor.py
allyanonimiser/utils/presidio_helpers.py
allyanonimiser/utils/settings_manager.py
allyanonimiser/utils/spacy_helpers.py
allyanonimiser/utils/text_preprocessor.py
tests/__init__.py
tests/conftest.py
tests/test_age_bracketing.py
tests/test_analyzer.py
tests/test_anonymizer.py
tests/test_circular_import_fix.py
tests/test_complex_csv_import.py
tests/test_config_export.py
tests/test_conflict_resolver.py
tests/test_csv_import.py
tests/test_csv_processor.py
tests/test_custom_patterns.py
tests/test_dataframe_processor.py
tests/test_enhanced_pattern_definition.py
tests/test_error_messages.py
tests/test_example_scripts.py
tests/test_functional.py
tests/test_integration.py
tests/test_main_interface.py
tests/test_multiple_entity_masking.py
tests/test_overlapping_entities.py
tests/test_package_structure.py
tests/test_pattern_generation.py
tests/test_performance.py
tests/test_postcode_preservation.py
tests/test_pyarrow_integration.py
tests/test_readme_examples.py
tests/test_reporting.py
tests/test_robust_detection.py
tests/test_simplified_api.py
tests/test_stream_processor.py
tests/test_text_preprocessor.py
tests/test_version.py
tests/test_data/large_sample.csv
tests/test_data/test_acronyms.csv
tests/test_data/test_patterns.csv