README.md
pyproject.toml
setup.py
isphishing.egg-info/PKG-INFO
isphishing.egg-info/SOURCES.txt
isphishing.egg-info/dependency_links.txt
isphishing.egg-info/entry_points.txt
isphishing.egg-info/requires.txt
isphishing.egg-info/top_level.txt
src/__init__.py
src/alert/__init__.py
src/alert/alert_system.py
src/detector/__init__.py
src/detector/phishing_cli.py
src/detector/phishing_detector.py
src/detector/threat_report.py
src/features/__init__.py
src/features/feature_extractor.py
src/features/text_cleaner.py
src/inputs/__init__.py
src/inputs/base_input.py
src/inputs/email_input.py
src/inputs/url_input.py
src/model/__init__.py
src/model/evaluator.py
src/model/ml_model.py
tests/__init__.py
tests/test_detector.py
tests/test_inputs.py
tests/test_model.py