Metadata-Version: 2.0
Name: emailhub
Version: 0.0.1
Summary: Yet another email management app for django
Home-page: https://github.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
Provides-Extra: docs
Provides-Extra: tests
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.2.4); 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/?badge=latest


`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.

**Note**: This is a work in progress and in early development stage.


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

* django: **1.8, 1.9, 1.10, 1.11, 1.9**
* python: **2.7, 3.4, 3.5**

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


Links
-----

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


