Get this repository:
git clone https://git.launchpad.net/astral-uv

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/astral-sh/uv.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
konsti/parse-url-in-pep508-rs 2024-05-23 12:35:57 UTC
Use `VerbatimParsedUrl` in `NamedRequirementsResolver::resolve_requirement`

Author: konstin
Author Date: 2024-05-22 18:32:07 UTC

Use `VerbatimParsedUrl` in `NamedRequirementsResolver::resolve_requirement`

We can remove the parsing and error branch in match statement. We can now also remove the `Cow` from `GitSourceUrl`, properly fixing #3571.

main 2024-05-23 12:33:21 UTC
Use colon more consistently in error messages (#3788)

Author: konstin
Author Date: 2024-05-23 12:33:21 UTC

Use colon more consistently in error messages (#3788)

Make the error messages more consistent with the format use elsewhere.
Split out from https://github.com/astral-sh/uv/pull/3705

konsti/profile-repeated 2024-05-23 12:21:52 UTC
Profile repeated

Author: konstin
Author Date: 2024-05-23 12:21:52 UTC

Profile repeated

konsti/workspaces 2024-05-23 11:52:53 UTC
Initial workspace support

Author: konstin
Author Date: 2024-05-21 13:25:03 UTC

Initial workspace support

konsti/transitive-cached-env-vars 2024-05-23 10:27:18 UTC
#3750

Author: konstin
Author Date: 2024-05-23 10:08:30 UTC

#3750

konsti/fix-python-discovery-for-tests 2024-05-23 08:11:12 UTC
Fix interpreter discovery for tests

Author: konstin
Author Date: 2024-05-23 08:11:12 UTC

Fix interpreter discovery for tests

The venv subcommand requires a system interpreter. The tests python path discovery would previously allow a venv interpreter, failing the venv tests that don't have system interpreter anymore.

charlie/build-tag 2024-05-23 01:04:09 UTC
Incorporate build tag into wheel prioritization

Author: Charlie Marsh
Author Date: 2024-05-23 00:49:26 UTC

Incorporate build tag into wheel prioritization

zb/debug-github 2024-05-22 20:14:10 UTC
Add test case for `VIRTUAL_ENV=${Python_ROOT_DIR}` in GH Actions

Author: Zanie Blue
Author Date: 2024-05-22 20:04:31 UTC

Add test case for `VIRTUAL_ENV=${Python_ROOT_DIR}` in GH Actions

charlie/t-update 2024-05-22 02:17:00 UTC
Update trampolines with latest nightly

Author: Charlie Marsh
Author Date: 2024-05-22 02:17:00 UTC

Update trampolines with latest nightly

zb/venv-no-venv-reg 2024-05-22 00:06:08 UTC
Do not discover virtual environment interpreters in `uv venv --python ...`

Author: Zanie Blue
Author Date: 2024-05-21 23:42:21 UTC

Do not discover virtual environment interpreters in `uv venv --python ...`

ibraheem/tmate 2024-05-21 23:41:41 UTC
debugging

Author: Ibraheem Ahmed
Author Date: 2024-05-21 23:41:41 UTC

debugging

zb/data-dir 2024-05-21 22:58:14 UTC
Add `StateStore` abstraction for persistent state storage

Author: Zanie Blue
Author Date: 2024-05-21 22:36:55 UTC

Add `StateStore` abstraction for persistent state storage

zb/timeout 2024-05-21 21:50:19 UTC
Bump test timeout to 120s

Author: Zanie Blue
Author Date: 2024-05-21 21:50:19 UTC

Bump test timeout to 120s

90s is too low in our test suite :sob:

konsti/pubgrub-range 2024-05-21 18:14:42 UTC
Use pubgrub reversed commit

Author: konstin
Author Date: 2024-05-21 18:14:32 UTC

Use pubgrub reversed commit

zb/mingw64 2024-05-17 03:13:26 UTC
Add mingw64 system test

Author: Zanie Blue
Author Date: 2024-05-17 01:57:37 UTC

Add mingw64 system test

zb/debug-docker 2024-05-14 12:36:58 UTC
Add ex dockerfile

Author: Zanie Blue
Author Date: 2024-05-14 12:22:56 UTC

Add ex dockerfile

konsti/track-url-parts-in-git-source-url 2024-05-14 10:16:03 UTC
Track url parts in GitSourceUrl

Author: konstin
Author Date: 2024-05-14 10:16:03 UTC

Track url parts in GitSourceUrl

konsti/custom-middleware 2024-05-13 17:34:16 UTC
Support custom middleware

Author: Tim de Jager
Author Date: 2024-05-10 08:15:49 UTC

Support custom middleware

Allow rustlib users to override the default retry middleware with a custom middleware stack.

charlie/constraint 2024-05-13 14:41:36 UTC
Allow --constraint in pip sync

Author: Charlie Marsh
Author Date: 2024-05-13 14:32:44 UTC

Allow --constraint in pip sync

zb/venv-doc 2024-05-13 13:24:08 UTC
Add example of creating another virtual environment name

Author: Zanie Blue
Author Date: 2024-05-13 13:24:08 UTC

Add example of creating another virtual environment name

charlie/hash-req 2024-05-13 01:59:47 UTC
Always require hashes for wheels

Author: Charlie Marsh
Author Date: 2024-05-11 22:30:24 UTC

Always require hashes for wheels

annotate-requirements-sources 2024-05-09 02:07:57 UTC
Add debug logging

Author: Charlie Marsh
Author Date: 2024-05-09 01:53:58 UTC

Add debug logging

konsti/box-dist-main 2024-05-08 10:39:29 UTC
.

Author: konstin
Author Date: 2024-05-08 10:39:17 UTC

.

konsti/box-dist 2024-05-08 10:39:17 UTC
.

Author: konstin
Author Date: 2024-05-08 10:39:17 UTC

.

charlie/in-flight 2024-05-07 18:07:06 UTC
Remove additional in-flight map

Author: Charlie Marsh
Author Date: 2024-05-07 18:07:06 UTC

Remove additional in-flight map

konsti/pubgrub-update-generic-reason 2024-05-02 08:01:32 UTC
Update pubgrub to use generic reason

Author: konstin
Author Date: 2024-05-02 07:59:49 UTC

Update pubgrub to use generic reason

yorickvp/unsafe-any-match 2024-04-26 23:57:27 UTC
Rename variants

Author: Charlie Marsh
Author Date: 2024-04-26 23:57:27 UTC

Rename variants

konsti/tool-uv-sources 2024-04-25 15:15:01 UTC
Decomposed url given

Author: konstin
Author Date: 2024-04-25 15:15:01 UTC

Decomposed url given

konsti/tool-uv-sources-analysis-backup 2024-04-25 09:11:00 UTC
Add docs

Author: konstin
Author Date: 2024-04-25 09:11:00 UTC

Add docs

charlie/args 2024-04-25 03:16:14 UTC
Allow all arguments to be repeated in the CLI

Author: Charlie Marsh
Author Date: 2024-04-25 03:16:14 UTC

Allow all arguments to be repeated in the CLI

zb/revert-docker 2024-04-23 15:14:24 UTC
Revert "Fix Docker publish permissions in release pipeline (#3195)"

Author: Zanie Blue
Author Date: 2024-04-23 15:14:24 UTC

Revert "Fix Docker publish permissions in release pipeline (#3195)"

This reverts commit ccf4a85f89b9eacbc2a5261bb32059a377349703.

konsti/tool-uv-sources-backup 2024-04-22 16:25:32 UTC
Basic implementation of tool.uv.sources

Author: konstin
Author Date: 2024-04-17 08:38:07 UTC

Basic implementation of tool.uv.sources

zb/revert-auth 2024-04-19 00:51:11 UTC
Revert "Rewrite `uv-auth` (#2976)"

Author: Zanie Blue
Author Date: 2024-04-19 00:50:26 UTC

Revert "Rewrite `uv-auth` (#2976)"

This reverts commit c0efeeddf6d738991d8f3149168ce57c52073f4e.

# Conflicts:
# crates/uv-configuration/src/authentication.rs
# crates/uv/src/cli.rs
# crates/uv/src/main.rs

# Conflicts:
# crates/uv-auth/src/lib.rs
# crates/uv/src/commands/pip_compile.rs
# crates/uv/src/commands/pip_install.rs
# crates/uv/src/commands/pip_sync.rs
# crates/uv/src/commands/venv.rs

ag/prototype-universal-lock 2024-04-18 14:58:57 UTC
progress

Author: Andrew Gallant
Author Date: 2024-04-18 14:58:57 UTC

progress

konsti/warn-invalid-pyproject.toml 2024-04-18 11:16:25 UTC
Warn on invalid pyproject.toml

Author: konstin
Author Date: 2024-04-18 11:16:25 UTC

Warn on invalid pyproject.toml

When we try to compile a pyproject.toml, we currently silently fall back to PEP 517 when we can't parse it (according to PEP 621). This PR adds a warning. It would be even better if we could be strict and require a valid pyproject.toml.

This is relevant for `tool.uv.sources`, which doesn't get forwarded through PEP 517, so we'd silently lose that information.

zb/auth-async 2024-04-17 19:12:15 UTC
Update the credentials cache to use an async mutex

Author: Zanie Blue
Author Date: 2024-04-17 19:12:15 UTC

Update the credentials cache to use an async mutex

zb/install-report 2024-04-17 17:14:05 UTC
Display download and installation completion using `Reporter`

Author: Zanie Blue
Author Date: 2024-04-17 17:14:05 UTC

Display download and installation completion using `Reporter`

zb/auth-default-username 2024-04-16 19:01:28 UTC
Attempt keyring lookups for requests without usernames

Author: Zanie Blue
Author Date: 2024-04-16 00:02:08 UTC

Attempt keyring lookups for requests without usernames

konsti/indent-error-messages 2024-04-15 16:05:24 UTC
Indentation with whitespace only

Author: konstin
Author Date: 2024-04-15 16:05:24 UTC

Indentation with whitespace only

konsti/lower-case-tool 2024-04-12 09:01:06 UTC
Add soft serve config

Author: konstin
Author Date: 2024-04-12 09:01:06 UTC

Add soft serve config

zb/site-packages-link 2024-04-11 21:26:04 UTC
Merge branch 'main' into zb/site-packages-link

Author: Charlie Marsh
Author Date: 2024-04-11 21:26:04 UTC

Merge branch 'main' into zb/site-packages-link

zb/windows-ci 2024-04-10 17:19:47 UTC
Test flags?

Author: Zanie Blue
Author Date: 2024-04-10 17:03:28 UTC

Test flags?

# Conflicts:
# .github/workflows/ci.yml

zb/mold-macos 2024-04-10 16:06:16 UTC
Revert "Skip running test"

Author: Zanie Blue
Author Date: 2024-04-10 16:06:16 UTC

Revert "Skip running test"

This reverts commit c1ddb24fe41c41bdbe8e6341b5992e17c156b282.

zb/ecosystem-test-trans 2024-04-10 15:44:28 UTC
Add ecosystem test for huggingface

Author: Zanie Blue
Author Date: 2024-04-09 21:02:16 UTC

Add ecosystem test for huggingface

zb/ecosystem-test 2024-04-10 14:28:55 UTC
Use `--no-build`

Author: Zanie Blue
Author Date: 2024-04-10 14:28:55 UTC

Use `--no-build`

zb/decode-password 2024-04-09 22:43:58 UTC
URL decode passwords for storage

Author: Zanie Blue
Author Date: 2024-04-09 22:43:58 UTC

URL decode passwords for storage

zb/av-exclusions 2024-04-09 14:45:01 UTC
Add tests to Windows Defender exclusions

Author: Zanie Blue
Author Date: 2024-04-09 14:45:01 UTC

Add tests to Windows Defender exclusions

konsti/docker-reproducer 2024-04-08 13:41:52 UTC
ha

Author: konstin
Author Date: 2024-04-08 13:41:52 UTC

ha

zb/group-req 2024-04-08 03:56:20 UTC
Group `reqwest` dependency updates

Author: Zanie Blue
Author Date: 2024-04-08 03:56:20 UTC

Group `reqwest` dependency updates

I am not entirely sure we need to do this but it might make life easier?

charlie/check-hashes-ii 2024-04-05 02:54:58 UTC
Filter out mismatching hashes in version map

Author: Charlie Marsh
Author Date: 2024-04-04 19:23:14 UTC

Filter out mismatching hashes in version map

zb/debug-net 2024-04-04 18:45:07 UTC
Add URL to metadata retrieval trace

Author: Zanie Blue
Author Date: 2024-04-04 18:38:12 UTC

Add URL to metadata retrieval trace

konsti/add-filename-to-like-error 2024-04-02 12:43:47 UTC
Attach context to lock errors

Author: konstin
Author Date: 2024-04-02 12:43:47 UTC

Attach context to lock errors

charlie/macos 2024-03-30 14:18:32 UTC
Add externally managed flag

Author: Zanie Blue
Author Date: 2024-03-30 14:18:32 UTC

Add externally managed flag

charlie/default 2024-03-26 02:58:39 UTC
Create virtualenv by default in pip install and pip sync

Author: Charlie Marsh
Author Date: 2024-03-26 02:58:33 UTC

Create virtualenv by default in pip install and pip sync

charlie/gha 2024-03-24 23:10:04 UTC
Test GitHub Actions install

Author: Charlie Marsh
Author Date: 2024-03-24 22:37:56 UTC

Test GitHub Actions install

konsti/log-build-output 2024-03-22 15:11:05 UTC
Log build output

Author: konstin
Author Date: 2024-03-04 14:27:54 UTC

Log build output

charlie/stream-error 2024-03-21 04:42:07 UTC
Add HA requirements

Author: Charlie Marsh
Author Date: 2024-03-21 03:28:30 UTC

Add HA requirements

zb/windows-xl 2024-03-18 16:34:05 UTC
Use extra-large runner for Windows tests

Author: Zanie Blue
Author Date: 2024-03-18 16:34:05 UTC

Use extra-large runner for Windows tests

zb/rosetta 2024-03-15 17:12:05 UTC
Use verbose for pylint installation

Author: Zanie Blue
Author Date: 2024-03-15 17:12:05 UTC

Use verbose for pylint installation

charlie/ver 2024-03-15 02:48:44 UTC
Allow PyPI upload

Author: Charlie Marsh
Author Date: 2024-03-15 02:48:44 UTC

Allow PyPI upload

charlie/gitingore 2024-03-14 19:58:55 UTC
Just use built-wheels

Author: Charlie Marsh
Author Date: 2024-03-14 19:58:49 UTC

Just use built-wheels

konsti/mac-i386-reproducer 2024-03-14 15:02:48 UTC
.

Author: konstin
Author Date: 2024-03-14 15:02:48 UTC

.

zb/base-client-lazy 2024-03-14 00:21:39 UTC
Add lazy base client construction

Author: Zanie Blue
Author Date: 2024-03-14 00:03:02 UTC

Add lazy base client construction

konsti/offlinepi-reboot 2024-03-13 15:58:46 UTC
Offlinepi reboot

Author: konstin
Author Date: 2024-03-13 15:58:46 UTC

Offlinepi reboot

konsti/default-python 2024-03-13 11:05:21 UTC
Use python from `python -m uv` as default

Author: konstin
Author Date: 2024-03-10 13:35:57 UTC

Use python from `python -m uv` as default

Python tools run with `python -m <tool>` will use this `python` as their default python, including pip, virtualenv and the built-in venv. Calling Python tools this way is common, the [pip docs](https://pip.pypa.io/en/stable/user_guide/) use `python -m pip` exclusively, the built-in venv can only be called this way and certain project layouts require `python -m pytest` over `pytest`. This python interpreter takes precedence over the currently active (v)env.

These tools are all written in python and read `sys.executable`. To emulate this, we're setting `UV_DEFAULT_PYTHON` in the python module-launcher shim and read it in the default python discovery, prioritizing it over the active venv. User can also set `UV_DEFAULT_PYTHON` for their own purposes.

The test covers only half of the feature since we don't build the python package before running the tests.

Fixes #2058
Fixes #2222

zb/amazon 2024-03-13 03:36:10 UTC
Add system install test for Amazon Linux

Author: Zanie Blue
Author Date: 2024-03-13 03:02:46 UTC

Add system install test for Amazon Linux

konsti/dont-do-path-lookups 2024-03-12 17:49:21 UTC
Stop looking for `-p` in PATH

Author: konstin
Author Date: 2024-03-12 17:49:21 UTC

Stop looking for `-p` in PATH

See #2386 for the motivation. We keep only two behaviours for `-p`, we have an absolute or relative path (containing a system path separator) or `-p <implementation><version>`.

Open question: Should `python3.10` or `3.10` force cpython 3.10 or is any python implementation acceptable? My assumption right now is that i assume that a user specifying nothing wouldn't like it if we picked pypy, rather we should force cpython and make pypy explicit.

I will add tests tomorrow, please already give the semantics a look.

konsti/failing-alpine-test 2024-03-12 13:17:16 UTC
Add failing python-build-standalone alpine test

Author: konstin
Author Date: 2024-03-12 13:17:16 UTC

Add failing python-build-standalone alpine test

zb/system-install-rhel 2024-03-12 05:54:18 UTC
Bump to rhel8

Author: Zanie Blue
Author Date: 2024-03-12 05:54:18 UTC

Bump to rhel8

charlie/ssl 2024-03-11 02:12:36 UTC
Use rustls-tls with manual SSL_CERT_FILE implementation

Author: Charlie Marsh
Author Date: 2024-03-11 02:12:36 UTC

Use rustls-tls with manual SSL_CERT_FILE implementation

zb/system-install-choco 2024-03-09 00:13:44 UTC
Store choco cache in GitHub Actions cache

Author: Zanie Blue
Author Date: 2024-03-09 00:13:44 UTC

Store choco cache in GitHub Actions cache

This step is weirdly slow, perhaps it will go faster if we stash the download in GitHub

zb/system-install-build 2024-03-09 00:00:24 UTC
Prebuild binaries for `system-install` tests

Author: Zanie Blue
Author Date: 2024-03-08 22:10:06 UTC

Prebuild binaries for `system-install` tests

zb/system-install 2024-03-08 21:52:27 UTC
Automatically run system install tests on labeled pull requests and main

Author: Zanie Blue
Author Date: 2024-03-08 21:52:27 UTC

Automatically run system install tests on labeled pull requests and main

konsti/install-in-local-bin 2024-03-06 20:51:15 UTC
Regen metadata

Author: Charlie Marsh
Author Date: 2024-03-06 20:51:15 UTC

Regen metadata

konsti/all-platform-requirements 2024-03-06 08:55:28 UTC
Requirements with platform markers

Author: konstin
Author Date: 2024-03-06 08:55:28 UTC

Requirements with platform markers

pip-list-format 2024-03-06 00:56:22 UTC
Merge branch 'main' into pip-list-format

Author: Charlie Marsh
Author Date: 2024-03-06 00:54:30 UTC

Merge branch 'main' into pip-list-format

charlie/verbose 2024-03-04 21:27:34 UTC
Add some verbose logging to the registry_client.rs

Author: Charlie Marsh
Author Date: 2024-03-04 21:26:51 UTC

Add some verbose logging to the registry_client.rs

konsti/strip-stream-in-indicatif-layer 2024-03-04 14:28:45 UTC
.

Author: konstin
Author Date: 2024-03-04 14:28:45 UTC

.

konsti/pip-issue-templae 2024-03-01 10:23:57 UTC
Remove explainer from description

Author: konstin
Author Date: 2024-03-01 10:23:57 UTC

Remove explainer from description

konsti/warn-on-slow-resolve 2024-03-01 08:23:10 UTC
Fix windows stack overflows

Author: konstin
Author Date: 2024-03-01 08:23:10 UTC

Fix windows stack overflows

charlie/buf 2024-02-28 20:37:37 UTC
Fallback to streaming after BufError

Author: Charlie Marsh
Author Date: 2024-02-28 20:33:58 UTC

Fallback to streaming after BufError

ag/local-tests 2024-02-28 14:47:55 UTC
tests: update packse tests

Author: Andrew Gallant
Author Date: 2024-02-27 17:34:49 UTC

tests: update packse tests

This includes the new tests that stress versions with local
segments.

These tests were added to packse here:
https://github.com/zanieb/packse/pull/132

konsti/no-default-timeout 2024-02-28 14:17:25 UTC
Don't set a timeout by default

Author: konstin
Author Date: 2024-02-28 14:17:25 UTC

Don't set a timeout by default

zb/devpi-test 2024-02-23 19:19:25 UTC
Add parse test for devpi

Author: Zanie
Author Date: 2024-02-23 19:19:25 UTC

Add parse test for devpi

zb/update 2024-02-23 17:37:52 UTC
Update dependencies

Author: Zanie
Author Date: 2024-02-23 17:37:52 UTC

Update dependencies

zb/pr-scene 2024-02-23 15:53:43 UTC
Add scenarios for pre-releases on specifier range boundaries

Author: Zanie
Author Date: 2024-02-23 15:53:43 UTC

Add scenarios for pre-releases on specifier range boundaries

zb/dry-run 2024-02-23 00:23:32 UTC
WIP: Dry run flag for pip install

Author: Zanie
Author Date: 2024-02-22 23:15:42 UTC

WIP: Dry run flag for pip install

std-trampoline 2024-02-22 13:05:02 UTC
Add std to trampoline

Author: Micha Reiser
Author Date: 2024-02-22 12:12:19 UTC

Add std to trampoline

verify-commited-trampoline 2024-02-22 07:35:46 UTC
Try git diff

Author: Micha Reiser
Author Date: 2024-02-22 07:35:46 UTC

Try git diff

zb/win2019 2024-02-21 21:16:12 UTC
Empty commit

Author: Zanie
Author Date: 2024-02-21 21:16:12 UTC

Empty commit

zb/win-def 2024-02-21 21:16:05 UTC
Empty commit

Author: Zanie
Author Date: 2024-02-21 21:16:05 UTC

Empty commit

zb/git-libgit2-fallback 2024-02-21 18:59:56 UTC
Add missing ref test

Author: Zanie
Author Date: 2024-02-21 18:59:56 UTC

Add missing ref test

# Conflicts:
# crates/uv/tests/pip_install.rs

konsti/rockwren 2024-02-21 08:56:32 UTC
.

Author: konstin
Author Date: 2024-02-21 08:56:32 UTC

.

zb/3.12.2 2024-02-17 18:02:10 UTC
Bump to Python 3.12.2

Author: Zanie
Author Date: 2024-02-17 18:02:10 UTC

Bump to Python 3.12.2

Contributors will need to update their bootstrapped versions

zb/integration 2024-02-15 21:46:01 UTC
Add rough integration test to CI

Author: Zanie
Author Date: 2024-02-15 21:27:09 UTC

Add rough integration test to CI

zb/all-extra 2024-02-15 21:21:03 UTC
Add scenario for "all" extras

Author: Zanie
Author Date: 2024-02-15 21:21:03 UTC

Add scenario for "all" extras

zb/axi 2024-02-15 00:43:02 UTC
Fix trampoline

Author: Zanie
Author Date: 2024-02-15 00:43:02 UTC

Fix trampoline

zb/cache-windows-python 2024-02-13 04:15:06 UTC
Empty commit to test cache

Author: Zanie
Author Date: 2024-02-13 04:15:06 UTC

Empty commit to test cache

ag/benchmark-patch 2024-02-12 14:26:55 UTC
temporary patch for benchmarking

Author: Andrew Gallant
Author Date: 2023-11-07 18:52:47 UTC

temporary patch for benchmarking

zb/reason-no-versions 2024-02-05 14:36:38 UTC
Bump to merged PubGrub commit

Author: Zanie
Author Date: 2024-02-05 14:36:38 UTC

Bump to merged PubGrub commit

1100 of 145 results

Other repositories

Name Last Modified
lp:astral-uv 1 hour ago
lp:~lengau/astral-uv/+git/uv-snap 2024-04-23
12 of 2 results
You can't create new repositories for Astral UV.