LICENCE
MANIFEST.in
README.md
pyproject.toml
src/easy_reports/__init__.py
src/easy_reports/base.py
src/easy_reports/cli.py
src/easy_reports/config.py
src/easy_reports/data.py
src/easy_reports/defaults.py
src/easy_reports/email.py
src/easy_reports/email_smtplib.py
src/easy_reports/excel.py
src/easy_reports.egg-info/PKG-INFO
src/easy_reports.egg-info/SOURCES.txt
src/easy_reports.egg-info/dependency_links.txt
src/easy_reports.egg-info/entry_points.txt
src/easy_reports.egg-info/requires.txt
src/easy_reports.egg-info/top_level.txt
src/easy_reports/boilerplate/report.py
tests/__init__.py
tests/conftest.py
tests/sample_data.py
tests/settings_test_base.py
tests/settings_test_data.py
tests/settings_test_excel.py
tests/settings_test_report.py
tests/test_base.py
tests/test_config.py
tests/test_data.py
tests/test_excel.py