CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
bentomail/__init__.py
bentomail/bentomailer.py
bentomail/chart_renderer.py
bentomail/colors.py
bentomail/components.py
bentomail/dashboard.py
bentomail/layout.py
bentomail/text_renderer.py
bentomail/themes.py
bentomail.egg-info/PKG-INFO
bentomail.egg-info/SOURCES.txt
bentomail.egg-info/dependency_links.txt
bentomail.egg-info/requires.txt
bentomail.egg-info/top_level.txt
bentomail/templates/dashboard.jinja
examples/basic_alert.py
examples/offline_compilation.py
examples/showcase.py
tests/__init__.py
tests/conftest.py
tests/test_charts.py
tests/test_components.py
tests/test_layout.py
tests/test_mime.py
tests/test_packaging.py
tests/test_rendering.py
tests/test_smtp.py