bibsync 0.4.4__tar.gz → 0.4.5__tar.gz
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.
- {bibsync-0.4.4 → bibsync-0.4.5}/.pre-commit-config.yaml +3 -3
- {bibsync-0.4.4 → bibsync-0.4.5}/CITATION.cff +2 -2
- {bibsync-0.4.4 → bibsync-0.4.5}/Cargo.lock +90 -79
- {bibsync-0.4.4 → bibsync-0.4.5}/Cargo.toml +3 -3
- {bibsync-0.4.4 → bibsync-0.4.5}/PKG-INFO +7 -7
- {bibsync-0.4.4 → bibsync-0.4.5}/README.md +6 -6
- {bibsync-0.4.4 → bibsync-0.4.5}/pyproject.toml +1 -1
- bibsync-0.4.5/uv.lock +158 -0
- bibsync-0.4.4/uv.lock +0 -158
- {bibsync-0.4.4 → bibsync-0.4.5}/.gitignore +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/.markdownlint.yaml +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/.pre-commit-hooks.yaml +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/.prettierrc +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/.typos.toml +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/CODE_OF_CONDUCT.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/CONTRIBUTING.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/LICENSE +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/SECURITY.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/SUPPORT.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/benches/greeting.rs +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/cliff.toml +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/deny.toml +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/docs/api/index.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/docs/contributing.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/docs/index.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/docs/security.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/docs/user-guide/examples.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/docs/user-guide/installation.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/docs/user-guide/pre-commit.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/docs/user-guide/providers.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/docs/user-guide/usage.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/examples/README.md +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/examples/greet.rs +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/examples/inspire-main.bib +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/examples/inspire-main.tex +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/examples/main.bib +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/examples/main.tex +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/python/bibsync/__init__.py +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/python/bibsync/__init__.pyi +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/python/bibsync/__main__.py +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/python/bibsync/py.typed +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/renovate.json +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/rust-toolchain.toml +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/scripts/pre-commit-bibsync +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/setup_repo.sh +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/src/cli.rs +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/src/lib.rs +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/src/main.rs +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/src/python.rs +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/tests/cli.rs +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/tests/examples.rs +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/tests/python/test_bindings.py +0 -0
- {bibsync-0.4.4 → bibsync-0.4.5}/zensical.toml +0 -0
|
@@ -31,14 +31,14 @@ repos:
|
|
|
31
31
|
pass_filenames: false
|
|
32
32
|
|
|
33
33
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
34
|
-
rev: v0.15.
|
|
34
|
+
rev: v0.15.22
|
|
35
35
|
hooks:
|
|
36
36
|
- id: ruff
|
|
37
37
|
args: [--fix, --config=pyproject.toml]
|
|
38
38
|
- id: ruff-format
|
|
39
39
|
|
|
40
40
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
41
|
-
rev: 0.11.
|
|
41
|
+
rev: 0.11.29
|
|
42
42
|
hooks:
|
|
43
43
|
- id: uv-lock
|
|
44
44
|
|
|
@@ -64,7 +64,7 @@ repos:
|
|
|
64
64
|
- id: prettier
|
|
65
65
|
|
|
66
66
|
- repo: https://github.com/DavidAnson/markdownlint-cli2
|
|
67
|
-
rev: v0.23.
|
|
67
|
+
rev: v0.23.1
|
|
68
68
|
hooks:
|
|
69
69
|
- id: markdownlint-cli2
|
|
70
70
|
args: [--config, .markdownlint.yaml]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
cff-version: 1.2.0
|
|
2
2
|
title: "bibsync: A Rust package to automatically resolve, synchronize, and validate LaTeX citations across BibTeX databases"
|
|
3
|
-
version: "0.4.
|
|
4
|
-
date-released: "2026-07-
|
|
3
|
+
version: "0.4.5"
|
|
4
|
+
date-released: "2026-07-21"
|
|
5
5
|
license: "BSD-3-Clause"
|
|
6
6
|
type: software
|
|
7
7
|
authors:
|
|
@@ -90,9 +90,9 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
|
90
90
|
|
|
91
91
|
[[package]]
|
|
92
92
|
name = "aws-lc-rs"
|
|
93
|
-
version = "1.17.
|
|
93
|
+
version = "1.17.3"
|
|
94
94
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
95
|
-
checksum = "
|
|
95
|
+
checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1"
|
|
96
96
|
dependencies = [
|
|
97
97
|
"aws-lc-sys",
|
|
98
98
|
"zeroize",
|
|
@@ -100,9 +100,9 @@ dependencies = [
|
|
|
100
100
|
|
|
101
101
|
[[package]]
|
|
102
102
|
name = "aws-lc-sys"
|
|
103
|
-
version = "0.
|
|
103
|
+
version = "0.43.0"
|
|
104
104
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
105
|
-
checksum = "
|
|
105
|
+
checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c"
|
|
106
106
|
dependencies = [
|
|
107
107
|
"cc",
|
|
108
108
|
"cmake",
|
|
@@ -119,7 +119,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
119
119
|
|
|
120
120
|
[[package]]
|
|
121
121
|
name = "bibsync"
|
|
122
|
-
version = "0.4.
|
|
122
|
+
version = "0.4.5"
|
|
123
123
|
dependencies = [
|
|
124
124
|
"assert_cmd",
|
|
125
125
|
"clap",
|
|
@@ -136,15 +136,15 @@ dependencies = [
|
|
|
136
136
|
|
|
137
137
|
[[package]]
|
|
138
138
|
name = "bitflags"
|
|
139
|
-
version = "2.13.
|
|
139
|
+
version = "2.13.1"
|
|
140
140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
141
|
-
checksum = "
|
|
141
|
+
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
142
142
|
|
|
143
143
|
[[package]]
|
|
144
144
|
name = "bstr"
|
|
145
|
-
version = "1.
|
|
145
|
+
version = "1.13.0"
|
|
146
146
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
147
|
-
checksum = "
|
|
147
|
+
checksum = "1f7dc094d718f2e1c1559ad110e27eeaae14a5465d3d56dd6dbd793079fbd530"
|
|
148
148
|
dependencies = [
|
|
149
149
|
"memchr",
|
|
150
150
|
"regex-automata",
|
|
@@ -165,9 +165,9 @@ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
|
165
165
|
|
|
166
166
|
[[package]]
|
|
167
167
|
name = "cc"
|
|
168
|
-
version = "1.
|
|
168
|
+
version = "1.3.0"
|
|
169
169
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
170
|
-
checksum = "
|
|
170
|
+
checksum = "c89588d05638b5b4594a3348a2d6c20277e43a7f5c5202b05cc56888475a47b8"
|
|
171
171
|
dependencies = [
|
|
172
172
|
"find-msvc-tools",
|
|
173
173
|
"jobserver",
|
|
@@ -183,9 +183,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
183
183
|
|
|
184
184
|
[[package]]
|
|
185
185
|
name = "cfg_aliases"
|
|
186
|
-
version = "0.2.
|
|
186
|
+
version = "0.2.2"
|
|
187
187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
188
|
-
checksum = "
|
|
188
|
+
checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
|
|
189
189
|
|
|
190
190
|
[[package]]
|
|
191
191
|
name = "chacha20"
|
|
@@ -200,9 +200,9 @@ dependencies = [
|
|
|
200
200
|
|
|
201
201
|
[[package]]
|
|
202
202
|
name = "clap"
|
|
203
|
-
version = "4.6.
|
|
203
|
+
version = "4.6.3"
|
|
204
204
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
205
|
-
checksum = "
|
|
205
|
+
checksum = "0fb99565819980999fb7b4a1796046a5c949e6d4ff132cf5fadf5a641e20d776"
|
|
206
206
|
dependencies = [
|
|
207
207
|
"clap_builder",
|
|
208
208
|
"clap_derive",
|
|
@@ -210,9 +210,9 @@ dependencies = [
|
|
|
210
210
|
|
|
211
211
|
[[package]]
|
|
212
212
|
name = "clap_builder"
|
|
213
|
-
version = "4.6.
|
|
213
|
+
version = "4.6.2"
|
|
214
214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
215
|
-
checksum = "
|
|
215
|
+
checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b"
|
|
216
216
|
dependencies = [
|
|
217
217
|
"anstream",
|
|
218
218
|
"anstyle",
|
|
@@ -223,14 +223,14 @@ dependencies = [
|
|
|
223
223
|
|
|
224
224
|
[[package]]
|
|
225
225
|
name = "clap_derive"
|
|
226
|
-
version = "4.6.
|
|
226
|
+
version = "4.6.3"
|
|
227
227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
228
|
-
checksum = "
|
|
228
|
+
checksum = "32f2392eae7f16557a3d727ef3a12e57b2b2ca6f98566a5f4fb41ffe305df077"
|
|
229
229
|
dependencies = [
|
|
230
230
|
"heck",
|
|
231
231
|
"proc-macro2",
|
|
232
232
|
"quote",
|
|
233
|
-
"syn",
|
|
233
|
+
"syn 2.0.119",
|
|
234
234
|
]
|
|
235
235
|
|
|
236
236
|
[[package]]
|
|
@@ -309,7 +309,7 @@ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
|
|
|
309
309
|
dependencies = [
|
|
310
310
|
"proc-macro2",
|
|
311
311
|
"quote",
|
|
312
|
-
"syn",
|
|
312
|
+
"syn 2.0.119",
|
|
313
313
|
]
|
|
314
314
|
|
|
315
315
|
[[package]]
|
|
@@ -334,7 +334,7 @@ checksum = "9556bc800956545d6420a640173e5ba7dfa82f38d3ea5a167eb555bc69ac3323"
|
|
|
334
334
|
dependencies = [
|
|
335
335
|
"proc-macro2",
|
|
336
336
|
"quote",
|
|
337
|
-
"syn",
|
|
337
|
+
"syn 2.0.119",
|
|
338
338
|
]
|
|
339
339
|
|
|
340
340
|
[[package]]
|
|
@@ -355,9 +355,9 @@ dependencies = [
|
|
|
355
355
|
|
|
356
356
|
[[package]]
|
|
357
357
|
name = "fastrand"
|
|
358
|
-
version = "2.
|
|
358
|
+
version = "2.5.0"
|
|
359
359
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
360
|
-
checksum = "
|
|
360
|
+
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
361
361
|
|
|
362
362
|
[[package]]
|
|
363
363
|
name = "find-msvc-tools"
|
|
@@ -391,9 +391,9 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
391
391
|
|
|
392
392
|
[[package]]
|
|
393
393
|
name = "futures-channel"
|
|
394
|
-
version = "0.3.
|
|
394
|
+
version = "0.3.33"
|
|
395
395
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
396
|
-
checksum = "
|
|
396
|
+
checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
|
|
397
397
|
dependencies = [
|
|
398
398
|
"futures-core",
|
|
399
399
|
"futures-sink",
|
|
@@ -401,33 +401,33 @@ dependencies = [
|
|
|
401
401
|
|
|
402
402
|
[[package]]
|
|
403
403
|
name = "futures-core"
|
|
404
|
-
version = "0.3.
|
|
404
|
+
version = "0.3.33"
|
|
405
405
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
406
|
-
checksum = "
|
|
406
|
+
checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
|
|
407
407
|
|
|
408
408
|
[[package]]
|
|
409
409
|
name = "futures-io"
|
|
410
|
-
version = "0.3.
|
|
410
|
+
version = "0.3.33"
|
|
411
411
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
412
|
-
checksum = "
|
|
412
|
+
checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
|
|
413
413
|
|
|
414
414
|
[[package]]
|
|
415
415
|
name = "futures-sink"
|
|
416
|
-
version = "0.3.
|
|
416
|
+
version = "0.3.33"
|
|
417
417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
418
|
-
checksum = "
|
|
418
|
+
checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
|
|
419
419
|
|
|
420
420
|
[[package]]
|
|
421
421
|
name = "futures-task"
|
|
422
|
-
version = "0.3.
|
|
422
|
+
version = "0.3.33"
|
|
423
423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
424
|
-
checksum = "
|
|
424
|
+
checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
|
|
425
425
|
|
|
426
426
|
[[package]]
|
|
427
427
|
name = "futures-util"
|
|
428
|
-
version = "0.3.
|
|
428
|
+
version = "0.3.33"
|
|
429
429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
430
|
-
checksum = "
|
|
430
|
+
checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
|
|
431
431
|
dependencies = [
|
|
432
432
|
"futures-core",
|
|
433
433
|
"futures-io",
|
|
@@ -512,9 +512,9 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
512
512
|
|
|
513
513
|
[[package]]
|
|
514
514
|
name = "hyper"
|
|
515
|
-
version = "1.
|
|
515
|
+
version = "1.11.0"
|
|
516
516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
517
|
-
checksum = "
|
|
517
|
+
checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
|
|
518
518
|
dependencies = [
|
|
519
519
|
"atomic-waker",
|
|
520
520
|
"bytes",
|
|
@@ -715,7 +715,7 @@ dependencies = [
|
|
|
715
715
|
"quote",
|
|
716
716
|
"rustc_version",
|
|
717
717
|
"simd_cesu8",
|
|
718
|
-
"syn",
|
|
718
|
+
"syn 2.0.119",
|
|
719
719
|
]
|
|
720
720
|
|
|
721
721
|
[[package]]
|
|
@@ -734,7 +734,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
734
734
|
checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
|
|
735
735
|
dependencies = [
|
|
736
736
|
"quote",
|
|
737
|
-
"syn",
|
|
737
|
+
"syn 2.0.119",
|
|
738
738
|
]
|
|
739
739
|
|
|
740
740
|
[[package]]
|
|
@@ -760,9 +760,9 @@ dependencies = [
|
|
|
760
760
|
|
|
761
761
|
[[package]]
|
|
762
762
|
name = "libc"
|
|
763
|
-
version = "0.2.
|
|
763
|
+
version = "0.2.187"
|
|
764
764
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
765
|
-
checksum = "
|
|
765
|
+
checksum = "a7743783ea728ef5c31194c6590797eed286449b4a4e87d626d8a51f0a94e732"
|
|
766
766
|
|
|
767
767
|
[[package]]
|
|
768
768
|
name = "linux-raw-sys"
|
|
@@ -858,9 +858,9 @@ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
|
858
858
|
|
|
859
859
|
[[package]]
|
|
860
860
|
name = "portable-atomic"
|
|
861
|
-
version = "1.
|
|
861
|
+
version = "1.14.0"
|
|
862
862
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
863
|
-
checksum = "
|
|
863
|
+
checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
|
|
864
864
|
|
|
865
865
|
[[package]]
|
|
866
866
|
name = "potential_utf"
|
|
@@ -903,9 +903,9 @@ dependencies = [
|
|
|
903
903
|
|
|
904
904
|
[[package]]
|
|
905
905
|
name = "proc-macro2"
|
|
906
|
-
version = "1.0.
|
|
906
|
+
version = "1.0.107"
|
|
907
907
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
908
|
-
checksum = "
|
|
908
|
+
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
|
|
909
909
|
dependencies = [
|
|
910
910
|
"unicode-ident",
|
|
911
911
|
]
|
|
@@ -952,7 +952,7 @@ dependencies = [
|
|
|
952
952
|
"proc-macro2",
|
|
953
953
|
"pyo3-macros-backend",
|
|
954
954
|
"quote",
|
|
955
|
-
"syn",
|
|
955
|
+
"syn 2.0.119",
|
|
956
956
|
]
|
|
957
957
|
|
|
958
958
|
[[package]]
|
|
@@ -964,7 +964,7 @@ dependencies = [
|
|
|
964
964
|
"heck",
|
|
965
965
|
"proc-macro2",
|
|
966
966
|
"quote",
|
|
967
|
-
"syn",
|
|
967
|
+
"syn 2.0.119",
|
|
968
968
|
]
|
|
969
969
|
|
|
970
970
|
[[package]]
|
|
@@ -1026,9 +1026,9 @@ dependencies = [
|
|
|
1026
1026
|
|
|
1027
1027
|
[[package]]
|
|
1028
1028
|
name = "quote"
|
|
1029
|
-
version = "1.0.
|
|
1029
|
+
version = "1.0.47"
|
|
1030
1030
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1031
|
-
checksum = "
|
|
1031
|
+
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
|
|
1032
1032
|
dependencies = [
|
|
1033
1033
|
"proc-macro2",
|
|
1034
1034
|
]
|
|
@@ -1067,9 +1067,9 @@ dependencies = [
|
|
|
1067
1067
|
|
|
1068
1068
|
[[package]]
|
|
1069
1069
|
name = "regex"
|
|
1070
|
-
version = "1.13.
|
|
1070
|
+
version = "1.13.1"
|
|
1071
1071
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1072
|
-
checksum = "
|
|
1072
|
+
checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
|
|
1073
1073
|
dependencies = [
|
|
1074
1074
|
"aho-corasick",
|
|
1075
1075
|
"memchr",
|
|
@@ -1079,9 +1079,9 @@ dependencies = [
|
|
|
1079
1079
|
|
|
1080
1080
|
[[package]]
|
|
1081
1081
|
name = "regex-automata"
|
|
1082
|
-
version = "0.4.
|
|
1082
|
+
version = "0.4.16"
|
|
1083
1083
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1084
|
-
checksum = "
|
|
1084
|
+
checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
|
|
1085
1085
|
dependencies = [
|
|
1086
1086
|
"aho-corasick",
|
|
1087
1087
|
"memchr",
|
|
@@ -1318,9 +1318,9 @@ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
|
1318
1318
|
|
|
1319
1319
|
[[package]]
|
|
1320
1320
|
name = "serde"
|
|
1321
|
-
version = "1.0.
|
|
1321
|
+
version = "1.0.229"
|
|
1322
1322
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1323
|
-
checksum = "
|
|
1323
|
+
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
|
1324
1324
|
dependencies = [
|
|
1325
1325
|
"serde_core",
|
|
1326
1326
|
"serde_derive",
|
|
@@ -1328,29 +1328,29 @@ dependencies = [
|
|
|
1328
1328
|
|
|
1329
1329
|
[[package]]
|
|
1330
1330
|
name = "serde_core"
|
|
1331
|
-
version = "1.0.
|
|
1331
|
+
version = "1.0.229"
|
|
1332
1332
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1333
|
-
checksum = "
|
|
1333
|
+
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
|
1334
1334
|
dependencies = [
|
|
1335
1335
|
"serde_derive",
|
|
1336
1336
|
]
|
|
1337
1337
|
|
|
1338
1338
|
[[package]]
|
|
1339
1339
|
name = "serde_derive"
|
|
1340
|
-
version = "1.0.
|
|
1340
|
+
version = "1.0.229"
|
|
1341
1341
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1342
|
-
checksum = "
|
|
1342
|
+
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
1343
1343
|
dependencies = [
|
|
1344
1344
|
"proc-macro2",
|
|
1345
1345
|
"quote",
|
|
1346
|
-
"syn",
|
|
1346
|
+
"syn 3.0.2",
|
|
1347
1347
|
]
|
|
1348
1348
|
|
|
1349
1349
|
[[package]]
|
|
1350
1350
|
name = "serde_json"
|
|
1351
|
-
version = "1.0.
|
|
1351
|
+
version = "1.0.151"
|
|
1352
1352
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1353
|
-
checksum = "
|
|
1353
|
+
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
|
1354
1354
|
dependencies = [
|
|
1355
1355
|
"itoa",
|
|
1356
1356
|
"memchr",
|
|
@@ -1435,9 +1435,20 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
1435
1435
|
|
|
1436
1436
|
[[package]]
|
|
1437
1437
|
name = "syn"
|
|
1438
|
-
version = "2.0.
|
|
1438
|
+
version = "2.0.119"
|
|
1439
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1440
|
+
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
|
1441
|
+
dependencies = [
|
|
1442
|
+
"proc-macro2",
|
|
1443
|
+
"quote",
|
|
1444
|
+
"unicode-ident",
|
|
1445
|
+
]
|
|
1446
|
+
|
|
1447
|
+
[[package]]
|
|
1448
|
+
name = "syn"
|
|
1449
|
+
version = "3.0.2"
|
|
1439
1450
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1440
|
-
checksum = "
|
|
1451
|
+
checksum = "a207d6d6a2b7fc470b80443726053f18a2481b7e1eee970597051596567987a3"
|
|
1441
1452
|
dependencies = [
|
|
1442
1453
|
"proc-macro2",
|
|
1443
1454
|
"quote",
|
|
@@ -1461,7 +1472,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
1461
1472
|
dependencies = [
|
|
1462
1473
|
"proc-macro2",
|
|
1463
1474
|
"quote",
|
|
1464
|
-
"syn",
|
|
1475
|
+
"syn 2.0.119",
|
|
1465
1476
|
]
|
|
1466
1477
|
|
|
1467
1478
|
[[package]]
|
|
@@ -1501,22 +1512,22 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
|
|
|
1501
1512
|
|
|
1502
1513
|
[[package]]
|
|
1503
1514
|
name = "thiserror"
|
|
1504
|
-
version = "2.0.
|
|
1515
|
+
version = "2.0.19"
|
|
1505
1516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1506
|
-
checksum = "
|
|
1517
|
+
checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
|
|
1507
1518
|
dependencies = [
|
|
1508
1519
|
"thiserror-impl",
|
|
1509
1520
|
]
|
|
1510
1521
|
|
|
1511
1522
|
[[package]]
|
|
1512
1523
|
name = "thiserror-impl"
|
|
1513
|
-
version = "2.0.
|
|
1524
|
+
version = "2.0.19"
|
|
1514
1525
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1515
|
-
checksum = "
|
|
1526
|
+
checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
|
|
1516
1527
|
dependencies = [
|
|
1517
1528
|
"proc-macro2",
|
|
1518
1529
|
"quote",
|
|
1519
|
-
"syn",
|
|
1530
|
+
"syn 3.0.2",
|
|
1520
1531
|
]
|
|
1521
1532
|
|
|
1522
1533
|
[[package]]
|
|
@@ -1546,9 +1557,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
1546
1557
|
|
|
1547
1558
|
[[package]]
|
|
1548
1559
|
name = "tokio"
|
|
1549
|
-
version = "1.
|
|
1560
|
+
version = "1.53.1"
|
|
1550
1561
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1551
|
-
checksum = "
|
|
1562
|
+
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
|
1552
1563
|
dependencies = [
|
|
1553
1564
|
"bytes",
|
|
1554
1565
|
"libc",
|
|
@@ -1750,7 +1761,7 @@ dependencies = [
|
|
|
1750
1761
|
"bumpalo",
|
|
1751
1762
|
"proc-macro2",
|
|
1752
1763
|
"quote",
|
|
1753
|
-
"syn",
|
|
1764
|
+
"syn 2.0.119",
|
|
1754
1765
|
"wasm-bindgen-shared",
|
|
1755
1766
|
]
|
|
1756
1767
|
|
|
@@ -1785,9 +1796,9 @@ dependencies = [
|
|
|
1785
1796
|
|
|
1786
1797
|
[[package]]
|
|
1787
1798
|
name = "webpki-root-certs"
|
|
1788
|
-
version = "1.0.
|
|
1799
|
+
version = "1.0.9"
|
|
1789
1800
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1790
|
-
checksum = "
|
|
1801
|
+
checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
|
|
1791
1802
|
dependencies = [
|
|
1792
1803
|
"rustls-pki-types",
|
|
1793
1804
|
]
|
|
@@ -1914,7 +1925,7 @@ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
|
1914
1925
|
dependencies = [
|
|
1915
1926
|
"proc-macro2",
|
|
1916
1927
|
"quote",
|
|
1917
|
-
"syn",
|
|
1928
|
+
"syn 2.0.119",
|
|
1918
1929
|
"synstructure",
|
|
1919
1930
|
]
|
|
1920
1931
|
|
|
@@ -1935,7 +1946,7 @@ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
|
1935
1946
|
dependencies = [
|
|
1936
1947
|
"proc-macro2",
|
|
1937
1948
|
"quote",
|
|
1938
|
-
"syn",
|
|
1949
|
+
"syn 2.0.119",
|
|
1939
1950
|
"synstructure",
|
|
1940
1951
|
]
|
|
1941
1952
|
|
|
@@ -1975,7 +1986,7 @@ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
|
1975
1986
|
dependencies = [
|
|
1976
1987
|
"proc-macro2",
|
|
1977
1988
|
"quote",
|
|
1978
|
-
"syn",
|
|
1989
|
+
"syn 2.0.119",
|
|
1979
1990
|
]
|
|
1980
1991
|
|
|
1981
1992
|
[[package]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "bibsync"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.5"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
rust-version = "1.85"
|
|
6
6
|
authors = ["Isaac C. F. Wong"]
|
|
@@ -15,9 +15,9 @@ categories = ["command-line-utilities", "development-tools"]
|
|
|
15
15
|
exclude = ["/.github", "/docs/template_documentation"]
|
|
16
16
|
|
|
17
17
|
[dependencies]
|
|
18
|
-
clap = { version = "4.6.
|
|
18
|
+
clap = { version = "4.6.2", features = ["derive"] }
|
|
19
19
|
pyo3 = { version = "0.29.0", optional = true, features = ["abi3-py312"] }
|
|
20
|
-
regex = "1.13.
|
|
20
|
+
regex = "1.13.1"
|
|
21
21
|
reqwest = { version = "0.13.4", default-features = false, features = [
|
|
22
22
|
"blocking",
|
|
23
23
|
"json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bibsync
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.5
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Environment :: Console
|
|
6
6
|
Classifier: Intended Audience :: Science/Research
|
|
@@ -134,7 +134,7 @@ For convenience, you can also use:
|
|
|
134
134
|
@software{wong2026bibsync,
|
|
135
135
|
author = {Wong, Isaac C. F.},
|
|
136
136
|
title = {bibsync: A Rust package to automatically resolve, synchronize, and validate LaTeX citations across BibTeX databases},
|
|
137
|
-
version = {v0.4.
|
|
137
|
+
version = {v0.4.5},
|
|
138
138
|
year = {2026},
|
|
139
139
|
month = jul,
|
|
140
140
|
doi = {10.5281/zenodo.20422622},
|
|
@@ -292,7 +292,7 @@ For a JOSS paper (`paper.md` + `paper.bib`):
|
|
|
292
292
|
```yaml
|
|
293
293
|
repos:
|
|
294
294
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
295
|
-
rev: v0.4.
|
|
295
|
+
rev: v0.4.5
|
|
296
296
|
hooks:
|
|
297
297
|
- id: bibsync-bin
|
|
298
298
|
files: ^paper\.md$
|
|
@@ -310,7 +310,7 @@ Use the pre-built binary hook for faster installs:
|
|
|
310
310
|
```yaml
|
|
311
311
|
repos:
|
|
312
312
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
313
|
-
rev: v0.4.
|
|
313
|
+
rev: v0.4.5
|
|
314
314
|
hooks:
|
|
315
315
|
- id: bibsync-bin
|
|
316
316
|
args: [--cache, --provider, inspire, --output, references.bib]
|
|
@@ -325,7 +325,7 @@ installation:
|
|
|
325
325
|
```yaml
|
|
326
326
|
repos:
|
|
327
327
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
328
|
-
rev: v0.4.
|
|
328
|
+
rev: v0.4.5
|
|
329
329
|
hooks:
|
|
330
330
|
- id: bibsync
|
|
331
331
|
args: [--provider, inspire, --output, references.bib]
|
|
@@ -337,7 +337,7 @@ writing changes. To let the hook update files, add `--fix` to the hook args:
|
|
|
337
337
|
```yaml
|
|
338
338
|
repos:
|
|
339
339
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
340
|
-
rev: v0.4.
|
|
340
|
+
rev: v0.4.5
|
|
341
341
|
hooks:
|
|
342
342
|
- id: bibsync-bin
|
|
343
343
|
args: [--fix, --cache, --provider, inspire, --output, references.bib]
|
|
@@ -348,7 +348,7 @@ To skip manually curated entries, add `--ignore-file`:
|
|
|
348
348
|
```yaml
|
|
349
349
|
repos:
|
|
350
350
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
351
|
-
rev: v0.4.
|
|
351
|
+
rev: v0.4.5
|
|
352
352
|
hooks:
|
|
353
353
|
- id: bibsync-bin
|
|
354
354
|
args:
|
|
@@ -107,7 +107,7 @@ For convenience, you can also use:
|
|
|
107
107
|
@software{wong2026bibsync,
|
|
108
108
|
author = {Wong, Isaac C. F.},
|
|
109
109
|
title = {bibsync: A Rust package to automatically resolve, synchronize, and validate LaTeX citations across BibTeX databases},
|
|
110
|
-
version = {v0.4.
|
|
110
|
+
version = {v0.4.5},
|
|
111
111
|
year = {2026},
|
|
112
112
|
month = jul,
|
|
113
113
|
doi = {10.5281/zenodo.20422622},
|
|
@@ -265,7 +265,7 @@ For a JOSS paper (`paper.md` + `paper.bib`):
|
|
|
265
265
|
```yaml
|
|
266
266
|
repos:
|
|
267
267
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
268
|
-
rev: v0.4.
|
|
268
|
+
rev: v0.4.5
|
|
269
269
|
hooks:
|
|
270
270
|
- id: bibsync-bin
|
|
271
271
|
files: ^paper\.md$
|
|
@@ -283,7 +283,7 @@ Use the pre-built binary hook for faster installs:
|
|
|
283
283
|
```yaml
|
|
284
284
|
repos:
|
|
285
285
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
286
|
-
rev: v0.4.
|
|
286
|
+
rev: v0.4.5
|
|
287
287
|
hooks:
|
|
288
288
|
- id: bibsync-bin
|
|
289
289
|
args: [--cache, --provider, inspire, --output, references.bib]
|
|
@@ -298,7 +298,7 @@ installation:
|
|
|
298
298
|
```yaml
|
|
299
299
|
repos:
|
|
300
300
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
301
|
-
rev: v0.4.
|
|
301
|
+
rev: v0.4.5
|
|
302
302
|
hooks:
|
|
303
303
|
- id: bibsync
|
|
304
304
|
args: [--provider, inspire, --output, references.bib]
|
|
@@ -310,7 +310,7 @@ writing changes. To let the hook update files, add `--fix` to the hook args:
|
|
|
310
310
|
```yaml
|
|
311
311
|
repos:
|
|
312
312
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
313
|
-
rev: v0.4.
|
|
313
|
+
rev: v0.4.5
|
|
314
314
|
hooks:
|
|
315
315
|
- id: bibsync-bin
|
|
316
316
|
args: [--fix, --cache, --provider, inspire, --output, references.bib]
|
|
@@ -321,7 +321,7 @@ To skip manually curated entries, add `--ignore-file`:
|
|
|
321
321
|
```yaml
|
|
322
322
|
repos:
|
|
323
323
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
324
|
-
rev: v0.4.
|
|
324
|
+
rev: v0.4.5
|
|
325
325
|
hooks:
|
|
326
326
|
- id: bibsync-bin
|
|
327
327
|
args:
|
bibsync-0.4.5/uv.lock
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
version = 1
|
|
2
|
+
revision = 3
|
|
3
|
+
requires-python = ">=3.12"
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "bibsync"
|
|
7
|
+
source = { editable = "." }
|
|
8
|
+
|
|
9
|
+
[package.dev-dependencies]
|
|
10
|
+
build = [
|
|
11
|
+
{ name = "maturin" },
|
|
12
|
+
]
|
|
13
|
+
dev = [
|
|
14
|
+
{ name = "prek" },
|
|
15
|
+
{ name = "pytest" },
|
|
16
|
+
{ name = "ruff" },
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
[package.metadata]
|
|
20
|
+
|
|
21
|
+
[package.metadata.requires-dev]
|
|
22
|
+
build = [{ name = "maturin", specifier = ">=1.14.1,<2" }]
|
|
23
|
+
dev = [
|
|
24
|
+
{ name = "prek", specifier = ">=0.4.10" },
|
|
25
|
+
{ name = "pytest", specifier = ">=9.1.1" },
|
|
26
|
+
{ name = "ruff", specifier = ">=0.15.22" },
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
[[package]]
|
|
30
|
+
name = "colorama"
|
|
31
|
+
version = "0.4.6"
|
|
32
|
+
source = { registry = "https://pypi.org/simple" }
|
|
33
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697, upload-time = "2022-10-25T02:36:22.414Z" }
|
|
34
|
+
wheels = [
|
|
35
|
+
{ url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335, upload-time = "2022-10-25T02:36:20.889Z" },
|
|
36
|
+
]
|
|
37
|
+
|
|
38
|
+
[[package]]
|
|
39
|
+
name = "iniconfig"
|
|
40
|
+
version = "2.3.0"
|
|
41
|
+
source = { registry = "https://pypi.org/simple" }
|
|
42
|
+
sdist = { url = "https://files.pythonhosted.org/packages/72/34/14ca021ce8e5dfedc35312d08ba8bf51fdd999c576889fc2c24cb97f4f10/iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730", size = 20503, upload-time = "2025-10-18T21:55:43.219Z" }
|
|
43
|
+
wheels = [
|
|
44
|
+
{ url = "https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12", size = 7484, upload-time = "2025-10-18T21:55:41.639Z" },
|
|
45
|
+
]
|
|
46
|
+
|
|
47
|
+
[[package]]
|
|
48
|
+
name = "maturin"
|
|
49
|
+
version = "1.14.1"
|
|
50
|
+
source = { registry = "https://pypi.org/simple" }
|
|
51
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e7/b3/addd877f871fb1860d46d3a4f206ecb10b946c85846805e6367631926fd3/maturin-1.14.1.tar.gz", hash = "sha256:9d6577a62cd08e0ceba7a0db06fb098e0c9b1b3429bad747a4f3a18215a1b3df", size = 369637, upload-time = "2026-06-19T05:19:49.774Z" }
|
|
52
|
+
wheels = [
|
|
53
|
+
{ url = "https://files.pythonhosted.org/packages/f4/f0/97c5a5bd9c71653a066c0976a484eaaae50b9369557838a4176b7b0bdaa5/maturin-1.14.1-py3-none-linux_armv6l.whl", hash = "sha256:522292398945442cdafa9daeb2271b2340fbde57027b818f923f88eab04174f8", size = 10207496, upload-time = "2026-06-19T05:19:09.321Z" },
|
|
54
|
+
{ url = "https://files.pythonhosted.org/packages/fe/83/294bca639b0e052f1e2f65199b3db258780c7d4e31408b934c9c974a1379/maturin-1.14.1-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:ffe5ad71f21d1e6603c4dd75f7fee34adf5ed5ebcebb692886549888ebb329ed", size = 19680113, upload-time = "2026-06-19T05:19:13.43Z" },
|
|
55
|
+
{ url = "https://files.pythonhosted.org/packages/43/b6/79c881410a3b1c187f7eb3d407aecae646c6a4433d630d72200359015e83/maturin-1.14.1-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:f3306078070c1508fd715b9116070cbcaff5959024272a9f1e6f5cb29768b86c", size = 10169205, upload-time = "2026-06-19T05:19:16.615Z" },
|
|
56
|
+
{ url = "https://files.pythonhosted.org/packages/93/9d/44b6f26dcb7f7a04c5501ac2dbb6ca1490150682baa525ca5860504f9eab/maturin-1.14.1-py3-none-manylinux_2_12_i686.manylinux2010_i686.musllinux_1_1_i686.whl", hash = "sha256:cd457cd88961156e26379e1155bd287cc0ec1c8b2f1582b0660fb31b87c8842d", size = 10188098, upload-time = "2026-06-19T05:19:19.736Z" },
|
|
57
|
+
{ url = "https://files.pythonhosted.org/packages/1a/bd/9c0d5d6983905ce2c9edaa073a7e89355a9cf7f396988e05d32f1c37785d/maturin-1.14.1-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.musllinux_1_1_x86_64.whl", hash = "sha256:dfc54ae32e6fcb18302193ab9a30b0b25eefffba994ae13238974805533ef75e", size = 10627576, upload-time = "2026-06-19T05:19:22.713Z" },
|
|
58
|
+
{ url = "https://files.pythonhosted.org/packages/e5/33/b096412bd6a7cb399652b260666f901adf88a687181a6dbd6a3f89f0a94e/maturin-1.14.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:a131d912b5267e640bc96d70f4914e10590aed64082ec9abacba7cea52004224", size = 10085181, upload-time = "2026-06-19T05:19:25.69Z" },
|
|
59
|
+
{ url = "https://files.pythonhosted.org/packages/56/8d/08c3bf469c38a23c9e6c877e338193001eb604d010fedc08341974e38528/maturin-1.14.1-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l.whl", hash = "sha256:be18fc568fb76884c0205456336892a75105ec398e6b667cd777c6268bd06d69", size = 10026363, upload-time = "2026-06-19T05:19:28.904Z" },
|
|
60
|
+
{ url = "https://files.pythonhosted.org/packages/3a/a4/c4d1a92839f8745ab4aab988a7db884a79d6d710bd3b286fcf9316dece1a/maturin-1.14.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.musllinux_1_1_ppc64le.whl", hash = "sha256:994a0c8ba3ad8a92b3a9ee1b02645d200d610216b15cff5102b0fe65e8e08666", size = 13321347, upload-time = "2026-06-19T05:19:32.411Z" },
|
|
61
|
+
{ url = "https://files.pythonhosted.org/packages/b3/fa/170f04624d03fd07d2a8b1b67de83a127af93aef9eaa425839553347297b/maturin-1.14.1-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:be80866363e605d137991b491a741a84cde9ae350183c4c85f49690ca9aaaa65", size = 10877609, upload-time = "2026-06-19T05:19:35.448Z" },
|
|
62
|
+
{ url = "https://files.pythonhosted.org/packages/61/ad/1ae2e1d0ded282bf2c55ac13f0811d87deb425e200ae64a15785675dede9/maturin-1.14.1-py3-none-manylinux_2_31_riscv64.musllinux_1_1_riscv64.whl", hash = "sha256:5282dffd4b539d2be245f4e5b1a5ab6bc1033b58f4a4872f5833f9d43c954aa4", size = 10417316, upload-time = "2026-06-19T05:19:38.28Z" },
|
|
63
|
+
{ url = "https://files.pythonhosted.org/packages/fb/27/bf677183920718da49cd7982d6a3ffc440aad8919329f571d189f81b7bdf/maturin-1.14.1-py3-none-win32.whl", hash = "sha256:1a04de0a20188f95c721b5702eed18140bdcccb28c386797093eca3f62f4d4e0", size = 8931293, upload-time = "2026-06-19T05:19:41.183Z" },
|
|
64
|
+
{ url = "https://files.pythonhosted.org/packages/63/4b/585adeb9167b08d3cdff0032a938b0e72655c92003df4f52c3f696a1bcc2/maturin-1.14.1-py3-none-win_amd64.whl", hash = "sha256:3c9f94640ecc4895e94abaf834a0684430032c865b2748a36c12461fd9252fdd", size = 10314067, upload-time = "2026-06-19T05:19:44.389Z" },
|
|
65
|
+
{ url = "https://files.pythonhosted.org/packages/51/d4/dac8c0720ae246be1700afb6fbdbbea20fe35b13f6570b2f70faa005df77/maturin-1.14.1-py3-none-win_arm64.whl", hash = "sha256:15cea8fcb3ba47dd636f50092bb34baea8b04ac777392f23e6bf8a9a61efb894", size = 9718943, upload-time = "2026-06-19T05:19:47.49Z" },
|
|
66
|
+
]
|
|
67
|
+
|
|
68
|
+
[[package]]
|
|
69
|
+
name = "packaging"
|
|
70
|
+
version = "26.2"
|
|
71
|
+
source = { registry = "https://pypi.org/simple" }
|
|
72
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d7/f1/e7a6dd94a8d4a5626c03e4e99c87f241ba9e350cd9e6d75123f992427270/packaging-26.2.tar.gz", hash = "sha256:ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661", size = 228134, upload-time = "2026-04-24T20:15:23.917Z" }
|
|
73
|
+
wheels = [
|
|
74
|
+
{ url = "https://files.pythonhosted.org/packages/df/b2/87e62e8c3e2f4b32e5fe99e0b86d576da1312593b39f47d8ceef365e95ed/packaging-26.2-py3-none-any.whl", hash = "sha256:5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e", size = 100195, upload-time = "2026-04-24T20:15:22.081Z" },
|
|
75
|
+
]
|
|
76
|
+
|
|
77
|
+
[[package]]
|
|
78
|
+
name = "pluggy"
|
|
79
|
+
version = "1.6.0"
|
|
80
|
+
source = { registry = "https://pypi.org/simple" }
|
|
81
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3", size = 69412, upload-time = "2025-05-15T12:30:07.975Z" }
|
|
82
|
+
wheels = [
|
|
83
|
+
{ url = "https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746", size = 20538, upload-time = "2025-05-15T12:30:06.134Z" },
|
|
84
|
+
]
|
|
85
|
+
|
|
86
|
+
[[package]]
|
|
87
|
+
name = "prek"
|
|
88
|
+
version = "0.4.10"
|
|
89
|
+
source = { registry = "https://pypi.org/simple" }
|
|
90
|
+
sdist = { url = "https://files.pythonhosted.org/packages/7c/54/edc21e275f9fa3540d4d98cf349c2de11621d6729cc401bb7aedf563609e/prek-0.4.10.tar.gz", hash = "sha256:db3122f4e780eb4587635e6a83df881caf2dbb1eb7799d1cca51158216d6f33b", size = 502565, upload-time = "2026-07-16T10:13:00.788Z" }
|
|
91
|
+
wheels = [
|
|
92
|
+
{ url = "https://files.pythonhosted.org/packages/db/e7/5a63528ba7b95b64f38db3e253aed49ee8e5e8ba16589889d2b7f809edb7/prek-0.4.10-py3-none-linux_armv6l.whl", hash = "sha256:023f302741d79301346c3088ba43a9592aff0ecdbe5ddc3019fa9b1183319c5e", size = 5694609, upload-time = "2026-07-16T10:12:26.352Z" },
|
|
93
|
+
{ url = "https://files.pythonhosted.org/packages/0b/ef/ee9e6bf9a5ce242e9e4e66ac4e2e9042a0f6fd9f367cee18ad404456e93d/prek-0.4.10-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:72adc707e16f97564bbae08d22b222ac3bb2491f8fbfb5a0754f80d472c28a71", size = 6044037, upload-time = "2026-07-16T10:12:28.539Z" },
|
|
94
|
+
{ url = "https://files.pythonhosted.org/packages/68/7e/da08cc39e5348ccb9234e63a21ee56861f72e8497d6a78f0db1ccae6515d/prek-0.4.10-py3-none-macosx_11_0_arm64.whl", hash = "sha256:04c9321957e1b32e1fc7cf60bb4f90bba3761f8659d5551ed04f96e25596de49", size = 5535983, upload-time = "2026-07-16T10:12:30.691Z" },
|
|
95
|
+
{ url = "https://files.pythonhosted.org/packages/30/c6/0486a35bb687a9beac7a5810bd1104c6da56d469b30b1eeaeefd03c99da2/prek-0.4.10-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:e66ccf6c5e4ebadd05cd98cb338d7f553e4d27aa243cf91279c5a569b3cdccc7", size = 5862085, upload-time = "2026-07-16T10:12:33.042Z" },
|
|
96
|
+
{ url = "https://files.pythonhosted.org/packages/52/39/277fe17ae1f121e532e3942456f5a6d01ddacfbc550e481dcb359be7a1b0/prek-0.4.10-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:63f9061d75a50ef0ca92c4b596ad352937a845df80758244950e513b27e9e18f", size = 5605697, upload-time = "2026-07-16T10:12:35.498Z" },
|
|
97
|
+
{ url = "https://files.pythonhosted.org/packages/ad/a1/08354af3e000f2656fad086690d834eab6c04631ff41313a219ea6232199/prek-0.4.10-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3c2ff7110e4bfaafbbab13c2893a337081aca61ed797f14b6b224d2ea9741eef", size = 6034111, upload-time = "2026-07-16T10:12:37.545Z" },
|
|
98
|
+
{ url = "https://files.pythonhosted.org/packages/e4/74/4702396c8d486132e5ce009ab56a0b37f50cb6866830d371f2617b7bdfdc/prek-0.4.10-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2b696a05542e79aa27bcce68d1792e77f4fe6f9c6b012b34d74d62f964f3c72d", size = 6787203, upload-time = "2026-07-16T10:12:40.031Z" },
|
|
99
|
+
{ url = "https://files.pythonhosted.org/packages/90/29/b5d5d6fb87ebd64b37471e3e79761de9983f85e14d69c522efe7af6620ce/prek-0.4.10-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:431b44d6054e72815b4b05e1173596dfd02a7f7461211d40a2e3117e414642ad", size = 6261333, upload-time = "2026-07-16T10:12:42.216Z" },
|
|
100
|
+
{ url = "https://files.pythonhosted.org/packages/94/d6/54ba696d19f7efdc184093353cce713a850aef9c3556e23faeecafa22e94/prek-0.4.10-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:ccbd2b4fd1df790087ba18b4506f680471922a5f13714f19801568434a040dee", size = 5867761, upload-time = "2026-07-16T10:12:44.329Z" },
|
|
101
|
+
{ url = "https://files.pythonhosted.org/packages/be/7d/3975098aa2baaabfc10f99f9fcf78045c4f10851beed8e9812b6a2688eab/prek-0.4.10-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:479e7480b447191aa5c6ed67e80f081d0f5ee4e878b140f4d2cee44165395f1c", size = 5714412, upload-time = "2026-07-16T10:12:46.297Z" },
|
|
102
|
+
{ url = "https://files.pythonhosted.org/packages/97/c0/3e0aac190fe95fdef98526343559b61d4d9fd54444c8c9137ba02412afe1/prek-0.4.10-py3-none-musllinux_1_1_armv7l.whl", hash = "sha256:0bb7451025cbd2b68e480a13cf665d7a5c87c8b87bf18549a78985c17df817ed", size = 5578145, upload-time = "2026-07-16T10:12:48.261Z" },
|
|
103
|
+
{ url = "https://files.pythonhosted.org/packages/d7/44/7b26035534204b8b8a9d5e625479201e616413d287262f557cb32e1f8d77/prek-0.4.10-py3-none-musllinux_1_1_i686.whl", hash = "sha256:4fb047e5776676805794574b2d7b178cb3ab536793aadf172419fcda56b34a57", size = 5889245, upload-time = "2026-07-16T10:12:50.818Z" },
|
|
104
|
+
{ url = "https://files.pythonhosted.org/packages/7e/6c/178a9d768876b4211a1bf63907fe308ae02d173639bcf41cea3c5eed35c1/prek-0.4.10-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:08318818d19caf79643babb89f872c92fda134a622b4731df1d6ed61e29d2d26", size = 6372849, upload-time = "2026-07-16T10:12:52.952Z" },
|
|
105
|
+
{ url = "https://files.pythonhosted.org/packages/4d/84/d5f5ac8193602883f9dd1d675d9d4084e34fbe3ed2ef50a0c336d8a53d8f/prek-0.4.10-py3-none-win32.whl", hash = "sha256:092872714dcde480a662bbdd98b980b248c2d3e10543d4d53a3a58cc9e5b35b0", size = 5413005, upload-time = "2026-07-16T10:12:55.113Z" },
|
|
106
|
+
{ url = "https://files.pythonhosted.org/packages/41/63/9e648fda10bc02c9b6ba305f93b6a6e4fd37d23d13a269a9d2d6bb44eaa1/prek-0.4.10-py3-none-win_amd64.whl", hash = "sha256:3d323a18d0f8c50e474a8fa29fb93bd2db680116d8afb19b76e72ad4667f58e6", size = 5799075, upload-time = "2026-07-16T10:12:56.963Z" },
|
|
107
|
+
{ url = "https://files.pythonhosted.org/packages/22/74/b34d8c80cec8dccc7b922c75b9dca62b18b603b5ed2eea93c9d7c2928d2d/prek-0.4.10-py3-none-win_arm64.whl", hash = "sha256:5e93865ef96756c4a26f37ece04ad514abbc19ae6a23ed1a507b6314e6a0d2fb", size = 5563955, upload-time = "2026-07-16T10:12:59.07Z" },
|
|
108
|
+
]
|
|
109
|
+
|
|
110
|
+
[[package]]
|
|
111
|
+
name = "pygments"
|
|
112
|
+
version = "2.20.0"
|
|
113
|
+
source = { registry = "https://pypi.org/simple" }
|
|
114
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c3/b2/bc9c9196916376152d655522fdcebac55e66de6603a76a02bca1b6414f6c/pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f", size = 4955991, upload-time = "2026-03-29T13:29:33.898Z" }
|
|
115
|
+
wheels = [
|
|
116
|
+
{ url = "https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176", size = 1231151, upload-time = "2026-03-29T13:29:30.038Z" },
|
|
117
|
+
]
|
|
118
|
+
|
|
119
|
+
[[package]]
|
|
120
|
+
name = "pytest"
|
|
121
|
+
version = "9.1.1"
|
|
122
|
+
source = { registry = "https://pypi.org/simple" }
|
|
123
|
+
dependencies = [
|
|
124
|
+
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
125
|
+
{ name = "iniconfig" },
|
|
126
|
+
{ name = "packaging" },
|
|
127
|
+
{ name = "pluggy" },
|
|
128
|
+
{ name = "pygments" },
|
|
129
|
+
]
|
|
130
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e4/47/b9efed96c114afcfa3c9d3fe98a76a1d14c74a9e266d397cf6eb64be5e01/pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313", size = 1636369, upload-time = "2026-06-19T10:58:32.857Z" }
|
|
131
|
+
wheels = [
|
|
132
|
+
{ url = "https://files.pythonhosted.org/packages/24/25/1de2678b631f5a49215c6c96fff41ba892b0a34df68d6d80292b1b48aa7f/pytest-9.1.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c", size = 386536, upload-time = "2026-06-19T10:58:31.347Z" },
|
|
133
|
+
]
|
|
134
|
+
|
|
135
|
+
[[package]]
|
|
136
|
+
name = "ruff"
|
|
137
|
+
version = "0.15.22"
|
|
138
|
+
source = { registry = "https://pypi.org/simple" }
|
|
139
|
+
sdist = { url = "https://files.pythonhosted.org/packages/3a/06/ae069393fc66e8ff33036d4b368003833bf6e88ccf182e17e7a2f1c754fd/ruff-0.15.22.tar.gz", hash = "sha256:3f15175b1fb580126f58285a5dae6b2ea89000136d980c64499211f116b54809", size = 4785063, upload-time = "2026-07-16T15:14:13.244Z" }
|
|
140
|
+
wheels = [
|
|
141
|
+
{ url = "https://files.pythonhosted.org/packages/23/18/ee54b7ae1e121be7a28ea6da4b67564ebb0530e183a54415ab7e3bcd2c4e/ruff-0.15.22-py3-none-linux_armv6l.whl", hash = "sha256:44423e73493737f5e7c5b41d475483898ff37afcdae38bc3da5085e29af1c2d8", size = 10781258, upload-time = "2026-07-16T15:13:19.452Z" },
|
|
142
|
+
{ url = "https://files.pythonhosted.org/packages/2f/d2/2520cb14761ddbeaf57642a76942fc36adcbdbe53b4532241995f6fc485c/ruff-0.15.22-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b82c6482946e9eda7ff2e091d25b8bad3f718684e1916d41bd56873cee05b697", size = 10999477, upload-time = "2026-07-16T15:13:23.318Z" },
|
|
143
|
+
{ url = "https://files.pythonhosted.org/packages/c9/10/74e53572aa758dfaa678c2a2646b5c5515d884b7ca56be4d2ce03ca4b560/ruff-0.15.22-py3-none-macosx_11_0_arm64.whl", hash = "sha256:11c1c715af53a09f714e011106bffc419751ec8232fcb5da42173284ea3fec6f", size = 10466716, upload-time = "2026-07-16T15:13:26.162Z" },
|
|
144
|
+
{ url = "https://files.pythonhosted.org/packages/1e/cc/44eaaf0844e028182f2d0a8f2190d0f359159aed0a9e5ab861d892f1ae2a/ruff-0.15.22-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:742a29cf29bddb7c8327895d6a10e0e6c5b38a96dd407af9b5d0857f809c0576", size = 10892644, upload-time = "2026-07-16T15:13:29.229Z" },
|
|
145
|
+
{ url = "https://files.pythonhosted.org/packages/9f/21/8edf559014d2b0f82beea19cfb713993ad802ccda16868769979c6090a84/ruff-0.15.22-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:72af58b951b0ae395935ae79763dc349bc0eb706319d28f7a33ad2cfb3cfc178", size = 10576719, upload-time = "2026-07-16T15:13:32.35Z" },
|
|
146
|
+
{ url = "https://files.pythonhosted.org/packages/bf/1e/3a13abd392a3b50b62e5938a831f9ab6e588358cacad5c18545b716d2182/ruff-0.15.22-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:62d425005c1835eb24e2ee4161cb90e8db263415f4a71c8c72c33abaa6c0c224", size = 11376494, upload-time = "2026-07-16T15:13:35.958Z" },
|
|
147
|
+
{ url = "https://files.pythonhosted.org/packages/bf/3e/422d3d95bcf04dd78e1aeac22184d4f9a8fb2c01865d39d44618484a0317/ruff-0.15.22-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e8b9b3f8779a4f08c969defc3c8c35abffaa757e601ed5ae66d6d1db6519969a", size = 12208370, upload-time = "2026-07-16T15:13:39.185Z" },
|
|
148
|
+
{ url = "https://files.pythonhosted.org/packages/1e/91/5d065a0e0a02bf4813f5119ad278462eed081d2b832eb7c021ade0ec9e65/ruff-0.15.22-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1e0dd1b2e4d3d585f897a0d137cbf4eaf6223bef4e8ce34d6bb12556c5f9249e", size = 11581098, upload-time = "2026-07-16T15:13:42.132Z" },
|
|
149
|
+
{ url = "https://files.pythonhosted.org/packages/f6/f9/a0d4871d12fae702eb1f41b686caf05f1f8b124dc6db6f784f53d74918fa/ruff-0.15.22-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:365523eb91d9224e1bcb03b022fbf0facb8f9e23792a2c53d9d4b3924bdbdebb", size = 11399422, upload-time = "2026-07-16T15:13:45.2Z" },
|
|
150
|
+
{ url = "https://files.pythonhosted.org/packages/18/80/c843a5176cddbceb0b7e8dd41cf9993490796c1c469348d384f5a5c13c56/ruff-0.15.22-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:fabfd168afdf29fee5be98b831efa9683c94d7c5a3b58b9ce5a2e38444589a74", size = 11381683, upload-time = "2026-07-16T15:13:48.46Z" },
|
|
151
|
+
{ url = "https://files.pythonhosted.org/packages/d4/00/8485de0ae92239438a36cfc51350db9b9e85c9ebdfaea91b18e422706662/ruff-0.15.22-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:225dbf095a87f1d9f90f5fd7924d2613ee452a75a4308c63a8f50f761787aa7c", size = 10850295, upload-time = "2026-07-16T15:13:51.655Z" },
|
|
152
|
+
{ url = "https://files.pythonhosted.org/packages/fa/91/24977ec2ec72eaf15e4394ace2959fdff2dd1e14f03e005e838023407169/ruff-0.15.22-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:1877d63b9d24ed278744f1523fd11b85540566d54641f97c566d7d9dc5ca5296", size = 10579640, upload-time = "2026-07-16T15:13:54.79Z" },
|
|
153
|
+
{ url = "https://files.pythonhosted.org/packages/9c/47/9b51216951974df1f263ac19da550d34252e0ed7218c25f10c5ef9ed7517/ruff-0.15.22-py3-none-musllinux_1_2_i686.whl", hash = "sha256:a1606c510bd7215680d32efab38965f7cdec3ef69f5170a3f4791404ffdd5262", size = 11105077, upload-time = "2026-07-16T15:13:57.915Z" },
|
|
154
|
+
{ url = "https://files.pythonhosted.org/packages/c2/47/20e9d4a3b8016778acea5fc32bb50d35d207500a17ddb529ffa6996feef8/ruff-0.15.22-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:630479b18625f5ffc373f77603a22a9f8ac0acd7ff0501178b5db28ec71e9c64", size = 11490980, upload-time = "2026-07-16T15:14:01.032Z" },
|
|
155
|
+
{ url = "https://files.pythonhosted.org/packages/4d/76/3f72d8fc38c1cb77b38c56a70da9d0c17700cc1cc50f9649c9d3c8f5ba71/ruff-0.15.22-py3-none-win32.whl", hash = "sha256:e5ba0e4a13fd14abbed2a77b517a3911290c6c6c59ef67784328d1668fab76cf", size = 10789165, upload-time = "2026-07-16T15:14:04.16Z" },
|
|
156
|
+
{ url = "https://files.pythonhosted.org/packages/cb/46/4965251734c2b6fcdca1b1b187d20bcac3af0ee5b083b89c910bb961ce3a/ruff-0.15.22-py3-none-win_amd64.whl", hash = "sha256:9be63ba1eb936acd2d1342fb8337c356353706fce233b2a15a09a97037e6acde", size = 11938297, upload-time = "2026-07-16T15:14:07.316Z" },
|
|
157
|
+
{ url = "https://files.pythonhosted.org/packages/57/c9/e69b1ff4c8b69093ef08b8919ab767af0569666865b39c30a8795d88d3c6/ruff-0.15.22-py3-none-win_arm64.whl", hash = "sha256:e1168075b72158510839f250027659cdd78476f40507dd517892304c41318661", size = 11298172, upload-time = "2026-07-16T15:14:10.51Z" },
|
|
158
|
+
]
|
bibsync-0.4.4/uv.lock
DELETED
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
version = 1
|
|
2
|
-
revision = 3
|
|
3
|
-
requires-python = ">=3.12"
|
|
4
|
-
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "bibsync"
|
|
7
|
-
source = { editable = "." }
|
|
8
|
-
|
|
9
|
-
[package.dev-dependencies]
|
|
10
|
-
build = [
|
|
11
|
-
{ name = "maturin" },
|
|
12
|
-
]
|
|
13
|
-
dev = [
|
|
14
|
-
{ name = "prek" },
|
|
15
|
-
{ name = "pytest" },
|
|
16
|
-
{ name = "ruff" },
|
|
17
|
-
]
|
|
18
|
-
|
|
19
|
-
[package.metadata]
|
|
20
|
-
|
|
21
|
-
[package.metadata.requires-dev]
|
|
22
|
-
build = [{ name = "maturin", specifier = ">=1.14.1,<2" }]
|
|
23
|
-
dev = [
|
|
24
|
-
{ name = "prek", specifier = ">=0.4.8" },
|
|
25
|
-
{ name = "pytest", specifier = ">=9.1.1" },
|
|
26
|
-
{ name = "ruff", specifier = ">=0.15.21" },
|
|
27
|
-
]
|
|
28
|
-
|
|
29
|
-
[[package]]
|
|
30
|
-
name = "colorama"
|
|
31
|
-
version = "0.4.6"
|
|
32
|
-
source = { registry = "https://pypi.org/simple" }
|
|
33
|
-
sdist = { url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697, upload-time = "2022-10-25T02:36:22.414Z" }
|
|
34
|
-
wheels = [
|
|
35
|
-
{ url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335, upload-time = "2022-10-25T02:36:20.889Z" },
|
|
36
|
-
]
|
|
37
|
-
|
|
38
|
-
[[package]]
|
|
39
|
-
name = "iniconfig"
|
|
40
|
-
version = "2.3.0"
|
|
41
|
-
source = { registry = "https://pypi.org/simple" }
|
|
42
|
-
sdist = { url = "https://files.pythonhosted.org/packages/72/34/14ca021ce8e5dfedc35312d08ba8bf51fdd999c576889fc2c24cb97f4f10/iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730", size = 20503, upload-time = "2025-10-18T21:55:43.219Z" }
|
|
43
|
-
wheels = [
|
|
44
|
-
{ url = "https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12", size = 7484, upload-time = "2025-10-18T21:55:41.639Z" },
|
|
45
|
-
]
|
|
46
|
-
|
|
47
|
-
[[package]]
|
|
48
|
-
name = "maturin"
|
|
49
|
-
version = "1.14.1"
|
|
50
|
-
source = { registry = "https://pypi.org/simple" }
|
|
51
|
-
sdist = { url = "https://files.pythonhosted.org/packages/e7/b3/addd877f871fb1860d46d3a4f206ecb10b946c85846805e6367631926fd3/maturin-1.14.1.tar.gz", hash = "sha256:9d6577a62cd08e0ceba7a0db06fb098e0c9b1b3429bad747a4f3a18215a1b3df", size = 369637, upload-time = "2026-06-19T05:19:49.774Z" }
|
|
52
|
-
wheels = [
|
|
53
|
-
{ url = "https://files.pythonhosted.org/packages/f4/f0/97c5a5bd9c71653a066c0976a484eaaae50b9369557838a4176b7b0bdaa5/maturin-1.14.1-py3-none-linux_armv6l.whl", hash = "sha256:522292398945442cdafa9daeb2271b2340fbde57027b818f923f88eab04174f8", size = 10207496, upload-time = "2026-06-19T05:19:09.321Z" },
|
|
54
|
-
{ url = "https://files.pythonhosted.org/packages/fe/83/294bca639b0e052f1e2f65199b3db258780c7d4e31408b934c9c974a1379/maturin-1.14.1-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:ffe5ad71f21d1e6603c4dd75f7fee34adf5ed5ebcebb692886549888ebb329ed", size = 19680113, upload-time = "2026-06-19T05:19:13.43Z" },
|
|
55
|
-
{ url = "https://files.pythonhosted.org/packages/43/b6/79c881410a3b1c187f7eb3d407aecae646c6a4433d630d72200359015e83/maturin-1.14.1-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:f3306078070c1508fd715b9116070cbcaff5959024272a9f1e6f5cb29768b86c", size = 10169205, upload-time = "2026-06-19T05:19:16.615Z" },
|
|
56
|
-
{ url = "https://files.pythonhosted.org/packages/93/9d/44b6f26dcb7f7a04c5501ac2dbb6ca1490150682baa525ca5860504f9eab/maturin-1.14.1-py3-none-manylinux_2_12_i686.manylinux2010_i686.musllinux_1_1_i686.whl", hash = "sha256:cd457cd88961156e26379e1155bd287cc0ec1c8b2f1582b0660fb31b87c8842d", size = 10188098, upload-time = "2026-06-19T05:19:19.736Z" },
|
|
57
|
-
{ url = "https://files.pythonhosted.org/packages/1a/bd/9c0d5d6983905ce2c9edaa073a7e89355a9cf7f396988e05d32f1c37785d/maturin-1.14.1-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.musllinux_1_1_x86_64.whl", hash = "sha256:dfc54ae32e6fcb18302193ab9a30b0b25eefffba994ae13238974805533ef75e", size = 10627576, upload-time = "2026-06-19T05:19:22.713Z" },
|
|
58
|
-
{ url = "https://files.pythonhosted.org/packages/e5/33/b096412bd6a7cb399652b260666f901adf88a687181a6dbd6a3f89f0a94e/maturin-1.14.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:a131d912b5267e640bc96d70f4914e10590aed64082ec9abacba7cea52004224", size = 10085181, upload-time = "2026-06-19T05:19:25.69Z" },
|
|
59
|
-
{ url = "https://files.pythonhosted.org/packages/56/8d/08c3bf469c38a23c9e6c877e338193001eb604d010fedc08341974e38528/maturin-1.14.1-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l.whl", hash = "sha256:be18fc568fb76884c0205456336892a75105ec398e6b667cd777c6268bd06d69", size = 10026363, upload-time = "2026-06-19T05:19:28.904Z" },
|
|
60
|
-
{ url = "https://files.pythonhosted.org/packages/3a/a4/c4d1a92839f8745ab4aab988a7db884a79d6d710bd3b286fcf9316dece1a/maturin-1.14.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.musllinux_1_1_ppc64le.whl", hash = "sha256:994a0c8ba3ad8a92b3a9ee1b02645d200d610216b15cff5102b0fe65e8e08666", size = 13321347, upload-time = "2026-06-19T05:19:32.411Z" },
|
|
61
|
-
{ url = "https://files.pythonhosted.org/packages/b3/fa/170f04624d03fd07d2a8b1b67de83a127af93aef9eaa425839553347297b/maturin-1.14.1-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:be80866363e605d137991b491a741a84cde9ae350183c4c85f49690ca9aaaa65", size = 10877609, upload-time = "2026-06-19T05:19:35.448Z" },
|
|
62
|
-
{ url = "https://files.pythonhosted.org/packages/61/ad/1ae2e1d0ded282bf2c55ac13f0811d87deb425e200ae64a15785675dede9/maturin-1.14.1-py3-none-manylinux_2_31_riscv64.musllinux_1_1_riscv64.whl", hash = "sha256:5282dffd4b539d2be245f4e5b1a5ab6bc1033b58f4a4872f5833f9d43c954aa4", size = 10417316, upload-time = "2026-06-19T05:19:38.28Z" },
|
|
63
|
-
{ url = "https://files.pythonhosted.org/packages/fb/27/bf677183920718da49cd7982d6a3ffc440aad8919329f571d189f81b7bdf/maturin-1.14.1-py3-none-win32.whl", hash = "sha256:1a04de0a20188f95c721b5702eed18140bdcccb28c386797093eca3f62f4d4e0", size = 8931293, upload-time = "2026-06-19T05:19:41.183Z" },
|
|
64
|
-
{ url = "https://files.pythonhosted.org/packages/63/4b/585adeb9167b08d3cdff0032a938b0e72655c92003df4f52c3f696a1bcc2/maturin-1.14.1-py3-none-win_amd64.whl", hash = "sha256:3c9f94640ecc4895e94abaf834a0684430032c865b2748a36c12461fd9252fdd", size = 10314067, upload-time = "2026-06-19T05:19:44.389Z" },
|
|
65
|
-
{ url = "https://files.pythonhosted.org/packages/51/d4/dac8c0720ae246be1700afb6fbdbbea20fe35b13f6570b2f70faa005df77/maturin-1.14.1-py3-none-win_arm64.whl", hash = "sha256:15cea8fcb3ba47dd636f50092bb34baea8b04ac777392f23e6bf8a9a61efb894", size = 9718943, upload-time = "2026-06-19T05:19:47.49Z" },
|
|
66
|
-
]
|
|
67
|
-
|
|
68
|
-
[[package]]
|
|
69
|
-
name = "packaging"
|
|
70
|
-
version = "26.2"
|
|
71
|
-
source = { registry = "https://pypi.org/simple" }
|
|
72
|
-
sdist = { url = "https://files.pythonhosted.org/packages/d7/f1/e7a6dd94a8d4a5626c03e4e99c87f241ba9e350cd9e6d75123f992427270/packaging-26.2.tar.gz", hash = "sha256:ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661", size = 228134, upload-time = "2026-04-24T20:15:23.917Z" }
|
|
73
|
-
wheels = [
|
|
74
|
-
{ url = "https://files.pythonhosted.org/packages/df/b2/87e62e8c3e2f4b32e5fe99e0b86d576da1312593b39f47d8ceef365e95ed/packaging-26.2-py3-none-any.whl", hash = "sha256:5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e", size = 100195, upload-time = "2026-04-24T20:15:22.081Z" },
|
|
75
|
-
]
|
|
76
|
-
|
|
77
|
-
[[package]]
|
|
78
|
-
name = "pluggy"
|
|
79
|
-
version = "1.6.0"
|
|
80
|
-
source = { registry = "https://pypi.org/simple" }
|
|
81
|
-
sdist = { url = "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3", size = 69412, upload-time = "2025-05-15T12:30:07.975Z" }
|
|
82
|
-
wheels = [
|
|
83
|
-
{ url = "https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746", size = 20538, upload-time = "2025-05-15T12:30:06.134Z" },
|
|
84
|
-
]
|
|
85
|
-
|
|
86
|
-
[[package]]
|
|
87
|
-
name = "prek"
|
|
88
|
-
version = "0.4.9"
|
|
89
|
-
source = { registry = "https://pypi.org/simple" }
|
|
90
|
-
sdist = { url = "https://files.pythonhosted.org/packages/ea/df/94ed29398576e03494c5aacda8bfed9536edf348bed29cd09f382f2b9b23/prek-0.4.9.tar.gz", hash = "sha256:f8b86441484a5756f3fdb6f3b201d3d448f8845902a84653d78cbf6f875c424f", size = 492711, upload-time = "2026-07-11T11:04:04.332Z" }
|
|
91
|
-
wheels = [
|
|
92
|
-
{ url = "https://files.pythonhosted.org/packages/10/02/632446b72103daf92526203bf83cb76043ebce70588632aa2aea3741da07/prek-0.4.9-py3-none-linux_armv6l.whl", hash = "sha256:7b240ad6f679104309a944c4dd427ccc46d9aaf4f53ee07379c02bf7578c2750", size = 5637604, upload-time = "2026-07-11T11:03:38.985Z" },
|
|
93
|
-
{ url = "https://files.pythonhosted.org/packages/57/bf/89daefc85a1db9b8c525731c77121de0a8f57731e81c99d823e919e1f6a5/prek-0.4.9-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:5cbb220d6d77cb047747dcabf421375fdfdd958e01a998a854758698d38fb239", size = 5960396, upload-time = "2026-07-11T11:03:40.953Z" },
|
|
94
|
-
{ url = "https://files.pythonhosted.org/packages/42/39/0e448da00671e77740be32cca96530ef64bcdbed178acce7f155b87f6057/prek-0.4.9-py3-none-macosx_11_0_arm64.whl", hash = "sha256:fd85df4c186becdc47b2e6155de8cace99133c7517387e30f08ca15b93ead11f", size = 5524982, upload-time = "2026-07-11T11:03:42.605Z" },
|
|
95
|
-
{ url = "https://files.pythonhosted.org/packages/71/e5/1beceff9cfcf02817c06f38e726c9875cd003f62cbfa516f282fb3c3109b/prek-0.4.9-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:ba40511145e948d461d6641b556b6ff671b186b0c90743600b9dcb788dd5eb5c", size = 5793691, upload-time = "2026-07-11T11:03:44.106Z" },
|
|
96
|
-
{ url = "https://files.pythonhosted.org/packages/7e/17/99e4884c45c46be90e81e220d2bdd5020716963707ef6702361cc398dd91/prek-0.4.9-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0cc5c06ae448568d076bb5e7ce4d630879d6467b2a89fd79061c349a47826efa", size = 5544549, upload-time = "2026-07-11T11:03:45.564Z" },
|
|
97
|
-
{ url = "https://files.pythonhosted.org/packages/0c/4b/63f5fe22d867a6e07b12e8a7887a0f3b193c2ef0fa9ed80649f2d257f4ac/prek-0.4.9-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:31af616c216ec7e47913802b082ca816d707d24738fa58eae0463ae296cbe71e", size = 5948798, upload-time = "2026-07-11T11:03:47.424Z" },
|
|
98
|
-
{ url = "https://files.pythonhosted.org/packages/1f/89/90d5005436afb6ab99d3ba6599820fe0f0fcb776f5e9e362b5a19e10cbea/prek-0.4.9-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a1ef842d7f19879fac2135c42ba15508f2677346ba800bc8bb82e5f43fe6a6ec", size = 6696938, upload-time = "2026-07-11T11:03:49Z" },
|
|
99
|
-
{ url = "https://files.pythonhosted.org/packages/2a/62/068dd25e1106e262b0ce69ffcdc594cf52d85aa13f64628f851e458980d4/prek-0.4.9-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:442ecf6a454c692bc8a2d5a16936a0fe8e3419727ff208e15818932acca9923a", size = 6170870, upload-time = "2026-07-11T11:03:50.407Z" },
|
|
100
|
-
{ url = "https://files.pythonhosted.org/packages/8e/42/bb1f3f3d84af4d12bb675ff071305fa776d3525c10626465d9960ad93c21/prek-0.4.9-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:5b3c590252e3d5724ebed3774695712ff7cb554743b25184808aa5f42b06bd4c", size = 5800355, upload-time = "2026-07-11T11:03:51.882Z" },
|
|
101
|
-
{ url = "https://files.pythonhosted.org/packages/a5/ca/dfc8312b4a7ce8fa100ce37a843279d108eec7e7fe2ddbe069448acd1642/prek-0.4.9-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:1dd283b15dec4da29caa3910bd72c8c9d7df93209770503465ad109d6370cb8e", size = 5655126, upload-time = "2026-07-11T11:03:53.388Z" },
|
|
102
|
-
{ url = "https://files.pythonhosted.org/packages/25/8a/b19413cb64b81c18502ea7bbef32897f9126b8e53b58cd656996573dc53c/prek-0.4.9-py3-none-musllinux_1_1_armv7l.whl", hash = "sha256:cc25e30e1700a5c7dd9bad665c321e5589b51502bb1bbc6ada45e326d08b428b", size = 5517839, upload-time = "2026-07-11T11:03:54.884Z" },
|
|
103
|
-
{ url = "https://files.pythonhosted.org/packages/94/af/900df3f7535e87045df331646c6a01bef6e77dba7f2bdb53483f30cbb988/prek-0.4.9-py3-none-musllinux_1_1_i686.whl", hash = "sha256:4ff5947deeb9a92e6508dfba8b27962dfb927bf60fd36472c9ae862df96fb38c", size = 5802556, upload-time = "2026-07-11T11:03:56.787Z" },
|
|
104
|
-
{ url = "https://files.pythonhosted.org/packages/e9/7b/80e560cbe396d0f8687012769cb2d7d7f3428dd019549225ebf205dea806/prek-0.4.9-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:8320ca167d41855d9c4fed66df599f31f96307cbb0da1311a9fe465152e20bd5", size = 6285747, upload-time = "2026-07-11T11:03:58.099Z" },
|
|
105
|
-
{ url = "https://files.pythonhosted.org/packages/a3/d4/01ae3b99d09559a69befd128859d0036c604608dd9c6c99986592dde3c21/prek-0.4.9-py3-none-win32.whl", hash = "sha256:b1e8d3bc88ddce6414853468ed8126f45d4ae20f2f4677801ade20ad67a826fa", size = 5320862, upload-time = "2026-07-11T11:03:59.803Z" },
|
|
106
|
-
{ url = "https://files.pythonhosted.org/packages/28/68/d038b14f0220fed197be8bc93229e6ea7ad460803ff8a26e4b14a8c81f66/prek-0.4.9-py3-none-win_amd64.whl", hash = "sha256:ed1b4f87a13d1565e8731c60db7fa058966049cbb4d8872d160add510a286558", size = 5706850, upload-time = "2026-07-11T11:04:01.207Z" },
|
|
107
|
-
{ url = "https://files.pythonhosted.org/packages/02/4a/57d04de49f591088901794cc22f36563a102681e3512ae17ee6085cd2f30/prek-0.4.9-py3-none-win_arm64.whl", hash = "sha256:7eab3900d9ea614c8ea0d0d55a8b708f0c88e43c966dc8b13a4e36c1e398dd16", size = 5540477, upload-time = "2026-07-11T11:04:02.815Z" },
|
|
108
|
-
]
|
|
109
|
-
|
|
110
|
-
[[package]]
|
|
111
|
-
name = "pygments"
|
|
112
|
-
version = "2.20.0"
|
|
113
|
-
source = { registry = "https://pypi.org/simple" }
|
|
114
|
-
sdist = { url = "https://files.pythonhosted.org/packages/c3/b2/bc9c9196916376152d655522fdcebac55e66de6603a76a02bca1b6414f6c/pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f", size = 4955991, upload-time = "2026-03-29T13:29:33.898Z" }
|
|
115
|
-
wheels = [
|
|
116
|
-
{ url = "https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176", size = 1231151, upload-time = "2026-03-29T13:29:30.038Z" },
|
|
117
|
-
]
|
|
118
|
-
|
|
119
|
-
[[package]]
|
|
120
|
-
name = "pytest"
|
|
121
|
-
version = "9.1.1"
|
|
122
|
-
source = { registry = "https://pypi.org/simple" }
|
|
123
|
-
dependencies = [
|
|
124
|
-
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
125
|
-
{ name = "iniconfig" },
|
|
126
|
-
{ name = "packaging" },
|
|
127
|
-
{ name = "pluggy" },
|
|
128
|
-
{ name = "pygments" },
|
|
129
|
-
]
|
|
130
|
-
sdist = { url = "https://files.pythonhosted.org/packages/e4/47/b9efed96c114afcfa3c9d3fe98a76a1d14c74a9e266d397cf6eb64be5e01/pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313", size = 1636369, upload-time = "2026-06-19T10:58:32.857Z" }
|
|
131
|
-
wheels = [
|
|
132
|
-
{ url = "https://files.pythonhosted.org/packages/24/25/1de2678b631f5a49215c6c96fff41ba892b0a34df68d6d80292b1b48aa7f/pytest-9.1.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c", size = 386536, upload-time = "2026-06-19T10:58:31.347Z" },
|
|
133
|
-
]
|
|
134
|
-
|
|
135
|
-
[[package]]
|
|
136
|
-
name = "ruff"
|
|
137
|
-
version = "0.15.21"
|
|
138
|
-
source = { registry = "https://pypi.org/simple" }
|
|
139
|
-
sdist = { url = "https://files.pythonhosted.org/packages/0f/36/6f65aa9989acdec45d417192d8f4e7921931d8a6cf87ac74bce3eed98a8e/ruff-0.15.21.tar.gz", hash = "sha256:d0cfc841c572283c36548f82664a54ce6565567f1b0d5b4cf2caac693d8b7500", size = 4769401, upload-time = "2026-07-09T20:01:34.005Z" }
|
|
140
|
-
wheels = [
|
|
141
|
-
{ url = "https://files.pythonhosted.org/packages/d0/c6/ede15cac6839f3dbce52565c8f5164a8210e669c7bc4decb03e5bdf47d0d/ruff-0.15.21-py3-none-linux_armv6l.whl", hash = "sha256:63ea0e965e5d73c90e95b2434beeafc70820536717f561b32ab6e777cb9bdf5d", size = 10854342, upload-time = "2026-07-09T20:00:53.998Z" },
|
|
142
|
-
{ url = "https://files.pythonhosted.org/packages/28/9d/d825b07ee7ea9e2d61df92a860033c94e06e7300d50a1c2653aac27d24fe/ruff-0.15.21-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:0f212c5d7d54c01bbfe6dcab02b724a39300f3e34ed7acbe995ccb320a2c58bd", size = 11139539, upload-time = "2026-07-09T20:00:57.809Z" },
|
|
143
|
-
{ url = "https://files.pythonhosted.org/packages/f5/de/3b107712e642f063c7a9e0887c427b22cb44097de5aab36c05f2e280670c/ruff-0.15.21-py3-none-macosx_11_0_arm64.whl", hash = "sha256:e6312e41bc96791299614995ea3a977c5857c3b5662b1ecef6755b02b87cb646", size = 10595437, upload-time = "2026-07-09T20:01:00.006Z" },
|
|
144
|
-
{ url = "https://files.pythonhosted.org/packages/9a/6f/b4523cc90ba239ede441447a19d0c968846a3012e5a0b0c5b62831a3d5e3/ruff-0.15.21-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:01d65b4831c6b2a4ba8ee6faa84049d44d982b7a706e622c4094c509e51673be", size = 10990053, upload-time = "2026-07-09T20:01:02.187Z" },
|
|
145
|
-
{ url = "https://files.pythonhosted.org/packages/92/cc/c6a9872a5375f0628875481cf2f66b13d7d865bf3ca2e57f91c7e762d976/ruff-0.15.21-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2c5a913a589120ce67933d5d05fd6ddbcc2481c6a054980ee767f7414c72b4fd", size = 10666096, upload-time = "2026-07-09T20:01:04.299Z" },
|
|
146
|
-
{ url = "https://files.pythonhosted.org/packages/ab/97/c621f7a17e097f1790fa3af6374138823b330b2d03fc38337945daca212c/ruff-0.15.21-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5ef04b681d02ad4dc9620f00f83ac5c22f652d0e9a9cfe431d219b16ad5ccc41", size = 11537011, upload-time = "2026-07-09T20:01:06.771Z" },
|
|
147
|
-
{ url = "https://files.pythonhosted.org/packages/ea/51/d928727e476e25ccc57c6f449ffd80241a651a973ad949d39cfb2a771d28/ruff-0.15.21-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:16d090c0740916594157e75b80d666eab8e78083b39b3b0e1d698f4670a17b86", size = 12347101, upload-time = "2026-07-09T20:01:08.859Z" },
|
|
148
|
-
{ url = "https://files.pythonhosted.org/packages/1e/88/8cd62026802b16018ad06931d87997cf795ba2a6239ab659606c87d96bf0/ruff-0.15.21-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3a10e74757dd65004d779b73e2f3c5210156d9980b41224d50d2ebcf1db51e67", size = 11572001, upload-time = "2026-07-09T20:01:11.092Z" },
|
|
149
|
-
{ url = "https://files.pythonhosted.org/packages/b2/97/f63084cf55444fc110e8cb985ebfcc592af47f597d44453d778cb81bc156/ruff-0.15.21-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bab0905d2f29e0d9fbc3c373ed23db0095edaa3f71f1f4f519ec15134d9e85c8", size = 11549239, upload-time = "2026-07-09T20:01:13.27Z" },
|
|
150
|
-
{ url = "https://files.pythonhosted.org/packages/9d/77/f107da4a2874b7715914b03f09ba9c54424de3ff8a1cc5d015d3ee2ce0ac/ruff-0.15.21-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:00eca240af5789fec6fe7df74c088cc1f9644ed83027113468efba7c92b94075", size = 11535340, upload-time = "2026-07-09T20:01:15.206Z" },
|
|
151
|
-
{ url = "https://files.pythonhosted.org/packages/d5/e9/601deb322d3303a7bf212b0100ead6f2ee3f6a044d89c30f2f92bf83c731/ruff-0.15.21-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:262ab31557a75141325e32d3357f3597645a7f084e732b6b054dde428ecd9341", size = 10964048, upload-time = "2026-07-09T20:01:17.723Z" },
|
|
152
|
-
{ url = "https://files.pythonhosted.org/packages/ea/2e/0f2176d1e99c15192caea19c8c3a0a955246b4cb4de795042eeb616345cd/ruff-0.15.21-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:659c4e7a4212f83306045ec7c5e5a356d16d9a6ef4ae0c7a4d872914fc655d9d", size = 10667055, upload-time = "2026-07-09T20:01:19.73Z" },
|
|
153
|
-
{ url = "https://files.pythonhosted.org/packages/48/60/abd74a02e0c4214f12a68becfd30af7165cfdcb0e661ecdc60bbb949c09a/ruff-0.15.21-py3-none-musllinux_1_2_i686.whl", hash = "sha256:9e866eab611a5f959d36df2d10e446973a3610bc42b0c15b31dc27977d59c233", size = 11242043, upload-time = "2026-07-09T20:01:21.947Z" },
|
|
154
|
-
{ url = "https://files.pythonhosted.org/packages/b2/c6/583075d8ccabb4b229345edcaf1545eb3d8d6be90f686a479d7e94088bbf/ruff-0.15.21-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:e89bc93c0d3803ba870b55c29671bad9dc6d94bb1eb181b056b52eb05b52854f", size = 11648064, upload-time = "2026-07-09T20:01:24.023Z" },
|
|
155
|
-
{ url = "https://files.pythonhosted.org/packages/3a/3c/37d0ecb729a7cc2d393ea7dce316fc585680f35d93b8d62139d7d0a3700c/ruff-0.15.21-py3-none-win32.whl", hash = "sha256:01f8d5be84823c172b389e123174f781f9daf86d6c58719d603f941932195cdd", size = 10896555, upload-time = "2026-07-09T20:01:26.941Z" },
|
|
156
|
-
{ url = "https://files.pythonhosted.org/packages/c0/b8/e43466b2a6067ce91e669068f6e28d6c719a920f014b070d5c8731725de3/ruff-0.15.21-py3-none-win_amd64.whl", hash = "sha256:d4b8d9a2f0f12b816b50447f6eccb9f4bb01a6b82c86b50fb3b5354b458dc6d3", size = 12038772, upload-time = "2026-07-09T20:01:29.497Z" },
|
|
157
|
-
{ url = "https://files.pythonhosted.org/packages/dd/75/e90ab9aeece218a9fc5a5bc3ec97d0ee6bb3c4ff95869463c1de58e29a1c/ruff-0.15.21-py3-none-win_arm64.whl", hash = "sha256:6e83115d4b9377c1cbc13abf0e051f069fab0ef815ea0504a8a008cee24dd0a8", size = 11375265, upload-time = "2026-07-09T20:01:31.772Z" },
|
|
158
|
-
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|