You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a website to display various statistics and useful pieces of information on typeshed's stubs packages: https://alexwaygood.github.io/typeshed-stats/. The website auto-updates twice a day. The project was heavily inspired by @srittau's PR #7537 and @hauntsaninja's stubsabot script.
You can also generate these statistics manually by pip installing typeshed-stats: https://pypi.org/project/typeshed-stats/. It comes with both an API you can use inside Python, and a CLI tool. Beware, however, that I'm iterating on the API quite quickly at the moment, so there are 0 stability guarantees when it comes to the API currently :)
There's nothing actionable here, so we can close this -- unless we perhaps want to add a link to this somewhere in typeshed? Depends on if others see enough value here or not :)
Hi,
I've created a website to display various statistics and useful pieces of information on typeshed's stubs packages: https://alexwaygood.github.io/typeshed-stats/. The website auto-updates twice a day. The project was heavily inspired by @srittau's PR #7537 and @hauntsaninja's stubsabot script.
You can also generate these statistics manually by
pip install
ingtypeshed-stats
: https://pypi.org/project/typeshed-stats/. It comes with both an API you can use inside Python, and a CLI tool. Beware, however, that I'm iterating on the API quite quickly at the moment, so there are 0 stability guarantees when it comes to the API currently :)The repo powering it all is https://github.com/AlexWaygood/typeshed-stats
This has basically been a hobby project over the last few weeks, but I figured others might also find it useful!
The text was updated successfully, but these errors were encountered: