Skip to content

jorenham/typestats

typestats

Type annotation coverage statistics for Python packages

GitHub License PyPI Version Python Versions

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.


Quick start

Warning

The typestats CLI is deprecated; use pyrefly coverage check/report instead.

Check a package's public type-annotation coverage by pointing pyrefly coverage check at its source, or omit the path to check the current project (pyrefly finds the nearest config):

$ pyrefly coverage check --public-only src/yourpackage
 INFO type coverage 100.00% (13589 of 13589 typable)

Contributing

See CONTRIBUTING.md for development setup and workflow.

About

Type annotation coverage statistics for Python packages

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors