{ "info": { "author": "Adam Stueckrath", "author_email": "stueckrath.adam@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "auto-emailer\n============\n\n|Build Status| |GitHub| |Maintenance|\n\nA wrapper library around python's SMTP (Simple Mail Transfer Protocol) and email\nlibraries for making emails easier. Python makes sending email relatively easy\nvia the smtplib module, but this library makes it even *easier* with\nauto-configuration and email templates.\n\nTable of Contents\n-----------------\n\n1. `Background <#background>`__\n2. `Install <#install>`__\n3. `Usage <#usage>`__\n4. `Docs <#docs>`__\n5. `Maintainers <#maintainers>`__\n6. `Contributing <#contributing>`__\n7. `License <#license>`__\n\nBackground\n----------\n\nLet's say you\u2019re automating a task that takes a couple of hours to do,\nand you don\u2019t want to go back to your computer every few minutes to\ncheck on the program\u2019s status. Instead, you can use auto-emailer to send\na friendly email programmatically when it\u2019s done\u2014freeing you to focus on\nmore important things while you\u2019re away from your computer.\n\nWhat if you have a spreadsheet of email addresses and you need to send\nout an email to each one? Instead of manually writing hundreds, or even\nthousands, of emails, you just write a few lines of code to auto-mate\nthe process and you're done.\n\nInstalling\n----------\n\nYou can install using `pip`_::\n\n $ pip install auto-emailer\n\n.. _pip: https://pip.pypa.io/en/stable/\n\nFor more information on setting up auto-emailer, please refer to `Docs <#docs>`__\n\nSupported Python Versions\n^^^^^^^^^^^^^^^^^^^^^^^^^\n\nPython >= 3.6\n\nDocs\n----\n\nauto-emailer python library has usage and reference documentation at\n`auto-emailer.readthedocs.io `_.\n\nMaintainers\n-----------\n\n`@adamstueckrath `__\n\nContributing\n------------\n\nFeel free to dive in! `Open an\nissue `__ or\nsubmit PRs.\n\nauto-emailer follows the `Contributor\nCovenant `__\nCode of Conduct.\n\nLicense\n-------\n\n`MIT `__ \u00a9 Adam Stueckrath\n\n.. |Build Status| image:: https://travis-ci.org/adamstueckrath/auto-emailer.svg?branch=master\n :target: https://travis-ci.org/adamstueckrath/auto-emailer\n.. |GitHub| image:: https://img.shields.io/github/license/adamstueckrath/auto-emailer\n :target: https://github.com/adamstueckrath/auto-emailer/blob/master/LICENSE.txt\n.. |Maintenance| image:: https://img.shields.io/maintenance/yes/2019\n :target: https://github.com/adamstueckrath/auto-emailer/graphs/commit-activity", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adamstueckrath/auto-emailer", "keywords": "smtp email", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "auto-emailer", "package_url": "https://pypi.org/project/auto-emailer/", "platform": "", "project_url": "https://pypi.org/project/auto-emailer/", "project_urls": { "Homepage": "https://github.com/adamstueckrath/auto-emailer" }, "release_url": "https://pypi.org/project/auto-emailer/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "auto-emailer library for Python", "version": "1.0.1" }, "last_serial": 5725162, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "6078b5cc4c187b041868fdb3000b76e8", "sha256": "6143f9029b87df53958cd5990ad62c1b692442c777cd667172ca6eb0b34c2863" }, "downloads": -1, "filename": "auto_emailer-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6078b5cc4c187b041868fdb3000b76e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5146, "upload_time": "2019-08-15T02:11:04", "url": "https://files.pythonhosted.org/packages/27/fa/93636903ec3c7a87dd5e64668cc5936f6b616a5f180a897e9f85080f4ded/auto_emailer-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "10f3365ed167577f3c95f324fdeef834", "sha256": "3334f85512c97b6540657d8f20c8a9a2227bce3dfd14325cff675fc3a5ff9b88" }, "downloads": -1, "filename": "auto_emailer-1.0.1.tar.gz", "has_sig": false, "md5_digest": "10f3365ed167577f3c95f324fdeef834", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5527, "upload_time": "2019-08-24T19:32:46", "url": "https://files.pythonhosted.org/packages/b6/0d/94f2e8da94920aa6555e4b95f1d262af5b9badd753670b99ff99d3fea786/auto_emailer-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "10f3365ed167577f3c95f324fdeef834", "sha256": "3334f85512c97b6540657d8f20c8a9a2227bce3dfd14325cff675fc3a5ff9b88" }, "downloads": -1, "filename": "auto_emailer-1.0.1.tar.gz", "has_sig": false, "md5_digest": "10f3365ed167577f3c95f324fdeef834", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5527, "upload_time": "2019-08-24T19:32:46", "url": "https://files.pythonhosted.org/packages/b6/0d/94f2e8da94920aa6555e4b95f1d262af5b9badd753670b99ff99d3fea786/auto_emailer-1.0.1.tar.gz" } ] }