Metadata-Version: 2.4
Name: invenio-mail
Version: 2.3.1
Summary: Invenio-Mail is an integration layer between Invenio and Flask-Mail.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-mail
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: invenio,mail
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Requires-Dist: flask-mail<0.10.0,>=0.9.1
Requires-Dist: flask>=0.11.1
Provides-Extra: celery
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: flask-celeryext>=0.2.2; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: sphinx>=4.5.0; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2015-2018 CERN.
    SPDX-License-Identifier: MIT

==============
 Invenio-Mail
==============

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-mail.svg
        :target: https://github.com/inveniosoftware/invenio-mail/blob/master/LICENSE

.. image:: https://github.com/inveniosoftware/invenio-mail/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-mail/actions

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-mail.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-mail

.. image:: https://img.shields.io/pypi/v/invenio-mail.svg
        :target: https://pypi.org/pypi/invenio-mail

Invenio-Mail is an integration layer between Invenio and Flask-Mail.

Further documentation is available on
https://invenio-mail.readthedocs.io/
