LICENSE
README.md
pyproject.toml
src/ecostyles/__init__.py
src/ecostyles/_version.py
src/ecostyles/styles.py
src/ecostyles.egg-info/PKG-INFO
src/ecostyles.egg-info/SOURCES.txt
src/ecostyles.egg-info/dependency_links.txt
src/ecostyles.egg-info/requires.txt
src/ecostyles.egg-info/top_level.txt
src/ecostyles/data/fonts/circular-std/CircularStd-Black.otf
src/ecostyles/data/fonts/circular-std/CircularStd-Bold.otf
src/ecostyles/data/fonts/circular-std/CircularStd-Book.otf
src/ecostyles/data/fonts/circular-std/CircularStd-Medium.otf
src/ecostyles/data/population/population.csv
src/ecostyles/data/recessions/recessions_uk.json
src/ecostyles/data/recessions/recessions_us.json
src/ecostyles/themes/__init__.py
src/ecostyles/themes/article.py
src/ecostyles/themes/cotd.py
src/ecostyles/themes/newsletter.py
src/ecostyles/utils/__init__.py
src/ecostyles/utils/file_operations.py
src/ecostyles/utils/fonts.py
src/ecostyles/utils/palette.py
src/ecostyles/utils/population.py
tests/test_file_operations.py
tests/test_population.py
tests/test_population_data.py
tests/test_styles.py
tests/test_theme_rendering.py
tests/test_themes.py