cnpryer / huak

My experimental Python package manager.
https://cnpryer.github.io/huak/
MIT License
615 stars 37 forks source link

Requirements files and PEP 508 improvements #853

Open cnpryer opened 10 months ago

cnpryer commented 10 months ago

Summary

PEP 508 details the Dependency specification for Python Software Packages. This would add support for things like initializing a project from requirements files, offer more robustness with less typical specifiers, and more.

Motivation

Requirements

Think about SHA-256 digests for transitive deps and more reproducibility work

Details

huak init -r requirements.txt
cnpryer commented 6 months ago

cc #890