Metadata-Version: 2.1
Name: nti.mailer
Version: 0.0.1a1
Summary: NTI mailer
Home-page: https://github.com/NextThought/nti.mailer
Author: Josh Zuech
Author-email: josh.zuech@nextthought.com
License: Apache
Keywords: Base
Platform: UNKNOWN
Classifier: Framework :: Zope3
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
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
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: gevent
Requires-Dist: setuptools
Requires-Dist: boto3
Requires-Dist: BTrees
Requires-Dist: itsdangerous
Requires-Dist: nti.schema
Requires-Dist: repoze.sendmail
Requires-Dist: pyramid (<2.0)
Requires-Dist: pyramid-mailer
Requires-Dist: six
Requires-Dist: ZODB
Requires-Dist: zc.displayname
Requires-Dist: zope.annotation
Requires-Dist: zope.catalog
Requires-Dist: zope.component
Requires-Dist: zope.container
Requires-Dist: zope.dottedname
Requires-Dist: zope.interface
Requires-Dist: zope.intid
Requires-Dist: zope.location
Requires-Dist: zope.schema
Requires-Dist: zope.security
Requires-Dist: premailer (>=3.7.0) ; python_version != "2.7"
Requires-Dist: premailer (<3.7.0) ; python_version == "2.7"
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: repoze.sphinx.autointerface ; extra == 'docs'
Requires-Dist: sphinxcontrib-programoutput ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: fudge ; extra == 'test'
Requires-Dist: nti.testing ; extra == 'test'
Requires-Dist: zope.testrunner ; extra == 'test'
Requires-Dist: nti.app.pyramid-zope (>=0.0.3) ; extra == 'test'
Requires-Dist: pyramid-chameleon ; extra == 'test'
Requires-Dist: pyramid-mako ; extra == 'test'

============
 nti.mailer
============

.. image:: https://travis-ci.org/NextThought/nti.mailer.svg?branch=master
    :target: https://travis-ci.org/NextThought/nti.mailer

.. image:: https://coveralls.io/repos/github/NextThought/nti.mailer/badge.svg?branch=master
    :target: https://coveralls.io/github/NextThought/nti.mailer?branch=master

.. image:: https://readthedocs.org/projects/ntimailer/badge/?version=latest
   :target: https://ntimailer.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status


=========
 Changes
=========


0.0.1a1 (2021-08-12)
====================

- Initial PyPI release.

- Add support for Python 3.6 through 3.9. 3.10 is expected when
  zodbpickle supports it.


