{
"info": {
"author": "Denis Veselov",
"author_email": "progr.mail@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Internet :: WWW/HTTP"
],
"description": "temp-mail\n=========\n\nPython API Wrapper for `temp-mail.ru `_ service. Temp-mail is a service which lets you use anonymous emails for free. You can view full API specification in `api.temp-mail.ru `_.\n\nRequirements\n------------\n\n`requests `_ - required.\n\n`simplejson `_ - optional, for a serious speed boost in JSON decode.\n\nInstallation\n------------\n\nInstalling with pip::\n\n $ pip install temp-mail\n\nUsage\n-----\n\nGet all emails from given email login and domain::\n\n from tempmail import TempMail\n\n tm = TempMail(login='denis', domain='@gnail.pw')\n print tm.get_mailbox() # list of emails in denis@gnail.pw\n\nGenerate email address and get emails from it::\n\n from tempmail import TempMail\n\n tm = TempMail()\n email = tm.get_email_address() # v5gwnrnk7f@gnail.pw\n print tm.get_mailbox(email) # list of emails\n\nChanges\n=======\n\n0.2 (2013-08-20)\n----------------\n\n* Improved readme\n* Created github page\n* Improved docstrings for class methods\n* Some minor fixes\n\n0.1 (2013-08-18)\n----------------\n\n* Initial release",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/saippuakauppias/temp-mail",
"keywords": "temporary temp mail email address wrapper api anon anonymous secure free disposable",
"license": "MIT",
"maintainer": null,
"maintainer_email": null,
"name": "temp-mail",
"package_url": "https://pypi.org/project/temp-mail/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/temp-mail/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/saippuakauppias/temp-mail"
},
"release_url": "https://pypi.org/project/temp-mail/0.2/",
"requires_dist": null,
"requires_python": null,
"summary": "Wrapper for online service which provides temporary email address: https://temp-mail.ru/",
"version": "0.2"
},
"last_serial": 843980,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "aa021ab64fa138bee309d4fc07f0e42d",
"sha256": "3ef7d45107dffcf76112a05e676d7819bbb70fbfddc64dde216af6f9502a5ae7"
},
"downloads": -1,
"filename": "temp-mail-0.1.tar.gz",
"has_sig": false,
"md5_digest": "aa021ab64fa138bee309d4fc07f0e42d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3240,
"upload_time": "2013-08-18T09:37:23",
"url": "https://files.pythonhosted.org/packages/97/cb/cf490e3b71a76e78083581a70b8eefc60ef92e92a9a519e06ebdbf7e4d73/temp-mail-0.1.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "f625c6b699769cd83b133fdc8d5bec92",
"sha256": "bad6d87ee0475ccc0cfb50191d977f71ca0e2d67fb3bda4aaee38d2111ef3354"
},
"downloads": -1,
"filename": "temp-mail-0.2.tar.gz",
"has_sig": false,
"md5_digest": "f625c6b699769cd83b133fdc8d5bec92",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3590,
"upload_time": "2013-08-20T10:39:45",
"url": "https://files.pythonhosted.org/packages/d8/71/8615b9ccad991b458b962987390b819f0897e8909739f4d39df3c5d1acbd/temp-mail-0.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "f625c6b699769cd83b133fdc8d5bec92",
"sha256": "bad6d87ee0475ccc0cfb50191d977f71ca0e2d67fb3bda4aaee38d2111ef3354"
},
"downloads": -1,
"filename": "temp-mail-0.2.tar.gz",
"has_sig": false,
"md5_digest": "f625c6b699769cd83b133fdc8d5bec92",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3590,
"upload_time": "2013-08-20T10:39:45",
"url": "https://files.pythonhosted.org/packages/d8/71/8615b9ccad991b458b962987390b819f0897e8909739f4d39df3c5d1acbd/temp-mail-0.2.tar.gz"
}
]
}