Name | aiosmtplib JSON |
Version |
3.0.2
JSON |
| download |
home_page | None |
Summary | asyncio SMTP client |
upload_time | 2024-07-31 05:13:10 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
keywords |
asyncio
email
smtp
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
aiosmtplib
==========
|circleci| |precommit.ci| |codecov| |pypi-version| |pypi-status| |downloads| |pypi-python-versions|
|pypi-license|
------------
aiosmtplib is an asynchronous SMTP client for use with asyncio.
For documentation, see `Read The Docs`_.
Quickstart
----------
..
start quickstart
.. code-block:: python
import asyncio
from email.message import EmailMessage
import aiosmtplib
message = EmailMessage()
message["From"] = "root@localhost"
message["To"] = "somebody@example.com"
message["Subject"] = "Hello World!"
message.set_content("Sent via aiosmtplib")
asyncio.run(aiosmtplib.send(message, hostname="127.0.0.1", port=25))
..
end quickstart
Requirements
------------
..
start requirements
Python 3.8+ is required.
..
end requirements
Bug Reporting
-------------
..
start bug-reporting
Bug reports (and feature requests) are welcome via `Github issues`_.
.. _Github issues: https://github.com/cole/aiosmtplib/issues
..
end bug-reporting
.. |circleci| image:: https://circleci.com/gh/cole/aiosmtplib/tree/main.svg?style=shield
:target: https://circleci.com/gh/cole/aiosmtplib/tree/main
:alt: "aiosmtplib CircleCI build status"
.. |pypi-version| image:: https://img.shields.io/pypi/v/aiosmtplib.svg
:target: https://pypi.python.org/pypi/aiosmtplib
:alt: "aiosmtplib on the Python Package Index"
.. |pypi-python-versions| image:: https://img.shields.io/pypi/pyversions/aiosmtplib.svg
.. |pypi-status| image:: https://img.shields.io/pypi/status/aiosmtplib.svg
.. |pypi-license| image:: https://img.shields.io/pypi/l/aiosmtplib.svg
.. |codecov| image:: https://codecov.io/gh/cole/aiosmtplib/branch/main/graph/badge.svg
:target: https://codecov.io/gh/cole/aiosmtplib
.. |downloads| image:: https://pepy.tech/badge/aiosmtplib
:target: https://pepy.tech/project/aiosmtplib
:alt: "aiosmtplib on pypy.tech"
.. |precommit.ci| image:: https://results.pre-commit.ci/badge/github/cole/aiosmtplib/main.svg
:target: https://results.pre-commit.ci/latest/github/cole/aiosmtplib/main
:alt: "pre-commit.ci status"
.. _Read The Docs: https://aiosmtplib.readthedocs.io/en/stable/
Raw data
{
"_id": null,
"home_page": null,
"name": "aiosmtplib",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "asyncio, email, smtp",
"author": null,
"author_email": "Cole Maclean <hi@colemaclean.dev>",
"download_url": "https://files.pythonhosted.org/packages/91/2a/812517f8350cd317aad2ba1ce25dfc213c6f1f2e62e1cbf662b4bdc51d34/aiosmtplib-3.0.2.tar.gz",
"platform": null,
"description": "aiosmtplib\n==========\n\n|circleci| |precommit.ci| |codecov| |pypi-version| |pypi-status| |downloads| |pypi-python-versions|\n|pypi-license|\n\n------------\n\naiosmtplib is an asynchronous SMTP client for use with asyncio.\n\nFor documentation, see `Read The Docs`_.\n\nQuickstart\n----------\n\n\n..\n start quickstart\n\n.. code-block:: python\n\n import asyncio\n from email.message import EmailMessage\n\n import aiosmtplib\n\n message = EmailMessage()\n message[\"From\"] = \"root@localhost\"\n message[\"To\"] = \"somebody@example.com\"\n message[\"Subject\"] = \"Hello World!\"\n message.set_content(\"Sent via aiosmtplib\")\n\n asyncio.run(aiosmtplib.send(message, hostname=\"127.0.0.1\", port=25))\n\n..\n end quickstart\n\nRequirements\n------------\n\n..\n start requirements\n\nPython 3.8+ is required.\n\n..\n end requirements\n\n\nBug Reporting\n-------------\n\n..\n start bug-reporting\n\nBug reports (and feature requests) are welcome via `Github issues`_.\n\n.. _Github issues: https://github.com/cole/aiosmtplib/issues\n\n..\n end bug-reporting\n\n\n.. |circleci| image:: https://circleci.com/gh/cole/aiosmtplib/tree/main.svg?style=shield\n :target: https://circleci.com/gh/cole/aiosmtplib/tree/main\n :alt: \"aiosmtplib CircleCI build status\"\n.. |pypi-version| image:: https://img.shields.io/pypi/v/aiosmtplib.svg\n :target: https://pypi.python.org/pypi/aiosmtplib\n :alt: \"aiosmtplib on the Python Package Index\"\n.. |pypi-python-versions| image:: https://img.shields.io/pypi/pyversions/aiosmtplib.svg\n.. |pypi-status| image:: https://img.shields.io/pypi/status/aiosmtplib.svg\n.. |pypi-license| image:: https://img.shields.io/pypi/l/aiosmtplib.svg\n.. |codecov| image:: https://codecov.io/gh/cole/aiosmtplib/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/cole/aiosmtplib\n.. |downloads| image:: https://pepy.tech/badge/aiosmtplib\n :target: https://pepy.tech/project/aiosmtplib\n :alt: \"aiosmtplib on pypy.tech\"\n.. |precommit.ci| image:: https://results.pre-commit.ci/badge/github/cole/aiosmtplib/main.svg\n :target: https://results.pre-commit.ci/latest/github/cole/aiosmtplib/main\n :alt: \"pre-commit.ci status\"\n.. _Read The Docs: https://aiosmtplib.readthedocs.io/en/stable/\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "asyncio SMTP client",
"version": "3.0.2",
"project_urls": {
"Changelog": "https://github.com/cole/aiosmtplib/blob/main/CHANGELOG.rst",
"Documentation": "https://aiosmtplib.readthedocs.io/en/stable/",
"GitHub": "https://github.com/cole/aiosmtplib"
},
"split_keywords": [
"asyncio",
" email",
" smtp"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8735441faea7a11159795881a6ec869454f40269e4e3806dced935a35d83a412",
"md5": "83b9db1795fd5182e1a6d52ac1ef66c5",
"sha256": "8783059603a34834c7c90ca51103c3aa129d5922003b5ce98dbaa6d4440f10fc"
},
"downloads": -1,
"filename": "aiosmtplib-3.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "83b9db1795fd5182e1a6d52ac1ef66c5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 27111,
"upload_time": "2024-07-31T05:13:08",
"upload_time_iso_8601": "2024-07-31T05:13:08.515031Z",
"url": "https://files.pythonhosted.org/packages/87/35/441faea7a11159795881a6ec869454f40269e4e3806dced935a35d83a412/aiosmtplib-3.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "912a812517f8350cd317aad2ba1ce25dfc213c6f1f2e62e1cbf662b4bdc51d34",
"md5": "494d1bba7ee799eee938d8b903b93a4f",
"sha256": "08fd840f9dbc23258025dca229e8a8f04d2ccf3ecb1319585615bfc7933f7f47"
},
"downloads": -1,
"filename": "aiosmtplib-3.0.2.tar.gz",
"has_sig": false,
"md5_digest": "494d1bba7ee799eee938d8b903b93a4f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 59941,
"upload_time": "2024-07-31T05:13:10",
"upload_time_iso_8601": "2024-07-31T05:13:10.065788Z",
"url": "https://files.pythonhosted.org/packages/91/2a/812517f8350cd317aad2ba1ce25dfc213c6f1f2e62e1cbf662b4bdc51d34/aiosmtplib-3.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-31 05:13:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cole",
"github_project": "aiosmtplib",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"circle": true,
"lcname": "aiosmtplib"
}