Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 558 Bytes

File metadata and controls

22 lines (21 loc) · 558 Bytes

Sharin

PEP 503 compliant static pip repository generator.
Supports hashing whl files and putting those on the URL fragment as recommended by PEP 503.

Usage

Place all your files inside the directory wheels using the following system

main.py
wheels/
  <project name>/
    file.whl

Sharin will generate a folder called dist that has all the necessary files for it to function as a pip repository The folder tree for the output may look like

dist/
  <project name>/
    file.whl
    index.html
  index.html

for the example above.