cnpryer / huak

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

Implement updated `PyProjectToml` #854

Closed cnpryer closed 9 months ago

cnpryer commented 10 months ago

Closes #852 Closes #628 Closes #594

Replaces Metadata with new PyProjectToml backed by toml_edit for LocalMetadata.

Helps with:

TODO:

cnpryer commented 10 months ago

I want to look into upstreaming a toml_edit::Table-backed Tool in the pyproject-toml crate.