Metadata-Version: 2.1
Name: aiosmtpd
Version: 1.4.2
Summary: aiosmtpd - asyncio based SMTP server
Home-page: https://aiosmtpd.readthedocs.io/
Maintainer: The aiosmtpd Developers
Maintainer-email: aiosmtpd@googlegroups.com
License: Apache-2.0
Project-URL: Bug Tracker, https://github.com/aio-libs/aiosmtpd/issues
Project-URL: Documentation, https://aiosmtpd.readthedocs.io/
Project-URL: Source Code, https://github.com/aio-libs/aiosmtpd
Keywords: email,smtpd,smtp
Platform: UNKNOWN
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Communications :: Email :: Mail Transport Agents
Classifier: Framework :: AsyncIO
Requires-Python: ~=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: NOTICE

######################################
 aiosmtpd - asyncio based SMTP server
######################################

| |github license| |_| |PyPI Version| |PyPI Python|
| |GA badge| |codecov| |_| |LGTM.com| |readthedocs| |_|
| |GH Release| |_| |PullRequests| |_| |LastCommit|
|

.. |_| unicode:: 0xA0
   :trim:

This is a server for SMTP and related MTA protocols,
similar in utility to the standard library's |smtpd.py|_ module,
but rewritten to be based on ``asyncio`` for Python 3.6+.

Please visit the `Project Homepage`_ for more information.

.. _`Project Homepage`: https://aiosmtpd.readthedocs.io/
.. |smtpd.py| replace:: ``smtpd.py``
.. _`smtpd.py`: https://docs.python.org/3/library/smtpd.html


Signing Keys
============

Starting version 1.3.1,
files provided through PyPI or `GitHub Releases`_
will be signed using one of the following GPG Keys:

+-------------------------+----------------+------------------------------+
| GPG Key ID              | Owner          | Email                        |
+=========================+================+==============================+
| ``5D60 CE28 9CD7 C258`` | Pandu E POLUAN | pepoluan at gmail period com |
+-------------------------+----------------+------------------------------+

.. _`GitHub Releases`: https://github.com/aio-libs/aiosmtpd/releases


