Metadata-Version: 1.1
Name: phishing-detection
Version: 0.1
Summary: Detect phishing websites using machine learning
Home-page: https://github.com/abhi-parmar/phishing_detection
Author: Abhishek Parmar
Author-email: abhishek.parmar@somaiya.edu
License: MIT license
Description: ======================================
        Phishing Detection Using Random Forest
        ======================================
        
        
        .. image:: https://img.shields.io/pypi/v/phishing_detection.svg
                :target: https://pypi.python.org/pypi/phishing_detection
        
        .. image:: https://img.shields.io/travis/abhi-parmar/phishing_detection.svg
                :target: https://travis-ci.org/abhi-parmar/phishing_detection
        
        .. image:: https://readthedocs.org/projects/phishing-detection/badge/?version=latest
                :target: https://phishing-detection.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Detect phishing websites using machine learning
        
        cross checking function -> compare_with_google can be used to cross check the results of the model.
        
        usage : 
        
            detect:
                from phishing_detection import phishing_detection
                print(phishing_detection.detect('google.com'))
                
            compare_with_google:
                url=<some url>
                api=<your google cloud console api key>
                
                print(compare_with_google(url,api))
                
        
        * Free software: MIT license
        * Documentation: https://phishing-detection.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1 (2019-07-20)
        ------------------
        
        * First release on PyPI.
        
Keywords: phishing_detection
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
