aiosmtplib


Nameaiosmtplib JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttps://github.com/cole/aiosmtplib
Summaryasyncio SMTP client
upload_time2023-11-02 18:50:29
maintainer
docs_urlNone
authorCole Maclean
requires_python>=3.8,<4.0
licenseMIT
keywords smtp email asyncio
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": "https://github.com/cole/aiosmtplib",
    "name": "aiosmtplib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "smtp,email,asyncio",
    "author": "Cole Maclean",
    "author_email": "hi@colemaclean.dev",
    "download_url": "https://files.pythonhosted.org/packages/4f/b4/f91e0715e81bfa56e17850357b7d603861ebb1fdd92481d68c8fedf6bf5a/aiosmtplib-3.0.1.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.1",
    "project_urls": {
        "Documentation": "https://aiosmtplib.readthedocs.io/en/stable/",
        "Homepage": "https://github.com/cole/aiosmtplib",
        "Repository": "https://github.com/cole/aiosmtplib"
    },
    "split_keywords": [
        "smtp",
        "email",
        "asyncio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b2a31fbf4dcfb7ad018e9148b94d5280f2fdb3b6657e9db562a58da7ef31a9f",
                "md5": "7427a63b51bbdb2b8d1f00d4505aa255",
                "sha256": "abcceae7e820577307b4cda2041b2c25e5121469c0e186764ddf8e15b12064cd"
            },
            "downloads": -1,
            "filename": "aiosmtplib-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7427a63b51bbdb2b8d1f00d4505aa255",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 27059,
            "upload_time": "2023-11-02T18:50:28",
            "upload_time_iso_8601": "2023-11-02T18:50:28.264058Z",
            "url": "https://files.pythonhosted.org/packages/3b/2a/31fbf4dcfb7ad018e9148b94d5280f2fdb3b6657e9db562a58da7ef31a9f/aiosmtplib-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fb4f91e0715e81bfa56e17850357b7d603861ebb1fdd92481d68c8fedf6bf5a",
                "md5": "3ed4ebe07de263a075e9b68a9ba67c2d",
                "sha256": "43580604b152152a221598be3037f0ae6359c2817187ac4433bd857bc3fc6513"
            },
            "downloads": -1,
            "filename": "aiosmtplib-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3ed4ebe07de263a075e9b68a9ba67c2d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 57715,
            "upload_time": "2023-11-02T18:50:29",
            "upload_time_iso_8601": "2023-11-02T18:50:29.848969Z",
            "url": "https://files.pythonhosted.org/packages/4f/b4/f91e0715e81bfa56e17850357b7d603861ebb1fdd92481d68c8fedf6bf5a/aiosmtplib-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-02 18:50:29",
    "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"
}
        
Elapsed time: 0.13533s