Skip to content

PiMachineLearning/Sharin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

PEP 503 compliant static pip repository generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages