Metadata-Version: 2.0
Name: imailing
Version: 1.0.0
Summary: Interface to send transactionnal email with differents services 
Home-page: https://github.com/RignonNoel/imailing
Author: Noël Rignon
Author-email: rignon.noel@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: imailing
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
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: Click (>=6.0)
Requires-Dist: Sendinblue (>=2.0.5.1)
Requires-Dist: sendgrid (>=5.3.0)

========
IMailing
========


.. image:: https://img.shields.io/pypi/v/imailing.svg
        :target: https://pypi.python.org/pypi/imailing

.. image:: https://img.shields.io/travis/RignonNoel/imailing.svg
        :target: https://travis-ci.org/RignonNoel/imailing

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


.. image:: https://pyup.io/repos/github/RignonNoel/imailing/shield.svg
     :target: https://pyup.io/repos/github/RignonNoel/imailing/
     :alt: Updates



Interface to send transactionnal email with differents services 


* Free software: MIT license
* Documentation: https://imailing.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

1.0.0 (2018-02-07)
------------------

* First release on PyPI.


