Zanie Blue
Zanie Blue
`uv run --with ipython ipython` works fine, you don't need to add it as a dependency. `uvx` is just sugar to avoid an explicit `--with`.
See also https://discuss.python.org/t/suggested-convention-for-a-free-threading-build-marker-on-exact-python-versions/63279
I added these distributions upstream and will begin work on support here once I release them formally.
Sure we can add a bit more context to the CLI reference, it's a bit sparse since these options are new. I'd recommend using the long-form help (`uv help init`)...
@charliermarsh are you opposed to this / moving the setting to a global option or can I mark this as help wanted?
@charliermarsh Maybe. I don't see an obvious use-case for it but the network settings make sense for anything that's going to perform requests. Maybe we should move all the network...
Thanks for contributing! I have a couple questions :)
I don't think it's improper to define alternative package sources for development then publish using public versions. We probably should have some sort of safe guards or warnings here though...
Yep I think we're on the same page about the current behavior. I think a possible idea is that during publish we could require opt-in when local sources are defined...
Part of https://github.com/astral-sh/uv/issues/5711