Metadata-Version: 1.1
Name: tornado-smtp
Version: 0.1.1
Summary: An asynchronous SMTP client for Tornado
Home-page: https://github.com/rmoritz/tornado-smtp
Author: Ralph Moritz
Author-email: ralphmoritz@outlook.com
License: MIT
Description: Asynchronous SMTP client for Tornado

        ====================================

        

        This is a thin wrapper around `smtplib.SMTP` and `smtplib.SMTP_SSL` that

        provides asynchronous functions (coroutines) for use in Tornado

        applications. It provides a single class, `tornado_smtp.client.TornadoSMTP`,

        which encapsulates either an `SMTP` or `SMTP_SSL` instance. The API has

        intentionally been kept the same in order to make usage obvious.

        
Keywords: smtp,email,mail,tornado,async
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Email
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 2.7
