Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 367 Bytes

File metadata and controls

23 lines (15 loc) · 367 Bytes

pypi-transparency

A proposal for auditable package distribution on Python package indexes.

Website

The landing page lives in site/ and is built with Hugo.

Run locally:

cd site
hugo server

Build static files:

cd site
hugo

The generated site is written to site/public/ and is intentionally ignored by git.