LICENSE
README.md
pyproject.toml
src/fastpii/__init__.py
src/fastpii/cli.py
src/fastpii/guard.py
src/fastpii/models.py
src/fastpii/py.typed
src/fastpii.egg-info/PKG-INFO
src/fastpii.egg-info/SOURCES.txt
src/fastpii.egg-info/dependency_links.txt
src/fastpii.egg-info/entry_points.txt
src/fastpii.egg-info/requires.txt
src/fastpii.egg-info/top_level.txt
src/fastpii/detectors/__init__.py
src/fastpii/detectors/base.py
src/fastpii/detectors/registry.py
src/fastpii/detectors/cz/__init__.py
src/fastpii/detectors/cz/bank_account.py
src/fastpii/detectors/cz/dic.py
src/fastpii/detectors/cz/ico.py
src/fastpii/detectors/cz/phone.py
src/fastpii/detectors/cz/postal_code.py
src/fastpii/detectors/cz/rodne_cislo.py
src/fastpii/integrations/__init__.py
src/fastpii/integrations/fastapi.py
src/fastpii/integrations/langchain.py
src/fastpii/integrations/mcp.py
src/fastpii/patterns/__init__.py
src/fastpii/patterns/base.py
src/fastpii/patterns/registry.py
src/fastpii/patterns/utils.py
src/fastpii/patterns/regions/__init__.py
src/fastpii/patterns/regions/czech.py
src/fastpii/validators/__init__.py
src/fastpii/validators/bank_account.py
src/fastpii/validators/birth_number.py
src/fastpii/validators/dic_validator.py
src/fastpii/validators/ico_validator.py
tests/test_bank_account_detector.py
tests/test_cli_integration.py
tests/test_detector_base.py
tests/test_edge_cases.py
tests/test_fastapi_integration.py
tests/test_ico_detector.py
tests/test_langchain_integration.py
tests/test_mcp_integration.py
tests/test_models.py
tests/test_pattern_registry.py
tests/test_phone_detector.py
tests/test_postal_code_detector.py
tests/test_privacy_guard.py
tests/test_rodne_cislo_detector.py