SciKit-Surgery / scikit-surgery-stats

Scripts to get statistics on the scikit-surgery libraries.

Home Page:https://scikit-surgery.github.io/scikit-surgery-stats/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scikit-surgery-stats

Get in touch via twitter Follow scikit_surgery on twitter

This is a set of scripts to get statistics on the scikit-surgery library and turn them into a nice webpage

Link to the dashboard

Use instructions

  1. Activating the environment

    mkdir env

    python -m venv env/

    source env/bin/activate

    pip install -r requirements

  2. 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

  3. 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

About

Scripts to get statistics on the scikit-surgery libraries.

https://scikit-surgery.github.io/scikit-surgery-stats/

License:Other


Languages

Language:HTML 81.2%Language:Python 17.0%Language:Shell 1.1%Language:JavaScript 0.6%Language:Makefile 0.1%Language:CSS 0.1%