rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

poc: singular pypi repo for late binding external dependencies

Open rickeylev opened this issue 3 months ago • 0 comments

POC for having a single @pypi repo so that targets can depend on something without having to choose a particular dependency closure (pip.parse hub_name).

The current impl works in a hub-of-hubs fashion, however, I think that indirection could be removed, since it's known at bzlmod time the spokes that a pip.parse hub points to.

rickeylev avatar Oct 04 '25 03:10 rickeylev