Skip to content

Latest commit

History

History
23 lines (17 loc) 路 622 Bytes

README.md

File metadata and controls

23 lines (17 loc) 路 622 Bytes

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