Zanie Blue
Zanie Blue
A good effort, thanks for following up!
> Do you currently plan to provide a solution similar to [poetry config http-basic](https://python-poetry.org/docs/repositories/#installing-from-private-package-sources)? This uses keyring under the hood, but stores which username to use for each index on...
> accepting .env file in the uv sync command, Why not activate your `.env` file with another tool like `direnv`? Why is it uv's job to read configuration from that...
> With other tools allowing using env variables directly in config files, we can easily have a universal configuration across tools that work on both devs and CI machines with...
Yeah we'd probably use that, though I haven't audited it. Thanks @ThomasHezard !
No concerns; we just audit new dependencies for trustworthiness, correctness, etc. Feel free to contribute support if you're interested. I think the first step is to have `--keyring-provider ` use...
I can confirm that I can download the file. I can't really speculate as to why they'd throw a 403 there. This looks unrelated to the topic in this issue...
The native store doesn't support "prefix" matches yet. I think we need to fix that before you example will work. Can you login to `www.reportlab.com` instead? (We do support domain-level...
Thanks @RStreitfeld I'll look into that!
What's in your `.python-version` file? Sounds like it's `"myproject"` which tells us to look for an executable with that name.