.travis.yml
LICENSE.txt
MANIFEST.in
README.md
VERSION.txt
setup.cfg
setup.py
mjml/__init__.py
mjml/mjml2html.py
mjml.egg-info/PKG-INFO
mjml.egg-info/SOURCES.txt
mjml.egg-info/dependency_links.txt
mjml.egg-info/entry_points.txt
mjml.egg-info/requires.txt
mjml.egg-info/top_level.txt
mjml.egg-info/zip-safe
mjml/core/__init__.py
mjml/core/api.py
mjml/core/registry.py
mjml/elements/__init__.py
mjml/elements/_base.py
mjml/elements/mj_body.py
mjml/elements/mj_button.py
mjml/elements/mj_column.py
mjml/elements/mj_divider.py
mjml/elements/mj_group.py
mjml/elements/mj_image.py
mjml/elements/mj_section.py
mjml/elements/mj_table.py
mjml/elements/mj_text.py
mjml/elements/head/__init__.py
mjml/elements/head/_head_base.py
mjml/elements/head/mj_attributes.py
mjml/elements/head/mj_head.py
mjml/elements/head/mj_style.py
mjml/elements/head/mj_title.py
mjml/helpers/__init__.py
mjml/helpers/conditional_tag.py
mjml/helpers/fonts.py
mjml/helpers/media_queries.py
mjml/helpers/mergeOutlookConditionals.py
mjml/helpers/preview.py
mjml/helpers/py_utils.py
mjml/helpers/shorthand_parser.py
mjml/helpers/skeleton.py
mjml/helpers/suffixCssClasses.py
mjml/helpers/width_parser.py
mjml/lib/__init__.py
mjml/lib/attribute_dict.py
mjml/lib/dict_merger.py
mjml/lib/tests/__init__.py
mjml/lib/tests/dict_merger_test.py
mjml/scripts/__init__.py
mjml/scripts/mjml-html-compare
mjml/scripts/mjml.py
tests/testdata/button-expected.html
tests/testdata/hello-world-expected.html
tests/testdata/minimal-expected.html
tests/testdata/mj-attributes-expected.html
tests/testdata/mj-group-expected.html
tests/testdata/mj-head-with-comment-expected.html
tests/testdata/mj-image-with-empty-alt-attribute-expected.html
tests/testdata/mj-section-with-mj-class-expected.html
tests/testdata/mj-style-expected.html
tests/testdata/mj-table-expected.html
tests/testdata/mj-text-with-tail-text-expected.html
tests/testdata/mj-title-expected.html
tests/testdata/text_with_html-expected.html