Skip to content

redshiftzero/reproduciblewheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

reproduciblewheels

Monitoring which wheels in the python ecosystem can be reproducibly built (inspired by pythonwheels.com)

CircleCI

Developer

Example of regenerating the static site using the existing data:

>>> import check
>>> import json
>>> with open('site_data.json', 'r') as f:
...     data = json.loads(f.read())
...
>>> check.regenerate_site(data)

or simply both regenerate the data and the static site via:

python3 check.py

About

Tracking which 🎑 wheels 🎑 in the python ecosystem can be reproducibly built

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages