- scripts/generate_downloads_chart.py fetches pypistats.org data
(mirrors excluded, stdlib only) and renders a dark-theme SVG
matching the existing asset style
- assets/downloads-chart.svg seeded with the current 15-day history
- .github/workflows/downloads-chart.yml runs daily at 06:15 UTC
and commits only when the chart actually changes
- README shows the chart directly under stats.svg
- Run ruff format on all source files
- Fix mypy type: ignore comments for .NET imports (import-not-found)
- Add mypy overrides for pythonnet/clr/clr_loader (no type stubs)
- Fix trace_export return type (dict[str, Any] not dict[str, str])
- Restrict CI test matrix to Windows-only (Power BI Desktop requirement)