Metadata-Version: 2.4
Name: oz_phishingdetector_ml
Version: 0.1.3
Summary: CLI phishing detector by Osias Nieva Jr.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: dnspython
Requires-Dist: imbalanced-learn
Requires-Dist: joblib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: python-whois
Requires-Dist: requests
Requires-Dist: scikit-learn
Requires-Dist: tldextract
Dynamic: license-file

# oz_phishingdetector_ml

CLI phishing detector by Osias Nieva Jr.

## Install

```bash
pip install .
```

For development:

```bash
pip install -e .
```

## Run

```bash
oz_phishingdetector_ml detect https://example.com
oz_phishingdetector_ml extract https://example.com
oz_phishingdetector_ml info
```

## Package layout

- `oz_phishingdetector_ml/` contains the importable package
- `oz_phishingdetector_ml/model/` stores packaged model/data assets
- `oz_phishingdetector_ml/utils/` is reserved for helper utilities
