.gitignore
README.md
pyproject.toml
test_demoviz_icons.png
test_demoviz_seaborn.png
demoviz/__init__.py
demoviz/_version.py
demoviz/core.py
demoviz/matplotlib_integration.py
demoviz/seaborn_integration.py
demoviz.egg-info/PKG-INFO
demoviz.egg-info/SOURCES.txt
demoviz.egg-info/dependency_links.txt
demoviz.egg-info/requires.txt
demoviz.egg-info/top_level.txt
demoviz/icons/Person_icon_BLACK-01.svg
demoviz/icons/Woman_(958542)_-_The_Noun_Project.svg
example/README.md
example/demographic_change.py
example/disease_analysis.py
example/data/12411-0001_en.csv
example/data/23211-0002_en.csv
example/data/german_mortality_2023.csv
example/data/germany_population.csv
example/plots/german_disease_burden_2023.png
example/plots/german_disease_sex_comparison_2023.png
example/plots/german_infectious_vs_cancer_2023.png
example/plots/german_mortality_heatmap_2023.png
example/plots/germany_demographic_phases.png
example/plots/germany_demographic_timeline.png
example/plots/germany_population_pyramid_evolution.png
example/plots/germany_reunification_impact.png
tests/Makefile
tests/__init__.py
tests/conftest.py
tests/run_tests.py
tests/test_core.py
tests/test_matplotlib_integration.py
tests/test_seaborn_integration.py
tests/tests_core,py