Metadata-Version: 2.1
Name: aiosmtpd
Version: 1.2.4
Summary: aiosmtpd - asyncio based SMTP server
Home-page: http://aiosmtpd.readthedocs.io/
License: Apache-2.0
Description: 
        This is a server for SMTP and related protocols, similar in utility to the
        standard library's smtpd.py module, but rewritten to be based on asyncio for
        Python 3.
Keywords: email
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
