{ "info": { "author": "Nathan Jones", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "Python Guerrillamail\n====================\n\nPython Guerrillamail is a Python client API and command line interface for\ninteracting with a `Guerrillamail`_ temporary email server.\n\n.. image:: https://travis-ci.org/ncjones/python-guerrillamail.svg?branch=master\n :target: https://travis-ci.org/ncjones/python-guerrillamail\n :alt: Build Status\n\n\nInstallation\n------------\n\n.. code-block:: sh\n\n pip install python-guerrillamail\n\n\nExample Usage\n-------------\n\nCreate session using auto-assigned email address, print email address and print\nid of first message in inbox:\n\n.. code-block:: python\n\n from guerrillamail import GuerrillaMailSession\n session = GuerrillaMailSession()\n print session.get_session_state()['email_address']\n print session.get_email_list()[0].guid\n\n\nExample CLI Usage\n-----------------\n\nSet email address:\n\n.. code-block::\n\n $ guerrillamail setaddr john.doe\n $ guerrillamail info\n Email: john.doe@guerrillamailblock.com\n\n\nList inbox contents:\n\n.. code-block::\n\n $ guerrillamail list\n (*) 48859781 23:45:27+00:00 spam@example.com\n Example messsage 2\n\n (*) 48859574 09:25:01+00:00 spam@example.com\n Example message\n\n ( ) 1 00:00:00+00:00 no-reply@guerrillamail.com\n Welcome to Guerrilla Mail\n\n\nRead email message:\n\n.. code-block::\n\n $ guerrillamail get 48859781\n From: spam@example.com\n Date: 2016-06-11 23:45:27+00:00\n Subject: Example message 2\n\n Example Guerrillamail message body.\n\n\nUsing Alternative Guerrillamail Server\n--------------------------------------\n\nBy default, ``http://api.guerrillamail.com`` is used as the base URL for\nGuerrillamail API calls. This can be overridden by providing the ``base_url``\nproperty when constructing a GuerrillaMailSession instance. When using the CLI\nthe ``base_url`` property can be defined in the ``~/.guerrillamail`` JSON\nconfig file, for example:\n\n.. code-block:: json\n\n {\n \"base_url\": \"https://api.guerrillamail.com\"\n }\n\n\nLicense\n-------\n\nPython Guerrilla Mail is free software, licensed under the GPLv3.\n\n\n.. _Guerrillamail: https://www.guerrillamail.com/\n\n\nChange History\n--------------\n\n0.2.0\n+++++\n\n + Add support for Python 3.3, 3.4 and 3.5.\n + Add \"guerrillamail\" executable.\n\n\n0.1.2\n+++++\n\n + Fix mail \"excerpt\" property.\n\n\n0.1.1\n+++++\n\n + Remove version restriction on Requests dependency.\n\n\n0.1.0\n+++++\n\n + Initial release.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ncjones/python-guerrillamail", "keywords": "guerrillamail email client cli", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "python-guerrillamail", "package_url": "https://pypi.org/project/python-guerrillamail/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-guerrillamail/", "project_urls": { "Homepage": "https://github.com/ncjones/python-guerrillamail" }, "release_url": "https://pypi.org/project/python-guerrillamail/0.2.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Client for the Guerrillamail temporary email server", "version": "0.2.0" }, "last_serial": 2162961, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f46102cdf8fabf23aeefd90e9ae266bc", "sha256": "62d4e0cc7be3c2687d91d2a16585343c3c05fa28c8247fd5f71285d74b7c1996" }, "downloads": -1, "filename": "python-guerrillamail-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f46102cdf8fabf23aeefd90e9ae266bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4235, "upload_time": "2014-02-20T09:38:05", "url": "https://files.pythonhosted.org/packages/5c/35/2e0caeb318e1bc18eaaf91b12a2b4b5b8a82be014bb775ad27e2a0e31a08/python-guerrillamail-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9cf19d2bcdb40461270e7a4e915e3e0b", "sha256": "4a042eb8f79b839301c6e98a3d40649ff1a729a3eb65db1734612b388a061fcf" }, "downloads": -1, "filename": "python-guerrillamail-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9cf19d2bcdb40461270e7a4e915e3e0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4255, "upload_time": "2014-02-20T09:53:05", "url": "https://files.pythonhosted.org/packages/db/a6/61726ea4a2ea656010d74aeca0bf641fda431d8a44373f2eec8cbcb690db/python-guerrillamail-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "08538225b6857ddb2333a4d174c1664c", "sha256": "256741bbb387341449c5b2152b19521117da3b5a3050406e85ef3d2753cc6c6d" }, "downloads": -1, "filename": "python-guerrillamail-0.1.2.tar.gz", "has_sig": false, "md5_digest": "08538225b6857ddb2333a4d174c1664c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4301, "upload_time": "2016-06-11T09:42:45", "url": "https://files.pythonhosted.org/packages/af/35/264ccb1ff1295d27782e0c7dfbbabc95eb97914ba5b2317f0462e153ed3a/python-guerrillamail-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "d1e1ccc6b8be05816161670493d6c378", "sha256": "993934d09cdba4c0f8a70b00eedf3563acabdec3e24bb82335121a0e022afff5" }, "downloads": -1, "filename": "python_guerrillamail-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d1e1ccc6b8be05816161670493d6c378", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8221, "upload_time": "2016-06-12T06:13:56", "url": "https://files.pythonhosted.org/packages/0c/76/7f384d3aec93ae9ceaeef70a10c1ceaa5be9b039b34fd60df570be49f0fd/python_guerrillamail-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "75eacd72a3e1c324478c856a79873686", "sha256": "f04c48c58ddc55f81c2fe63c43e5f8d806ea77695fc621fe8bdbc11413bf9e31" }, "downloads": -1, "filename": "python-guerrillamail-0.2.0.tar.gz", "has_sig": false, "md5_digest": "75eacd72a3e1c324478c856a79873686", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5876, "upload_time": "2016-06-12T06:14:01", "url": "https://files.pythonhosted.org/packages/30/7c/48e0eca47883678ff7868514b96fc14907a8828a6b8cef2c9596ca7a1231/python-guerrillamail-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d1e1ccc6b8be05816161670493d6c378", "sha256": "993934d09cdba4c0f8a70b00eedf3563acabdec3e24bb82335121a0e022afff5" }, "downloads": -1, "filename": "python_guerrillamail-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d1e1ccc6b8be05816161670493d6c378", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8221, "upload_time": "2016-06-12T06:13:56", "url": "https://files.pythonhosted.org/packages/0c/76/7f384d3aec93ae9ceaeef70a10c1ceaa5be9b039b34fd60df570be49f0fd/python_guerrillamail-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "75eacd72a3e1c324478c856a79873686", "sha256": "f04c48c58ddc55f81c2fe63c43e5f8d806ea77695fc621fe8bdbc11413bf9e31" }, "downloads": -1, "filename": "python-guerrillamail-0.2.0.tar.gz", "has_sig": false, "md5_digest": "75eacd72a3e1c324478c856a79873686", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5876, "upload_time": "2016-06-12T06:14:01", "url": "https://files.pythonhosted.org/packages/30/7c/48e0eca47883678ff7868514b96fc14907a8828a6b8cef2c9596ca7a1231/python-guerrillamail-0.2.0.tar.gz" } ] }