Metadata-Version: 2.1
Name: aiosmtpd
Version: 1.3.1
Summary: aiosmtpd - asyncio based SMTP server
Home-page: https://aiosmtpd.readthedocs.io/
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
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.
        
        Please visit the Project Homepage for more information.
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
