uv 0.9.29__py3-none-linux_armv6l.whl → 0.9.30__py3-none-linux_armv6l.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uv
3
- Version: 0.9.29
3
+ Version: 0.9.30
4
4
  Classifier: Development Status :: 5 - Production/Stable
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -38,9 +38,9 @@ Project-URL: Repository, https://github.com/astral-sh/uv
38
38
  # uv
39
39
 
40
40
  [![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
41
- [![image](https://img.shields.io/pypi/v/uv/0.9.29.svg)](https://pypi.python.org/pypi/uv)
42
- [![image](https://img.shields.io/pypi/l/uv/0.9.29.svg)](https://pypi.python.org/pypi/uv)
43
- [![image](https://img.shields.io/pypi/pyversions/uv/0.9.29.svg)](https://pypi.python.org/pypi/uv)
41
+ [![image](https://img.shields.io/pypi/v/uv/0.9.30.svg)](https://pypi.python.org/pypi/uv)
42
+ [![image](https://img.shields.io/pypi/l/uv/0.9.30.svg)](https://pypi.python.org/pypi/uv)
43
+ [![image](https://img.shields.io/pypi/pyversions/uv/0.9.30.svg)](https://pypi.python.org/pypi/uv)
44
44
  [![Actions status](https://github.com/astral-sh/uv/actions/workflows/ci.yml/badge.svg)](https://github.com/astral-sh/uv/actions)
45
45
  [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.gg/astral-sh)
46
46
 
@@ -59,13 +59,13 @@ An extremely fast Python package and project manager, written in Rust.
59
59
  - A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `twine`, `virtualenv`, and
60
60
  more.
61
61
  - [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than `pip`.
62
- - Provides [comprehensive project management](https://github.com/astral-sh/uv/blob/0.9.29/README.md#projects), with a
62
+ - Provides [comprehensive project management](https://github.com/astral-sh/uv/blob/0.9.30/README.md#projects), with a
63
63
  [universal lockfile](https://docs.astral.sh/uv/concepts/projects/layout#the-lockfile).
64
- - [Runs scripts](https://github.com/astral-sh/uv/blob/0.9.29/README.md#scripts), with support for
64
+ - [Runs scripts](https://github.com/astral-sh/uv/blob/0.9.30/README.md#scripts), with support for
65
65
  [inline dependency metadata](https://docs.astral.sh/uv/guides/scripts#declaring-script-dependencies).
66
- - [Installs and manages](https://github.com/astral-sh/uv/blob/0.9.29/README.md#python-versions) Python versions.
67
- - [Runs and installs](https://github.com/astral-sh/uv/blob/0.9.29/README.md#tools) tools published as Python packages.
68
- - Includes a [pip-compatible interface](https://github.com/astral-sh/uv/blob/0.9.29/README.md#the-pip-interface) for a performance boost with a familiar
66
+ - [Installs and manages](https://github.com/astral-sh/uv/blob/0.9.30/README.md#python-versions) Python versions.
67
+ - [Runs and installs](https://github.com/astral-sh/uv/blob/0.9.30/README.md#tools) tools published as Python packages.
68
+ - Includes a [pip-compatible interface](https://github.com/astral-sh/uv/blob/0.9.30/README.md#the-pip-interface) for a performance boost with a familiar
69
69
  CLI.
70
70
  - Supports Cargo-style [workspaces](https://docs.astral.sh/uv/concepts/projects/workspaces) for
71
71
  scalable projects.
@@ -316,7 +316,7 @@ It's pronounced as "you - vee" ([`/juː viː/`](https://en.wikipedia.org/wiki/He
316
316
 
317
317
  #### How should I stylize uv?
318
318
 
319
- Just "uv", please. See the [style guide](https://github.com/astral-sh/uv/blob/0.9.29/STYLE.md#styling-uv) for details.
319
+ Just "uv", please. See the [style guide](https://github.com/astral-sh/uv/blob/0.9.30/STYLE.md#styling-uv) for details.
320
320
 
321
321
  #### What platforms does uv support?
322
322
 
@@ -345,9 +345,9 @@ for Windows support.
345
345
 
346
346
  uv is licensed under either of
347
347
 
348
- - Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/astral-sh/uv/blob/0.9.29/LICENSE-APACHE) or
348
+ - Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/astral-sh/uv/blob/0.9.30/LICENSE-APACHE) or
349
349
  <https://www.apache.org/licenses/LICENSE-2.0>)
350
- - MIT license ([LICENSE-MIT](https://github.com/astral-sh/uv/blob/0.9.29/LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
350
+ - MIT license ([LICENSE-MIT](https://github.com/astral-sh/uv/blob/0.9.30/LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
351
351
 
352
352
  at your option.
353
353
 
@@ -0,0 +1,11 @@
1
+ uv/__init__.py,sha256=DLA95X6E43S_PG_aShLgH2Mx0Os_P31OmoGXrS2Mc30,778
2
+ uv/__main__.py,sha256=QxLDHR5ZJFB81It-o8QQVSfM2B9NtWPvxSTKclYga40,1181
3
+ uv/_find_uv.py,sha256=oNufbyvKwYGUpEGteF5EnDQYbvbJ3JdTYJIReatoE6k,3175
4
+ uv/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ uv-0.9.30.data/scripts/uv,sha256=MsSTbs5KvaI9FQKPAHNVObnnDJtJkZ6ouv92YGKK37o,46613068
6
+ uv-0.9.30.data/scripts/uvx,sha256=p9flUr-qEih-PFrFyy1vukPc1fjg-GJ1ohf4rYx8060,379476
7
+ uv-0.9.30.dist-info/METADATA,sha256=Ht08HBigTMVOrQrOkpnnvsCIH4zs2KgG6HWDzu9MeZo,11930
8
+ uv-0.9.30.dist-info/WHEEL,sha256=_AYLUsQR8S-85KU-iNOOqVjznMmk3aZ59b-0MDt_RMc,97
9
+ uv-0.9.30.dist-info/licenses/LICENSE-APACHE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
10
+ uv-0.9.30.dist-info/licenses/LICENSE-MIT,sha256=hg49eoa4TmpwEsemNfxk30dc68bM403-tzpZguxYF2w,1077
11
+ uv-0.9.30.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- uv/__init__.py,sha256=DLA95X6E43S_PG_aShLgH2Mx0Os_P31OmoGXrS2Mc30,778
2
- uv/__main__.py,sha256=QxLDHR5ZJFB81It-o8QQVSfM2B9NtWPvxSTKclYga40,1181
3
- uv/_find_uv.py,sha256=oNufbyvKwYGUpEGteF5EnDQYbvbJ3JdTYJIReatoE6k,3175
4
- uv/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- uv-0.9.29.data/scripts/uv,sha256=VSDudak4FS7yjtmk6V6yuBMJ9QpYJQ-GBYK2TXlfoIU,46682724
6
- uv-0.9.29.data/scripts/uvx,sha256=TKPjJxiqXe3VU_uuoZxV3d7blEES1Q--W5b-gbMgqco,379476
7
- uv-0.9.29.dist-info/METADATA,sha256=4_EuBM74mvkPpQ-NbyzYRmiixaRBgSZt6a9PGaHEWJs,11930
8
- uv-0.9.29.dist-info/WHEEL,sha256=_AYLUsQR8S-85KU-iNOOqVjznMmk3aZ59b-0MDt_RMc,97
9
- uv-0.9.29.dist-info/licenses/LICENSE-APACHE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
10
- uv-0.9.29.dist-info/licenses/LICENSE-MIT,sha256=hg49eoa4TmpwEsemNfxk30dc68bM403-tzpZguxYF2w,1077
11
- uv-0.9.29.dist-info/RECORD,,
File without changes