{ "info": { "author": "poipoii", "author_email": "earth.sama@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "# py-emailprotections\n[![Build Status](https://travis-ci.com/poipoii/pyemailprotectionslib.svg?branch=master)](https://travis-ci.com/poipoii/pyemailprotectionslib)\n[![Coverage Status](https://coveralls.io/repos/github/poipoii/pyemailprotectionslib/badge.svg?branch=master)](https://coveralls.io/github/poipoii/pyemailprotectionslib?branch=master)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py-emailprotections.svg)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/py-emailprotections.svg)\n[![PyPI version](https://badge.fury.io/py/py-emailprotections.svg)](https://badge.fury.io/py/py-emailprotections)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/py-emailprotections.svg)\n\nThis is a simple library designed to assist people with finding email protections.\n\n## Installing\n\n``` python\npip install py-emailprotections\n```\n\n## Usage\n\nThe simplest use of this library is to find and process SPF and DMARC records for domains. This is easiest with the `SpfRecord.from_domain(domain)` and `DmarcRecord.from_domain(domain)` factory methods.\n\nExample:\n\n import emailprotectionslib.spf as spf\n import emailprotectionslib.dmarc as dmarc\n\n spf_record = spf.SpfRecord.from_domain(\"google.com\")\n dmarc_record = dmarc.DmarcRecord.from_domain(\"google.com\")\n\n print spf_record.record\n print dmarc_record.policy\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/poipoii/pyemailprotectionslib", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "py-emailprotections", "package_url": "https://pypi.org/project/py-emailprotections/", "platform": "", "project_url": "https://pypi.org/project/py-emailprotections/", "project_urls": { "Homepage": "https://github.com/poipoii/pyemailprotectionslib" }, "release_url": "https://pypi.org/project/py-emailprotections/0.8.5/", "requires_dist": [ "dnslib", "tldextract", "future" ], "requires_python": "", "summary": "Python library to interact with SPF and DMARC", "version": "0.8.5" }, "last_serial": 5509802, "releases": { "0.8.5": [ { "comment_text": "", "digests": { "md5": "b937f224f17788561016958612899d36", "sha256": "95788ebd737dc395bbb5199db79be6b186a985dfb40b5de20e5787305a96b92f" }, "downloads": -1, "filename": "py_emailprotections-0.8.5-py3-none-any.whl", "has_sig": false, "md5_digest": "b937f224f17788561016958612899d36", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7656, "upload_time": "2019-07-10T01:47:14", "url": "https://files.pythonhosted.org/packages/04/3b/975c657428ffa3bfc5d0d6e352c1a4f5dc0cc2f6384caeaf142b7c566d06/py_emailprotections-0.8.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9632981f5ac23dc92b983dd1613f270b", "sha256": "598350fac2dcc68a8762b48d1eb51ac5ad3976b6e1145f0d7ae3ee2cbc1d225a" }, "downloads": -1, "filename": "py-emailprotections-0.8.5.tar.gz", "has_sig": false, "md5_digest": "9632981f5ac23dc92b983dd1613f270b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5458, "upload_time": "2019-07-10T01:47:16", "url": "https://files.pythonhosted.org/packages/a9/cd/5c7831ceea129421a04f2d62c2dd61fd444af06f95c8b748960bb16e8456/py-emailprotections-0.8.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b937f224f17788561016958612899d36", "sha256": "95788ebd737dc395bbb5199db79be6b186a985dfb40b5de20e5787305a96b92f" }, "downloads": -1, "filename": "py_emailprotections-0.8.5-py3-none-any.whl", "has_sig": false, "md5_digest": "b937f224f17788561016958612899d36", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7656, "upload_time": "2019-07-10T01:47:14", "url": "https://files.pythonhosted.org/packages/04/3b/975c657428ffa3bfc5d0d6e352c1a4f5dc0cc2f6384caeaf142b7c566d06/py_emailprotections-0.8.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9632981f5ac23dc92b983dd1613f270b", "sha256": "598350fac2dcc68a8762b48d1eb51ac5ad3976b6e1145f0d7ae3ee2cbc1d225a" }, "downloads": -1, "filename": "py-emailprotections-0.8.5.tar.gz", "has_sig": false, "md5_digest": "9632981f5ac23dc92b983dd1613f270b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5458, "upload_time": "2019-07-10T01:47:16", "url": "https://files.pythonhosted.org/packages/a9/cd/5c7831ceea129421a04f2d62c2dd61fd444af06f95c8b748960bb16e8456/py-emailprotections-0.8.5.tar.gz" } ] }