X Tutup
The Wayback Machine - https://web.archive.org/web/20221225135828/https://github.com/python/typeshed/issues/9386
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing: typeshed-stats #9386

Open
AlexWaygood opened this issue Dec 19, 2022 · 0 comments
Open

Introducing: typeshed-stats #9386

AlexWaygood opened this issue Dec 19, 2022 · 0 comments

Comments

@AlexWaygood
Copy link
Member

AlexWaygood commented Dec 19, 2022

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 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 :)

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
X Tutup