Zanie Blue
Zanie Blue
Sorry I was on vacation — I'll get to this soon!
I'm a little worried this is too complicated. I wonder if we should add a custom environment variable to make this possible? Is there a reason the download is separate...
This is documented in a simpler way at https://docs.astral.sh/uv/getting-started/installation/#configuring-installation See https://github.com/astral-sh/uv/pull/7107 Thanks for contributing though this was really helpful while we waited for upstream to add simpler support
I worry about security and that we won't be able to deliver a good enough user experience, but it sounds cool.
I think ``` # /// script import mechanize import re import sys from bs4 import BeautifulSoup # /// ``` is explicitly banned by the PEP 723 specification, i.e., we can't...
That's.. also technically not allowed 😬 they say tools cannot invent their own tags (in that `///` format). Anyway, I'm not sure why we'd need them to be in a...
But we do know your platform and type checkers already need to perform that kind of inference (which we happen to be building over on the Ruff side).
I just think we're not there yet on a foundation to build the solution we'd be excited to deliver to people around this. You're welcome to look at https://github.com/astral-sh/ruff/tree/main/crates/red_knot#red-knot but...
Thanks! This would go in https://github.com/astral-sh/uv/blob/main/docs/installation.md#standalone-installer if someone is interested in contributing.
Is this performance? I'm not sure. Memory usage at least.