{ "info": { "author": "Sublime Security", "author_email": "hi@sublimesecurity.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Python EmailRep\n\nThis is a python 3 library and cli module for interacting with the [EmailRep](https://emailrep.io) service.\n\n## Installation\n`pip install emailrep`\n\n## Quick Start (cli)\n```sh\n# setup your api key (optional)\nemailrep setup -k \n\n# query an email address\nemailrep bill@microsoft.com\n\n# report an email address (key required)\nemailrep --report foo@bar.com --tags \"bec, maldoc\" --description \"Phishing email targeting CEO\"\n\n```\n\n## Quick Start (python library)\n```py\nfrom emailrep import EmailRep\n\n# setup your api key (optional)\nemailrep = EmailRep('')\n\n# query an email address\nemailrep.query(\"bill@microsoft.com\")\n\n# report an email address (key required)\nemailrep.report(\"foo@bar.com\", [\"bec\", \"maldoc\"], \"Phishing email targeting CEO\")\n\n```\n\nFull API docs can be found [here](https://emailrep.io/docs).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/sublime-security/emailrep.io-python", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://emailrep.io", "keywords": "security,phishing,analysts,soc,threat intelligence", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "emailrep", "package_url": "https://pypi.org/project/emailrep/", "platform": "", "project_url": "https://pypi.org/project/emailrep/", "project_urls": { "Download": "https://github.com/sublime-security/emailrep.io-python", "Homepage": "https://emailrep.io" }, "release_url": "https://pypi.org/project/emailrep/0.0.3/", "requires_dist": [ "python-dateutil", "requests" ], "requires_python": "", "summary": "Python interface for the EmailRep API", "version": "0.0.3" }, "last_serial": 5700054, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "68f21c004bbbb4660714834c5f5d9cb6", "sha256": "aa8efe49b3b05098ba969878707f9da56c73ca1c7d625e6cd16948e183254b8c" }, "downloads": -1, "filename": "emailrep-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "68f21c004bbbb4660714834c5f5d9cb6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5337, "upload_time": "2019-08-19T06:14:20", "url": "https://files.pythonhosted.org/packages/70/d7/5c46a4134c6677d0fbd0ca5aec8eaa466e74127d0d5fb29da41ab73937cc/emailrep-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "1a1cb2b8da32e330066e844c0fb9e3f6", "sha256": "9bebc8aacdee6ad6e778ccc918bd2c307307152c970f2d5ea56dbdefcf334c4b" }, "downloads": -1, "filename": "emailrep-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "1a1cb2b8da32e330066e844c0fb9e3f6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6136, "upload_time": "2019-08-19T19:40:45", "url": "https://files.pythonhosted.org/packages/17/68/303fb3074d27ced1e2bb466b820012e19641f05879f91667998bf37c71d1/emailrep-0.0.2-py3-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "8356d17fa5ea0c1d8c2be56ef8f86fbf", "sha256": "f924bec01ef0e719ebc289e4673e73f856d03d345ab19006847b16ee748d1057" }, "downloads": -1, "filename": "emailrep-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "8356d17fa5ea0c1d8c2be56ef8f86fbf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6136, "upload_time": "2019-08-19T19:45:46", "url": "https://files.pythonhosted.org/packages/41/09/d46bd43defd698a0e4b795b3962d0b4904ffd4be221a286f0347397c7dda/emailrep-0.0.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8356d17fa5ea0c1d8c2be56ef8f86fbf", "sha256": "f924bec01ef0e719ebc289e4673e73f856d03d345ab19006847b16ee748d1057" }, "downloads": -1, "filename": "emailrep-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "8356d17fa5ea0c1d8c2be56ef8f86fbf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6136, "upload_time": "2019-08-19T19:45:46", "url": "https://files.pythonhosted.org/packages/41/09/d46bd43defd698a0e4b795b3962d0b4904ffd4be221a286f0347397c7dda/emailrep-0.0.3-py3-none-any.whl" } ] }