nox-uv 0.6.0__py3-none-any.whl → 0.6.1__py3-none-any.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.
- nox_uv/__init__.py +0 -0
- nox_uv/py.typed +0 -0
- {nox_uv-0.6.0.dist-info → nox_uv-0.6.1.dist-info}/METADATA +9 -6
- nox_uv-0.6.1.dist-info/RECORD +6 -0
- nox_uv-0.6.1.dist-info/WHEEL +4 -0
- {nox_uv-0.6.0.dist-info → nox_uv-0.6.1.dist-info}/licenses/LICENSE.txt +0 -0
- nox_uv-0.6.0.dist-info/RECORD +0 -6
- nox_uv-0.6.0.dist-info/WHEEL +0 -4
nox_uv/__init__.py
CHANGED
|
File without changes
|
nox_uv/py.typed
CHANGED
|
File without changes
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nox-uv
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.1
|
|
4
4
|
Summary: Facilitate nox integration with uv for Python projects
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Project-URL: Issues, https://github.com/dantebben/nox-uv/issues
|
|
5
|
+
Keywords: nox,uv
|
|
6
|
+
Author: Dan Tebben
|
|
8
7
|
Author-email: Dan Tebben <dantebben@gmail.com>
|
|
9
8
|
License-Expression: MIT
|
|
10
9
|
License-File: LICENSE.txt
|
|
11
|
-
Keywords: nox,uv
|
|
12
10
|
Classifier: Development Status :: 4 - Beta
|
|
13
11
|
Classifier: Intended Audience :: Developers
|
|
14
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -22,8 +20,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.13
|
|
23
21
|
Classifier: Topic :: Software Development :: Testing
|
|
24
22
|
Classifier: Typing :: Typed
|
|
23
|
+
Requires-Dist: nox>=2025.5.1
|
|
25
24
|
Requires-Python: >=3.9
|
|
26
|
-
|
|
25
|
+
Project-URL: Homepage, https://github.com/dantebben/nox-uv
|
|
26
|
+
Project-URL: Issues, https://github.com/dantebben/nox-uv/issues
|
|
27
|
+
Project-URL: Repository, https://github.com/dantebben/nox-uv
|
|
27
28
|
Description-Content-Type: text/markdown
|
|
28
29
|
|
|
29
30
|
## Intro
|
|
@@ -85,6 +86,8 @@ Within, your `noxfile.py`:
|
|
|
85
86
|
dependencies.
|
|
86
87
|
- `uv sync` is used to install dependencies so that their versions are constrained by
|
|
87
88
|
`uv.lock`.
|
|
89
|
+
- By default (configurable with the `uv_sync_locked` parameter), `uv.lock` is also
|
|
90
|
+
validated to be up to date.
|
|
88
91
|
|
|
89
92
|
```py
|
|
90
93
|
from nox import Session, options
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
nox_uv/__init__.py,sha256=98c67130740d28d4e9e006e506f15aea706b9f6f0dc7b88c13f4e93b45c15761,3979
|
|
2
|
+
nox_uv/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
|
|
3
|
+
nox_uv-0.6.1.dist-info/licenses/LICENSE.txt,sha256=89367900b1758ac9cce84cbd4e3a26d17206041cac02b07423634767d6be6fc2,1067
|
|
4
|
+
nox_uv-0.6.1.dist-info/WHEEL,sha256=607c46fee47e440c91332c738096ff0f5e54ca3b0818ee85462dd5172a38e793,79
|
|
5
|
+
nox_uv-0.6.1.dist-info/METADATA,sha256=cf63cd5a4651d847b0c4fc0ea65388d2ce51799412c79484c9c79a4c966f7bb9,4802
|
|
6
|
+
nox_uv-0.6.1.dist-info/RECORD,,
|
|
File without changes
|
nox_uv-0.6.0.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
nox_uv/__init__.py,sha256=mMZxMHQNKNTp4AblBvFa6nBrn28Nx7iME_TpO0XBV2E,3979
|
|
2
|
-
nox_uv/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
nox_uv-0.6.0.dist-info/METADATA,sha256=j-v9Xg2ymDAEoq2SGHjU2JZbv383S7Qu7PQc661LZN0,4662
|
|
4
|
-
nox_uv-0.6.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
-
nox_uv-0.6.0.dist-info/licenses/LICENSE.txt,sha256=iTZ5ALF1isnM6Ey9Tjom0XIGBBysArB0I2NHZ9a-b8I,1067
|
|
6
|
-
nox_uv-0.6.0.dist-info/RECORD,,
|
nox_uv-0.6.0.dist-info/WHEEL
DELETED