LICENSE
README.md
pyproject.toml
setup.py
phishing_detection_py/__init__.py
phishing_detection_py/batch_processor.py
phishing_detection_py/cli.py
phishing_detection_py/config.py
phishing_detection_py/detector.py
phishing_detection_py/logger.py
phishing_detection_py/model_registry.py
phishing_detection_py/preprocessor.py
phishing_detection_py/utils.py
phishing_detection_py.egg-info/PKG-INFO
phishing_detection_py.egg-info/SOURCES.txt
phishing_detection_py.egg-info/dependency_links.txt
phishing_detection_py.egg-info/requires.txt
phishing_detection_py.egg-info/top_level.txt
tests/test_batch_processor.py
tests/test_detector.py
tests/test_model_registry.py
tests/test_preprocessor.py
tests/test_utils.py