|
|
|
|
|
by carderne
672 days ago
|
|
Love that you’ve kept the workspace support from Rye. Is there any support for workspace _builds_? That is, resolving the graph of interdependencies between packages to build a wheel/Dockerfile/whatever? Fwiw I’m building a thing [1] that does this. Current docs suggest Rye but will s/rye/uv/ shortly. It’s basically just some CLI commands and a Hatch/PDM plugin that injects needed stuff at build-time. [1] https://una.rdrn.me/ |
|
[1] https://docs.astral.sh/uv/concepts/workspaces/