Metadata-Version: 2.1
Name: promail
Version: 0.1.0
Summary: The Python Email AutomatioN Framework
Home-page: https://github.com/trafire/promail
License: GNU
Keywords: promail
Author: Antoine Wood
Author-email: antoinewood@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: flake8 (>=4.0.1,<5.0.0)
Requires-Dist: mjml (>=0.7.0,<0.8.0)
Requires-Dist: nox (>=2022.1.7,<2023.0.0)
Requires-Dist: pytest (>=7.1.2,<8.0.0)
Project-URL: Repository, https://github.com/trafire/promail
Description-Content-Type: text/markdown

[![Tests](https://github.com/trafire/promail/workflows/Tests/badge.svg)](https://github.com/trafire/promail/actions?workflow=Tests)
[![Codecov](https://codecov.io/gh/trafire/promail/branch/master/graph/badge.svg)](https://codecov.io/gh/trafire/promail)
[![PyPI](https://img.shields.io/pypi/v/hypermodern-python.svg)](https://pypi.org/project/hypermodern-python/)
# promail

Email Templates:

 When you install we create an email templates file with installed templates commented out. You can enable any templates by uncommenting these.

Email Templates:
    Composed of fragments
    Should include a json that explains format of the data and a description and a sample. We should also see if we can include a jpeg screen print of the sample data (maybe using playwright to render html and take a screen shot https://stackoverflow.com/questions/60598837/html-to-image-using-python)

