LICENSE
README.md
pyproject.toml
src/morning_paper/__init__.py
src/morning_paper/article_print.py
src/morning_paper/builder.py
src/morning_paper/charts.py
src/morning_paper/cli.py
src/morning_paper/config.py
src/morning_paper/extractors.py
src/morning_paper/image_tools.py
src/morning_paper/inbox.py
src/morning_paper/models.py
src/morning_paper/renderers.py
src/morning_paper/sources.py
src/morning_paper/staging.py
src/morning_paper/styles.py
src/morning_paper.egg-info/PKG-INFO
src/morning_paper.egg-info/SOURCES.txt
src/morning_paper.egg-info/dependency_links.txt
src/morning_paper.egg-info/entry_points.txt
src/morning_paper.egg-info/requires.txt
src/morning_paper.egg-info/top_level.txt
src/morning_paper/resources/broadsheet-build.md
src/morning_paper/resources/demo.md
src/morning_paper/resources/fonts/CourierPrime-Bold.ttf
src/morning_paper/resources/fonts/CourierPrime-Italic.ttf
src/morning_paper/resources/fonts/CourierPrime-Regular.ttf
src/morning_paper/resources/fonts/LICENSE-PermanentMarker.txt
src/morning_paper/resources/fonts/OFL.txt
src/morning_paper/resources/fonts/PermanentMarker-Regular.ttf
src/morning_paper/resources/palettes/color.css
src/morning_paper/resources/palettes/mono.css
src/morning_paper/resources/styles/brief.css
src/morning_paper/resources/styles/broadsheet.css
src/morning_paper/resources/styles/field-card.css
src/morning_paper/resources/styles/zine.css
tests/test_build.py
tests/test_demo.py
tests/test_extractors.py
tests/test_frontpage_visual_snapshot.py
tests/test_inbox.py
tests/test_stage.py
tests/test_styles.py
tests/test_visual_snapshot.py