cihai-cli 0.33.0__tar.gz → 0.34.0__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.
Files changed (75) hide show
  1. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/CHANGES +12 -1
  2. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/PKG-INFO +2 -2
  3. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/pyproject.toml +2 -2
  4. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/src/cihai_cli/__about__.py +1 -1
  5. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/uv.lock +35 -35
  6. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.codecov.yml +0 -0
  7. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.cursor/rules/avoid-debug-loops.mdc +0 -0
  8. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.cursor/rules/dev-loop.mdc +0 -0
  9. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.cursor/rules/git-commits.mdc +0 -0
  10. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.cursor/rules/notes-llms-txt.mdc +0 -0
  11. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.github/contributing.md +0 -0
  12. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.github/dependabot.yml +0 -0
  13. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.github/workflows/docs.yml +0 -0
  14. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.github/workflows/tests.yml +0 -0
  15. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.gitignore +0 -0
  16. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.prettierrc +0 -0
  17. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.python-version +0 -0
  18. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.tmuxp.yaml +0 -0
  19. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.tool-versions +0 -0
  20. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.vim/coc-settings.json +0 -0
  21. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/.windsurfrules +0 -0
  22. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/AGENTS.md +0 -0
  23. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/CLAUDE.md +0 -0
  24. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/LICENSE +0 -0
  25. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/MANIFEST.in +0 -0
  26. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/MIGRATION +0 -0
  27. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/README.md +0 -0
  28. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/conftest.py +0 -0
  29. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/_static/favicon.ico +0 -0
  30. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/_static/img/cihai.svg +0 -0
  31. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/_static/img/icons/icon-128x128.png +0 -0
  32. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/_static/img/icons/icon-144x144.png +0 -0
  33. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/_static/img/icons/icon-152x152.png +0 -0
  34. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/_static/img/icons/icon-192x192.png +0 -0
  35. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/_static/img/icons/icon-384x384.png +0 -0
  36. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/_static/img/icons/icon-512x512-centered.png +0 -0
  37. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/_static/img/icons/icon-512x512.png +0 -0
  38. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/_static/img/icons/icon-72x72.png +0 -0
  39. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/_static/img/icons/icon-96x96.png +0 -0
  40. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/api.md +0 -0
  41. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/cli/completion.md +0 -0
  42. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/cli/index.md +0 -0
  43. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/cli/info.md +0 -0
  44. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/cli/reverse.md +0 -0
  45. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/conf.py +0 -0
  46. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/history.md +0 -0
  47. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/index.md +0 -0
  48. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/justfile +0 -0
  49. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/manifest.json +0 -0
  50. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/migration.md +0 -0
  51. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/project/code-style.md +0 -0
  52. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/project/contributing.md +0 -0
  53. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/project/index.md +0 -0
  54. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/project/releasing.md +0 -0
  55. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/quickstart.md +0 -0
  56. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/docs/redirects.txt +0 -0
  57. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/justfile +0 -0
  58. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/src/cihai_cli/__init__.py +0 -0
  59. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/src/cihai_cli/_colors.py +0 -0
  60. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/src/cihai_cli/_formatter.py +0 -0
  61. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/src/cihai_cli/cli.py +0 -0
  62. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/src/cihai_cli/py.typed +0 -0
  63. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tests/__init__.py +0 -0
  64. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tests/conftest.py +0 -0
  65. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tests/fixtures/Unihan_DictionaryIndices.txt +0 -0
  66. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tests/fixtures/Unihan_DictionaryLikeData.txt +0 -0
  67. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tests/fixtures/Unihan_IRGSources.txt +0 -0
  68. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tests/fixtures/Unihan_NumericValues.txt +0 -0
  69. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tests/fixtures/Unihan_OtherMappings.txt +0 -0
  70. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tests/fixtures/Unihan_RadicalStrokeCounts.txt +0 -0
  71. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tests/fixtures/Unihan_Readings.txt +0 -0
  72. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tests/fixtures/Unihan_Variants.txt +0 -0
  73. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tests/fixtures/test_config.yml +0 -0
  74. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tests/test_cli.py +0 -0
  75. {cihai_cli-0.33.0 → cihai_cli-0.34.0}/tox.ini +0 -0
@@ -33,12 +33,23 @@ $ uv add cihai-cli --prerelease allow
33
33
  $ uvx --from 'cihai-cli' --prerelease allow cihai
34
34
  ```
35
35
 
36
- ## cihai-cli 0.34.x (unreleased)
36
+ ## cihai-cli 0.35.x (unreleased)
37
37
 
38
38
  <!-- KEEP THIS PLACEHOLDER - DO NOT REMOVE OR MODIFY THIS LINE -->
39
39
  _Notes on the upcoming release will go here._
40
40
  <!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
41
41
 
42
+ ## cihai-cli 0.34.0 (2026-06-28)
43
+
44
+ cihai-cli 0.34.0 tracks the latest cihai and unihan-etl releases. The `cihai`
45
+ floor moves to `~=0.38.0`, which brings `unihan-etl` 0.43.0 and a sturdier
46
+ first-run bootstrap: a corrupt or truncated cached UNIHAN archive is now
47
+ re-fetched instead of crashing extraction. The command surface is unchanged.
48
+
49
+ ### Dependencies
50
+
51
+ Minimum `cihai~=0.38.0` (was `~=0.37.0`), bringing `unihan-etl` 0.43.0.
52
+
42
53
  ## cihai-cli 0.33.0 (2026-06-28)
43
54
 
44
55
  cihai-cli 0.33.0 refreshes the documentation experience around the command-line
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cihai-cli
3
- Version: 0.33.0
3
+ Version: 0.34.0
4
4
  Summary: Command line frontend for the cihai CJK language library
5
5
  Project-URL: Bug Tracker, https://github.com/cihai/cihai-cli/issues
6
6
  Project-URL: Documentation, https://cihai-cli.git-pull.com
@@ -28,7 +28,7 @@ Classifier: Topic :: Software Development :: Localization
28
28
  Classifier: Topic :: System :: Shells
29
29
  Classifier: Topic :: Utilities
30
30
  Requires-Python: <4.0,>=3.10
31
- Requires-Dist: cihai~=0.37.0
31
+ Requires-Dist: cihai~=0.38.0
32
32
  Requires-Dist: pyyaml
33
33
  Description-Content-Type: text/markdown
34
34
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cihai-cli"
3
- version = "0.33.0"
3
+ version = "0.34.0"
4
4
  description = "Command line frontend for the cihai CJK language library"
5
5
  requires-python = ">=3.10,<4.0"
6
6
  license = { text = "MIT" }
@@ -52,7 +52,7 @@ include = [
52
52
  { path = "tests", format = "sdist" },
53
53
  ]
54
54
  dependencies = [
55
- "cihai~=0.37.0",
55
+ "cihai~=0.38.0",
56
56
  "PyYAML"
57
57
  ]
58
58
 
@@ -4,7 +4,7 @@ from __future__ import annotations
4
4
 
5
5
  __title__ = "cihai-cli"
6
6
  __package_name__ = "cihai_cli"
7
- __version__ = "0.33.0"
7
+ __version__ = "0.34.0"
8
8
  __description__ = "Command line frontend for the cihai CJK language library"
9
9
  __author__ = "Tony Narlock"
10
10
  __email__ = "tony@git-pull.com"
@@ -53,16 +53,16 @@ wheels = [
53
53
 
54
54
  [[package]]
55
55
  name = "anyio"
56
- version = "4.14.0"
56
+ version = "4.14.1"
57
57
  source = { registry = "https://pypi.org/simple" }
58
58
  dependencies = [
59
59
  { name = "exceptiongroup", marker = "python_full_version < '3.11'" },
60
60
  { name = "idna" },
61
61
  { name = "typing-extensions", marker = "python_full_version < '3.13'" },
62
62
  ]
63
- sdist = { url = "https://files.pythonhosted.org/packages/1c/b5/001890774a9552aff22502b8da382593109ce0c95314abaebbb116567545/anyio-4.14.0.tar.gz", hash = "sha256:b47c1f9ccf73e67021df785332508f99379c68fa7d0684e8e3492cb1d4b23f89", size = 253586, upload-time = "2026-06-15T22:00:49.021Z" }
63
+ sdist = { url = "https://files.pythonhosted.org/packages/3b/72/5562aabb8dd7181e8e860622a38bea08d17842b99ecd4c91f84ac95251b0/anyio-4.14.1.tar.gz", hash = "sha256:8d648a3544c1a700e3ff78615cd679e4c5c3f149904287e73687b2596963629e", size = 254831, upload-time = "2026-06-24T20:56:06.017Z" }
64
64
  wheels = [
65
- { url = "https://files.pythonhosted.org/packages/ba/16/9826f089383c593cdfc4a6e5aca94d9e91ae1692c57af82c3b2aa5e810f7/anyio-4.14.0-py3-none-any.whl", hash = "sha256:dd9b7a2a9799ed6552fde617b2c5df02b7fdd7d88392fc48101e51bae46164d9", size = 123506, upload-time = "2026-06-15T22:00:47.595Z" },
65
+ { url = "https://files.pythonhosted.org/packages/b0/7b/90df4a0a816d98d6ea26f559d87836d494a2cf1fcf063be67df50a7bcc30/anyio-4.14.1-py3-none-any.whl", hash = "sha256:4e5533c5b8ff0a24f5d7a176cbe6877129cd183893f66b537f8f227d10527d72", size = 124875, upload-time = "2026-06-24T20:56:04.413Z" },
66
66
  ]
67
67
 
68
68
  [[package]]
@@ -252,7 +252,7 @@ wheels = [
252
252
 
253
253
  [[package]]
254
254
  name = "cihai"
255
- version = "0.37.0"
255
+ version = "0.38.0"
256
256
  source = { registry = "https://pypi.org/simple" }
257
257
  dependencies = [
258
258
  { name = "appdirs" },
@@ -260,14 +260,14 @@ dependencies = [
260
260
  { name = "sqlalchemy", extra = ["mypy"] },
261
261
  { name = "unihan-etl" },
262
262
  ]
263
- sdist = { url = "https://files.pythonhosted.org/packages/e0/39/166a9cebb2cb8f0038cfaefdbd898eb46ec6d4a9f64a44f62ee30414746c/cihai-0.37.0.tar.gz", hash = "sha256:e83ebc7b84990f24e930798a19ab3061c57f5af5492a3e890476dd831d9e4245", size = 292351, upload-time = "2026-06-28T13:59:42.523Z" }
263
+ sdist = { url = "https://files.pythonhosted.org/packages/e1/52/a8444d7c2707d83ac35c4d0e9ffc3b9b8177ebe5558a6f75501ab0953beb/cihai-0.38.0.tar.gz", hash = "sha256:3f34994c7c7973cf8c300aafdc29d2e3e89fedf5d4d80896b5d88cc1fdd30ce9", size = 292510, upload-time = "2026-06-29T02:41:34.3Z" }
264
264
  wheels = [
265
- { url = "https://files.pythonhosted.org/packages/87/29/f1532d6d1e6577f35b81f05cbf8ee6a12ab2ef0da2c9c55dd620a549a213/cihai-0.37.0-py3-none-any.whl", hash = "sha256:f3473acfebb00e9e9f9f9b1eb2bc4edc1b51c8ee6e141b688951ddb483f4a1c2", size = 25304, upload-time = "2026-06-28T13:59:41.393Z" },
265
+ { url = "https://files.pythonhosted.org/packages/7c/18/c994464304341054c7a7dffd62085e91c635df39fe5d3addcdf113db0734/cihai-0.38.0-py3-none-any.whl", hash = "sha256:94fc953ca66681bcbbf8361d7b7b0015d35c5186a10ce4a27f4dbbbdfd169638", size = 25307, upload-time = "2026-06-29T02:41:33.082Z" },
266
266
  ]
267
267
 
268
268
  [[package]]
269
269
  name = "cihai-cli"
270
- version = "0.33.0"
270
+ version = "0.34.0"
271
271
  source = { editable = "." }
272
272
  dependencies = [
273
273
  { name = "cihai" },
@@ -324,7 +324,7 @@ testing = [
324
324
 
325
325
  [package.metadata]
326
326
  requires-dist = [
327
- { name = "cihai", specifier = "~=0.37.0" },
327
+ { name = "cihai", specifier = "~=0.38.0" },
328
328
  { name = "pyyaml" },
329
329
  ]
330
330
 
@@ -376,14 +376,14 @@ testing = [
376
376
 
377
377
  [[package]]
378
378
  name = "click"
379
- version = "8.4.1"
379
+ version = "8.4.2"
380
380
  source = { registry = "https://pypi.org/simple" }
381
381
  dependencies = [
382
382
  { name = "colorama", marker = "sys_platform == 'win32'" },
383
383
  ]
384
- sdist = { url = "https://files.pythonhosted.org/packages/9b/98/518d8e5081007684232226f475082b30087d0f585e8457db087298259f49/click-8.4.1.tar.gz", hash = "sha256:918b5633eddf6b41c32d4f454bf0de810065c74e3f7dbf8ee5452f8be88d3e96", size = 353007, upload-time = "2026-05-22T04:08:37.769Z" }
384
+ sdist = { url = "https://files.pythonhosted.org/packages/76/d4/81420972a676e8ffea40450d8c8c92943e7218a78fe9b64359836cc9876b/click-8.4.2.tar.gz", hash = "sha256:9a6cea6e60b17ebe0a44c5cc636d94f09bd66142c1cd7d8b4cd731c4917a15f6", size = 338000, upload-time = "2026-06-24T17:45:15.148Z" }
385
385
  wheels = [
386
- { url = "https://files.pythonhosted.org/packages/c7/0d/67e5b4109ea4a837e80daa87c2c696711955e40449a97e8926672534def2/click-8.4.1-py3-none-any.whl", hash = "sha256:482be17c6991b8c19c5429a1e995d9b0efdbb63172824c41f99965dc0ade8ec2", size = 116639, upload-time = "2026-05-22T04:08:35.26Z" },
386
+ { url = "https://files.pythonhosted.org/packages/fb/e2/79c688af8b210d232694e31e59da9f6ec747bae31c3f5946e4e9b98860d5/click-8.4.2-py3-none-any.whl", hash = "sha256:e6f9f66136c816745b9d65817da91d61d957fb16e02e4dcd0552553c5a197b76", size = 119243, upload-time = "2026-06-24T17:45:13.73Z" },
387
387
  ]
388
388
 
389
389
  [[package]]
@@ -1262,27 +1262,27 @@ wheels = [
1262
1262
 
1263
1263
  [[package]]
1264
1264
  name = "ruff"
1265
- version = "0.15.19"
1266
- source = { registry = "https://pypi.org/simple" }
1267
- sdist = { url = "https://files.pythonhosted.org/packages/d5/e6/15800dfde183a1a106594016c912b4c12d050a301989d1aca6cb63759fe8/ruff-0.15.19.tar.gz", hash = "sha256:edc27f7172a93b32b102687009d6a588508815072141543ae603a8b9b0823063", size = 4772071, upload-time = "2026-06-24T01:10:46.942Z" }
1268
- wheels = [
1269
- { url = "https://files.pythonhosted.org/packages/88/4c/9ded7626c39a0440c575bf69e2bf500d443388272c842662c59852ee7fcd/ruff-0.15.19-py3-none-linux_armv6l.whl", hash = "sha256:922d1eb283161564759bd49f507e91dc6112c15da8bd5b84ed714e086243cf86", size = 10950859, upload-time = "2026-06-24T01:10:38.491Z" },
1270
- { url = "https://files.pythonhosted.org/packages/fb/ef/c211505ece1d00ef493d58e54e3b6383c946a21e9874774eb531f2512cf3/ruff-0.15.19-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:4d190d8f62a0b94aba8f721116538a9ee29b1e74d26650846ba9b99f0ae21c40", size = 11294529, upload-time = "2026-06-24T01:10:36.481Z" },
1271
- { url = "https://files.pythonhosted.org/packages/fe/93/78d462e7d39968e58094dc57be7d09ffb14ce37da5b68ed70338a35a1f21/ruff-0.15.19-py3-none-macosx_11_0_arm64.whl", hash = "sha256:5a2c86ba6870dd415a9d9eb8be94d7924ebec6a26ffc7958ec7ca29d4bff967d", size = 10641416, upload-time = "2026-06-24T01:10:48.923Z" },
1272
- { url = "https://files.pythonhosted.org/packages/76/c4/5cb66cfd1f865d5cca908b86c93ac785e7f572193d3c7426079ca6643e24/ruff-0.15.19-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:82b432bc087264aea70fd25ac198918b70bd9e2aa0db4297b0bb91bbfbbc63ce", size = 11015582, upload-time = "2026-06-24T01:10:30.089Z" },
1273
- { url = "https://files.pythonhosted.org/packages/51/9f/8ecfaec10cf5eecd28fbc00ff4fb867db90a1be54bf3d39ebf93f893cd52/ruff-0.15.19-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8530a09d03b3a8c994f8b559a7dcdabc690bcd3f78ef276c38c83166798ebf56", size = 10744059, upload-time = "2026-06-24T01:10:32.48Z" },
1274
- { url = "https://files.pythonhosted.org/packages/35/6b/983249d04562bc2d590edd75f32455cdb473affb3ba4bc8d883e939c697d/ruff-0.15.19-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:87bf21fb3875fe69f0eacc825411657e2e85589cce633c35c0adf1113649c62b", size = 11568461, upload-time = "2026-06-24T01:10:17.435Z" },
1275
- { url = "https://files.pythonhosted.org/packages/eb/39/bc7794f127b18f492a3b4ee82bba5a900c985ff13b72b46f46e3c171ba34/ruff-0.15.19-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f9b229cb3ef56ecc2c1c8ebeca64b7a7740ccaef40a9eb097e78dde5a8560b83", size = 12429690, upload-time = "2026-06-24T01:10:40.638Z" },
1276
- { url = "https://files.pythonhosted.org/packages/0a/3b/0de6859e698ed11c8a49e765196c8d333599b6a546c0715df39b6ba1aa2e/ruff-0.15.19-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c6c754515be7b76afe6e7e62df7776709571bcfc1631183828afcf3bafa869e3", size = 11693067, upload-time = "2026-06-24T01:10:25.681Z" },
1277
- { url = "https://files.pythonhosted.org/packages/89/3d/0b1f30f84bee9ae6ae8d349c2ba8b6f4b040966744efdd3acc804ae7c024/ruff-0.15.19-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6a498f82e0f4d8904c4e0aea5139cdfac1f39d19a3c51d491292f63a36e83b2e", size = 11616911, upload-time = "2026-06-24T01:10:44.809Z" },
1278
- { url = "https://files.pythonhosted.org/packages/4d/eb/c90bd3dfc12eed9032c2c1bfe05105b93a1b2c8bce555db6308315b853ce/ruff-0.15.19-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:d48caa34488fb521fd0ef4aea2b0e8fe758298df044138f0d67b687a6a0d07ed", size = 11649343, upload-time = "2026-06-24T01:10:23.472Z" },
1279
- { url = "https://files.pythonhosted.org/packages/82/91/01caa13602a2f12fae5edbe8caf78b3c1e6db1293132aee6959eecce095c/ruff-0.15.19-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:4171b6613effa9363cd46dd4f75bd1827b6d1b946b5e278ed0c600d305379445", size = 10977610, upload-time = "2026-06-24T01:10:50.892Z" },
1280
- { url = "https://files.pythonhosted.org/packages/3c/51/acb817922feab9ecbb3201377d4dbe7a25f1395e46545820061973f03468/ruff-0.15.19-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:27c15b2a241dd4d995557949a094fe78b8ad99122a38ccae1595849bcc947b3f", size = 10744900, upload-time = "2026-06-24T01:10:42.726Z" },
1281
- { url = "https://files.pythonhosted.org/packages/84/bc/5c8ca46b8a7a3f2b16cfbec88721d772b1c93912904e8f8c2e49470fea63/ruff-0.15.19-py3-none-musllinux_1_2_i686.whl", hash = "sha256:ed03b7862d68f0a8771d50ee129980cbf1b113f96e250b73954bc292f689e0bb", size = 11293560, upload-time = "2026-06-24T01:10:21.262Z" },
1282
- { url = "https://files.pythonhosted.org/packages/81/e0/4a888cbe4d5523b3f77a2b1fa043f46cfeba1b32eac35dcfadee0578fa8a/ruff-0.15.19-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:08143f0685ae278b30727ea72e90c61e5bd9c31b91aac4f5bb989538f73d24b8", size = 11696533, upload-time = "2026-06-24T01:10:53.046Z" },
1283
- { url = "https://files.pythonhosted.org/packages/98/43/c34b2fcd79262a85161764a97aaca89c3e4f574340ab61430cefa2bdd2c1/ruff-0.15.19-py3-none-win32.whl", hash = "sha256:8f47f0f92952af2557212bb10cf3e695cd4cf28b2c6e42cdb18ec6c9ebfa19da", size = 10986299, upload-time = "2026-06-24T01:10:55.185Z" },
1284
- { url = "https://files.pythonhosted.org/packages/22/e8/15fd23e02b2442b56b2026b455977bc3057aa34b26e6323d1e99e8531a9f/ruff-0.15.19-py3-none-win_amd64.whl", hash = "sha256:efeca47ee3f9d4a7162655a3b8e6ee4a878646044233978d4d2c1ff8cdd914f0", size = 12123473, upload-time = "2026-06-24T01:10:27.74Z" },
1285
- { url = "https://files.pythonhosted.org/packages/30/66/9a73695e31eaee04f35d8475998bf8ab354465f9c638936d76111603dcc5/ruff-0.15.19-py3-none-win_arm64.whl", hash = "sha256:6c6b607466e47349332eb1d9be52fb1467423fc07c217341af41cd0f3f0573be", size = 11376779, upload-time = "2026-06-24T01:10:34.465Z" },
1265
+ version = "0.15.20"
1266
+ source = { registry = "https://pypi.org/simple" }
1267
+ sdist = { url = "https://files.pythonhosted.org/packages/43/dc/35b341fc554ba02f217fc10da57d1a75168cfbcf75b0ef2202176d4c4f2d/ruff-0.15.20.tar.gz", hash = "sha256:1416eb04349192646b54de98f146c4f59afe37d0decfc02c3cbbf396f3a28566", size = 4755489, upload-time = "2026-06-25T17:20:37.578Z" }
1268
+ wheels = [
1269
+ { url = "https://files.pythonhosted.org/packages/94/d9/2d5014f0253ba541d2061d9fa7193f48e941c8b21bb88a7ff9bbe0bd0596/ruff-0.15.20-py3-none-linux_armv6l.whl", hash = "sha256:00e188c53e499c3c1637f73c91dcf2fb56d576cab76ce1be50a27c4e80e37078", size = 10839665, upload-time = "2026-06-25T17:19:44.702Z" },
1270
+ { url = "https://files.pythonhosted.org/packages/c6/d3/ac1798ba64f670698867fcfc591d50e7e421bef137db564858f619a30fcf/ruff-0.15.20-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:9ebd1fd9b9c95fc0bd7b2761aebec1f030013d2e193a2901b224af68fe47251b", size = 11208649, upload-time = "2026-06-25T17:19:48.787Z" },
1271
+ { url = "https://files.pythonhosted.org/packages/47/47/d3ac899991202095dfcf3d5176be4272642be3cf981a2f1a30f72a2afb95/ruff-0.15.20-py3-none-macosx_11_0_arm64.whl", hash = "sha256:c5b16cdd67ca108185cd36dce98c576350c03b1660a751de725fb049193a0632", size = 10622638, upload-time = "2026-06-25T17:19:51.354Z" },
1272
+ { url = "https://files.pythonhosted.org/packages/33/13/4e043fe30aa94d4ff5213a9881fc296d12960f5971b234a5263fdc225312/ruff-0.15.20-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3413bb3c3d2ca6a8208f1f4809cd2dca3c6de6d0b491c0e70847672bde6e6efd", size = 10984227, upload-time = "2026-06-25T17:19:54.044Z" },
1273
+ { url = "https://files.pythonhosted.org/packages/76/e6/92e7bf40388bc5800073b96564f56264f7e48bfd1a498f5ced6ae6d5a769/ruff-0.15.20-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:bd7ec42b3bb3da066488db093308a69c4ac5ee6d2af333a86ba6e2eb2e7dd44b", size = 10622882, upload-time = "2026-06-25T17:19:57.037Z" },
1274
+ { url = "https://files.pythonhosted.org/packages/13/7a/43460be3f24495a3aa46d4b16873e2c4941b3b5f0b00cf88c03b7b94b339/ruff-0.15.20-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e1a36ad0eb77fba9aabfb69ede54de6f376d04ac18ebea022847046d340a8267", size = 11474808, upload-time = "2026-06-25T17:20:00.357Z" },
1275
+ { url = "https://files.pythonhosted.org/packages/27/a0/f37077884873221c6b33b4ab49eb18f9f88e54a16a25a5bca59bef46dd66/ruff-0.15.20-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b6df3b1e4610432f0386dba04d853b5f08cbbc903410c6fcc02f620f05aff53c", size = 12293094, upload-time = "2026-06-25T17:20:03.446Z" },
1276
+ { url = "https://files.pythonhosted.org/packages/a6/74/165545b60256a9704c21ac0ec4a0d07933b320812f9584836c9f4aca4292/ruff-0.15.20-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e89f198a1ea6ef0d727c1cf16088bc91a6cb0ab947dedc966715691647186eae", size = 11526176, upload-time = "2026-06-25T17:20:06.301Z" },
1277
+ { url = "https://files.pythonhosted.org/packages/86/b1/a976a136d40ade83ce743578399865f57001003a409acadc0ecbb3051082/ruff-0.15.20-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:309809086c2acb67624950a3c8133e80f32d0d3e27106c0cd60ff26657c9f24b", size = 11520767, upload-time = "2026-06-25T17:20:09.191Z" },
1278
+ { url = "https://files.pythonhosted.org/packages/19/0f/f032696cb01c9b54c0263fa393474d7758f1cdc021a01b04e3cbc2500999/ruff-0.15.20-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:2d2374caa2f2c2f9e2b7da0a50802cfb8b79f55a9b5e49379f564544fbf56487", size = 11500132, upload-time = "2026-06-25T17:20:13.602Z" },
1279
+ { url = "https://files.pythonhosted.org/packages/4b/f4/51b1a14bc69e8c224b15dab9cce8e99b425e0455d462caa2b3c9be2b6a8e/ruff-0.15.20-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:a1ed17b65293e0c2f22fc387bc13198a5de94bf4429589b0ff6946b0feaf21a3", size = 10943828, upload-time = "2026-06-25T17:20:16.635Z" },
1280
+ { url = "https://files.pythonhosted.org/packages/71/4b/fe267640783cd02bf6c5cc290b1df1051be2ec294c678b5c15fe19e52343/ruff-0.15.20-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:f701305e66b38ea6c91882490eb73459796808e4c6362a1b765255e0cdcd4053", size = 10645418, upload-time = "2026-06-25T17:20:19.4Z" },
1281
+ { url = "https://files.pythonhosted.org/packages/b0/c0/a65aa4ec2f5e87a1df32dc3ec1fede434fe3dfd5cbcf3b503cafc676ab54/ruff-0.15.20-py3-none-musllinux_1_2_i686.whl", hash = "sha256:5b9c0c367ad8e5d0d5b5b8537864c469a0a0e55417aadfbeca41fa61333be9f4", size = 11211770, upload-time = "2026-06-25T17:20:22.033Z" },
1282
+ { url = "https://files.pythonhosted.org/packages/5a/a4/0caa331d954ae2723d729d351c989cb4ca8b6077d5c6c2cb6de75e98c041/ruff-0.15.20-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:01cc00dd58f0df339d0e902219dd53990ea99996a0344e5d9cc8d45d5307e460", size = 11618698, upload-time = "2026-06-25T17:20:25.259Z" },
1283
+ { url = "https://files.pythonhosted.org/packages/10/9b/5f14927848d2fd4aa891fd88d883788c5a7baba561c7874732364045708c/ruff-0.15.20-py3-none-win32.whl", hash = "sha256:ed65ef510e43a137207e0f01cfcf998aeddb1aeeda5c9d35023e910284d7cf21", size = 10857322, upload-time = "2026-06-25T17:20:28.612Z" },
1284
+ { url = "https://files.pythonhosted.org/packages/fa/f0/fe47c501f9dea92a26d788ff98bb5d92ed4cb4c88792c5c88af6b697dc8e/ruff-0.15.20-py3-none-win_amd64.whl", hash = "sha256:a525c81c70fb0380344dd1d8745d8cc1c890b7fc94a58d5a07bd8eb9557b8415", size = 11993274, upload-time = "2026-06-25T17:20:31.871Z" },
1285
+ { url = "https://files.pythonhosted.org/packages/d7/2b/9555445e1201d92b3195f45cdb153a0b68f24e0a4273f6e3d5ab46e212bb/ruff-0.15.20-py3-none-win_arm64.whl", hash = "sha256:2f5b2a6d614e8700388806a14996c40fab2c47b819ef57d790a34878858ed9ca", size = 11343498, upload-time = "2026-06-25T17:20:35.03Z" },
1286
1286
  ]
1287
1287
 
1288
1288
  [[package]]
@@ -1883,7 +1883,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/6f/a4/691ab63b17505a260
1883
1883
 
1884
1884
  [[package]]
1885
1885
  name = "unihan-etl"
1886
- version = "0.42.0"
1886
+ version = "0.43.0"
1887
1887
  source = { registry = "https://pypi.org/simple" }
1888
1888
  dependencies = [
1889
1889
  { name = "appdirs" },
@@ -1891,9 +1891,9 @@ dependencies = [
1891
1891
  { name = "unicodecsv" },
1892
1892
  { name = "zhon" },
1893
1893
  ]
1894
- sdist = { url = "https://files.pythonhosted.org/packages/5d/f1/7e29c1b5b7b45abdd657e16781c073d2104c9b09f7df5945913306ff1ece/unihan_etl-0.42.0.tar.gz", hash = "sha256:27e5c6a177576ed4b75d3bd59c535245fb661ea8974fcf03117f18b74e1c5df7", size = 342744, upload-time = "2026-06-28T13:40:11.118Z" }
1894
+ sdist = { url = "https://files.pythonhosted.org/packages/11/41/c6243a6cb3dee9864e9d9abead530271d25d5939d2b5e9f4018e87a086d4/unihan_etl-0.43.0.tar.gz", hash = "sha256:5dccff231b545196a2be21607975aca61e26ed1e2738e73ae956f851e81b4a2a", size = 353087, upload-time = "2026-06-28T21:32:41.146Z" }
1895
1895
  wheels = [
1896
- { url = "https://files.pythonhosted.org/packages/73/80/09c238e27e37710b5506962e3ce5cc13de14da71e16003f7ff8b6e38dc3f/unihan_etl-0.42.0-py3-none-any.whl", hash = "sha256:e03a668117b5907f1e75fe380fee8d7c8b7ff60bc3531a3cb8f4b5b327b201b1", size = 83558, upload-time = "2026-06-28T13:40:09.428Z" },
1896
+ { url = "https://files.pythonhosted.org/packages/df/76/2ce55bbca9afd70e27778dbc3f102c325815efca830c29859ddd0a704687/unihan_etl-0.43.0-py3-none-any.whl", hash = "sha256:b5b8f0b012ddaec49dd3fe87853aa66a9cf3c8f511c2b504526d87c52389b452", size = 85801, upload-time = "2026-06-28T21:32:39.978Z" },
1897
1897
  ]
1898
1898
 
1899
1899
  [[package]]
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