{ "info": { "author": "Abhishek Parmar", "author_email": "abhishek.parmar@somaiya.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "======================================\nPhishing Detection Using Random Forest\n======================================\n\n\n.. image:: https://img.shields.io/pypi/v/phishing_detection.svg\n :target: https://pypi.python.org/pypi/phishing_detection\n\n.. image:: https://img.shields.io/travis/abhi-parmar/phishing_detection.svg\n :target: https://travis-ci.org/abhi-parmar/phishing_detection\n\n.. image:: https://readthedocs.org/projects/phishing-detection/badge/?version=latest\n :target: https://phishing-detection.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n\n\n\nDetect phishing websites using machine learning\n\ncross checking function -> compare_with_google can be used to cross check the results of the model.\n\nusage : \n\n detect:\n from phishing_detection import phishing_detection\n print(phishing_detection.detect('google.com'))\n \n compare_with_google:\n url=\n api=\n \n print(compare_with_google(url,api))\n \n\n* Free software: MIT license\n* Documentation: https://phishing-detection.readthedocs.io.\n\n\nFeatures\n--------\n\n* TODO\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1 (2019-07-20)\n------------------\n\n* First release on PyPI.\n\n0.2 \n--------\nbug fixes\n\n\n0.2.1\n--------\nfixed model.sav path bug \nadded other dependencies in setup.py", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/abhi-parmar/phishing_detection", "keywords": "phishing_detection", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "phishing-detection", "package_url": "https://pypi.org/project/phishing-detection/", "platform": "", "project_url": "https://pypi.org/project/phishing-detection/", "project_urls": { "Homepage": "https://github.com/abhi-parmar/phishing_detection" }, "release_url": "https://pypi.org/project/phishing-detection/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Detect phishing websites using machine learning", "version": "0.1.2" }, "last_serial": 5563149, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8f24b86c06eb0335133e88a876604a3c", "sha256": "b732821325dffca5278515d9458e3e9e8f4cff44394ed0adb9690a1cebd816fd" }, "downloads": -1, "filename": "phishing_detection-0.1.tar.gz", "has_sig": false, "md5_digest": "8f24b86c06eb0335133e88a876604a3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1532426, "upload_time": "2019-07-20T16:46:41", "url": "https://files.pythonhosted.org/packages/04/47/55848cd0081fa5a44ad1108528dbba1d7f527f734402666b5779186d0d8a/phishing_detection-0.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "6d9fb4d9b74130d6c8464b5d27b97df5", "sha256": "fece269955da14025a919921835bf242c679e12278bebf0d2296d492d71d4cb0" }, "downloads": -1, "filename": "phishing_detection-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6d9fb4d9b74130d6c8464b5d27b97df5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1532521, "upload_time": "2019-07-21T11:29:29", "url": "https://files.pythonhosted.org/packages/9a/5d/0c0b74886d1ed468cd7f09cb9a830d97ed5eeb0f9105fb220b8899c7bbb6/phishing_detection-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d9fb4d9b74130d6c8464b5d27b97df5", "sha256": "fece269955da14025a919921835bf242c679e12278bebf0d2296d492d71d4cb0" }, "downloads": -1, "filename": "phishing_detection-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6d9fb4d9b74130d6c8464b5d27b97df5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1532521, "upload_time": "2019-07-21T11:29:29", "url": "https://files.pythonhosted.org/packages/9a/5d/0c0b74886d1ed468cd7f09cb9a830d97ed5eeb0f9105fb220b8899c7bbb6/phishing_detection-0.1.2.tar.gz" } ] }