Type annotation coverage statistics for Python packages
Dashboard · Guides · Reference · Contributing
typestats computes type-coverage metrics so maintainers and contributors can prioritize effort where it matters most.
Visit the dashboard at jorenham.github.io/typestats.
Check the type-annotation coverage of any installed package:
$ typestats check scipy-stubs
coverage: 100.00%
typable: 13589
typed: 13554
any: 35See CONTRIBUTING.md for development setup and workflow.