{ "info": { "author": "Ronnie Beltran", "author_email": "rbbeltran.09@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Port of Ruby version bounce_email to Python\n------------------------------------------\n\nhttps://github.com/getoutreach/bounce_email\n\nSetup workinv env\n-----------------\n\n mkvirtualenv bounce_email\n pip install -r requirements.txt\n\nRun the tests\n-------------\n\n nosetests --verbose\n\nUsage\n-----\n\n from bounce_email import bounce_email\n\n msg = \"\"\" Fill with raw email text\n \"\"\"\n # Do something with bounce info\n bounce = bounce_email.BounceEmail(msg)\n bounce.is_bounced # True/False\n bounce.code # e.g. \"5.0.0\"\n bounce.reason # e.g. \"Description of the bounce code\"\n bounce.bounce_type # \"Permanent Failure\", \"Persistent Transient Failure\", \"Success\" -- BounceEmail::TYPE_HARD_FAIL, TYPE_SOFT_FAIL, TYPE_SUCCESS", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ronbeltran/bounce_email", "keywords": "gmail detect bounce email", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "bounce_email", "package_url": "https://pypi.org/project/bounce_email/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bounce_email/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ronbeltran/bounce_email" }, "release_url": "https://pypi.org/project/bounce_email/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Port of Ruby version bounce_email to Python to detect bounced emails", "version": "0.0.3" }, "last_serial": 2599019, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "911d10c220dc4a289e5682db291f90af", "sha256": "907744197ecf23a7ee7e8df0ab104ec185dcad062843e572029f9c7cc95a1f4b" }, "downloads": -1, "filename": "bounce_email-0.0.1.tar.gz", "has_sig": false, "md5_digest": "911d10c220dc4a289e5682db291f90af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7124, "upload_time": "2017-01-26T02:48:13", "url": "https://files.pythonhosted.org/packages/53/63/d86fbc9aab2104a68e15819b71606e37f13a9e7eac836d72403d43943bc1/bounce_email-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "570bf0366536e087560686d2a787bfd2", "sha256": "d60421855767f015dc06c46b1bff2fb10b8e8abe90c724d4ac55a42e36e808c7" }, "downloads": -1, "filename": "bounce_email-0.0.2.tar.gz", "has_sig": false, "md5_digest": "570bf0366536e087560686d2a787bfd2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7435, "upload_time": "2017-01-26T03:10:57", "url": "https://files.pythonhosted.org/packages/01/ae/29b856ca69d1f8fccbd1f77b06ac17b19d8e6c083f335e94fb28655c2326/bounce_email-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "4d214b485c0762868c42f6e9fb8c5408", "sha256": "129493f1f15c5577fe330ea68c8bbfefbbcf52db809fec1b9de95c75a8e9295a" }, "downloads": -1, "filename": "bounce_email-0.0.3.tar.gz", "has_sig": false, "md5_digest": "4d214b485c0762868c42f6e9fb8c5408", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7432, "upload_time": "2017-01-26T03:15:23", "url": "https://files.pythonhosted.org/packages/50/b1/1317ac7c8401055fb5e160d54b455d31438711a72ffa6640b81dd4e0505a/bounce_email-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d214b485c0762868c42f6e9fb8c5408", "sha256": "129493f1f15c5577fe330ea68c8bbfefbbcf52db809fec1b9de95c75a8e9295a" }, "downloads": -1, "filename": "bounce_email-0.0.3.tar.gz", "has_sig": false, "md5_digest": "4d214b485c0762868c42f6e9fb8c5408", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7432, "upload_time": "2017-01-26T03:15:23", "url": "https://files.pythonhosted.org/packages/50/b1/1317ac7c8401055fb5e160d54b455d31438711a72ffa6640b81dd4e0505a/bounce_email-0.0.3.tar.gz" } ] }