shinyreporter

reporting modules for py-shiny

python -m venv .venv  
source .venv/bin/activate  
pip install ".[all]"  

python -m mypy src  
python -m pytest  
make html --directory docs/