Metadata-Version: 2.1
Name: emailhub
Version: 0.0.3
Summary: Yet another email management app for django
Home-page: https://gitlab.com/h3/django-emailhub
Author: Maxime Haineault
Author-email: haineault@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Django (>=1.8)
Requires-Dist: six (>=1.11.0)
Provides-Extra: docs
Requires-Dist: Sphinx (==1.7.1) ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon (==0.6.1) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (==0.4.2) ; extra == 'docs'
Requires-Dist: docutils (==0.12) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: tox (>=2.9.1) ; extra == 'tests'

django-emailhub
===============

.. image:: https://gitlab.com/h3/django-emailhub/badges/master/build.svg
    :target: https://gitlab.com/h3/django-emailhub/pipelines

.. image:: https://readthedocs.org/projects/django-emailhub/badge/?version=latest
    :target: https://django-emailhub.readthedocs.io/en/latest/

.. image:: https://badge.fury.io/py/emailhub.svg
    :target: https://pypi.org/project/emailhub/


`Django EmailHub <http://django-emailhub.readthedocs.io/en/latest/>`_ is an
application that bring advanced email functionnalities to Django such as
templates, draft state, batch sending and archiving.


Supported Python/Django versions
--------------------------------

* django: **1.8, 1.9, 1.10, 1.11, 2.0, 2.1, 2.2, 3.0**
* python: **2.7, 3.4, 3.5, 3.6, 3.7**

**Note**: Work in progress, expect backward incompatible changes.


Links
-----

* `EmailHub Documentation <http://django-emailhub.readthedocs.io/en/latest/>`_


