This is a set of scripts to get statistics on the scikit-surgery library and turn them into a nice webpage
Activating the environment
mkdir env
python -m venv env/
source env/bin/activate
pip install -r requirements
- Make sure you have a personal access token for Github API generated from here
and is saved in the base directory under a file named github.token
Running the pipeline that generates dashboard.html and associated files needed by Github Pages
bash Makefile
Inspect libraries with pypi
./pypi-simple-search scikit-surgery > scikit-surgery-onpypi.txt
python get_github_repos.py > scikit-surgery-ongithub.txt
We can use pypinfo to get data for things on pypi
pypinfo --auth snappy-downloads-3d3fb7e245fd.json pypinfo scikit-surgeryvtk country