konstin / poc-monotrail

Proof Of Concept for python package management without virtualenvs
26 stars 4 forks source link

Re-export RequirementsTxt as public #52

Closed cnpryer closed 1 year ago

cnpryer commented 1 year ago

Closes #51

konstin commented 1 year ago

:+1:

I'm also open to eventually moving some utils to their own crate similar to install-wheel-rs

cnpryer commented 1 year ago

I was going to ask. That'd be awesome!

konstin commented 1 year ago

In case you haven't seen it: https://github.com/crockeo/pep-427-rs/pull/1/files; I think it's a good example of how to structure standalone utils

cnpryer commented 1 year ago

Ooo thank you. I'll check this out tomorrow.

cnpryer commented 1 year ago

What crate were you thinking and is this something you'd like a PR for?

konstin commented 1 year ago

Maybe monotrail-utils or wirsing? Happy to review a PR, just not sure if i get to it over the weekend. I haven't done any design work for this (e.g. how to structure the API, optional features, what's in scope and what isn't), but the intersection of things that is used by both monotrail and rye would make a good start

cnpryer commented 1 year ago

Sounds good. I probably won't get to this until my Sunday night/Monday. Next week I can think more about it if you'd like.