Library and command-line tool to gather stats on typeshed packages
Project description
What's this project for?
This project is for easy gathering of statistics relating to typeshed's stubs. As well as being a CLI tool and library, it also powers a website where stats about typeshed's stubs are uploaded twice a day.
This project was created by Alex Waygood. It is not necessarily endorsed by any of the other typeshed maintainers.
Some examples of things you can do from the command line:
- Create a
.csv
file with stats on all typeshed stubs:typeshed-stats --typeshed-dir <PATH_TO_TYPESHED_CLONE> --to-file stats.csv
(the.csv
file extension will be automatically detected by the script to identify the format required). - Pretty-print stats on typeshed stubs for emoji and redis to the terminal, in JSON format:
typeshed-stats --typeshed-dir <PATH_TO_TYPESHED_CLONE> --to-json emoji redis
- Generate a MarkDown file detailing stats on typeshed's stubs for protobuf and the stdlib:
typeshed-stats --typeshed-dir <PATH_TO_TYPESHED_CLONE> --to-file stats.md stdlib protobuf
Example usage of the Python-level API:
from typeshed_stats.gather import tmpdir_typeshed, gather_stats
with tmpdir_typeshed() as typeshed:
stats_on_all_packages = gather_stats_on_multiple_packages(typeshed_dir=typeshed)
How can I use this?
- Run
pip install typeshed-stats[rich]
to install the package - Run
typeshed-stats --help
for information about various options
Are there any examples of things this script can produce, other than the website?
I'm glad you asked! They're in the examples/
folder in this repo.
(These examples are generated using the regenerate.py
script in the scripts/
directory.)
How do I run tests/linters?
- Clone the repo and
cd
into it - Create and activate a virtual environment
- Run
pip install -e .[dev]
- Either run the linters/tests individually (see the
.github/workflows
directory for details about what's run in CI) or use thescripts/runtests.py
convenience script to run them all in succession.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file typeshed_stats-24.11.10.tar.gz
.
File metadata
- Download URL: typeshed_stats-24.11.10.tar.gz
- Upload date:
- Size: 14.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 773b06b80d366b51bc240d23df3668c59ef42ab7649ade3e2e431f00e2a739c7 |
|
MD5 | af47f64666f7df09cc9e88723a21b22d |
|
BLAKE2b-256 | 61907f83ceffa78cc42b7d159327bd84c1c273519100cf1bad90c254689e1b1f |
File details
Details for the file typeshed_stats-24.11.10-py3-none-any.whl
.
File metadata
- Download URL: typeshed_stats-24.11.10-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96ef0c6c4c1639af00a37e21f51847595624a2f91becd2fdbb1215800012579c |
|
MD5 | 88fc801a45af70c9db33a8f3508679a4 |
|
BLAKE2b-256 | 09c45a629aad02eebe9cd8fab3c63316ae325f4dbe47f4d86c0cf20918e23f6b |