Looks like the design has taken some cues from Bundler/Yarn/Cargo etc, which IMO is great because those are wonderfully designed package managers. I worry about how leaky the abstraction might be, since it is built on top of pip, but I trust the author of the application to write high-quality code, so maybe it will be fine.
I’m always confused how things play with setup.py for installs vs. pip
Looks good and will probably get a lot of traction mostly due to who the author is
Looks like the design has taken some cues from Bundler/Yarn/Cargo etc, which IMO is great because those are wonderfully designed package managers. I worry about how leaky the abstraction might be, since it is built on top of
pip, but I trust the author of the application to write high-quality code, so maybe it will be fine.I’m always confused how things play with setup.py for installs vs. pip Looks good and will probably get a lot of traction mostly due to who the author is