David-OConnor / pyflow

An installation and dependency system for Python
MIT License
1.32k stars 44 forks source link

PEP 621 #145

Open dbanty opened 2 years ago

dbanty commented 2 years ago

I learned about this project recently while reading up on PEP 621 and PEP 665(draft).

Since there's an official way to represent most of the info in the [tool.pyflow] sections, will this project support that method? Currently I'm using Poetry and it seems that there is a ton of push-back on the new format for some reason.

I'd be happy to contribute the support if it's welcome but just not planned.

David-OConnor commented 2 years ago

I agree with that PEP, and think it would make a welcome change. Unfortunately, I don't have enough time to implement. Willing to review and merge PRs though.

messense commented 2 years ago

FYI, I wrote pyproject-toml-rs for maturin which may be useful for pyflow as well.