wcgw 5.3.0__tar.gz → 5.3.2__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.

Potentially problematic release.


This version of wcgw might be problematic. Click here for more details.

Files changed (59) hide show
  1. {wcgw-5.3.0 → wcgw-5.3.2}/PKG-INFO +3 -3
  2. {wcgw-5.3.0 → wcgw-5.3.2}/README.md +1 -1
  3. {wcgw-5.3.0 → wcgw-5.3.2}/pyproject.toml +2 -2
  4. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/tools.py +7 -0
  5. {wcgw-5.3.0 → wcgw-5.3.2}/uv.lock +53 -53
  6. {wcgw-5.3.0 → wcgw-5.3.2}/.github/workflows/python-publish.yml +0 -0
  7. {wcgw-5.3.0 → wcgw-5.3.2}/.github/workflows/python-tests.yml +0 -0
  8. {wcgw-5.3.0 → wcgw-5.3.2}/.github/workflows/python-types.yml +0 -0
  9. {wcgw-5.3.0 → wcgw-5.3.2}/.gitignore +0 -0
  10. {wcgw-5.3.0 → wcgw-5.3.2}/.gitmodules +0 -0
  11. {wcgw-5.3.0 → wcgw-5.3.2}/.python-version +0 -0
  12. {wcgw-5.3.0 → wcgw-5.3.2}/.vscode/settings.json +0 -0
  13. {wcgw-5.3.0 → wcgw-5.3.2}/CLAUDE.md +0 -0
  14. {wcgw-5.3.0 → wcgw-5.3.2}/Dockerfile +0 -0
  15. {wcgw-5.3.0 → wcgw-5.3.2}/LICENSE +0 -0
  16. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/__init__.py +0 -0
  17. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/__init__.py +0 -0
  18. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/bash_state/bash_state.py +0 -0
  19. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/bash_state/parser/__init__.py +0 -0
  20. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/bash_state/parser/bash_statement_parser.py +0 -0
  21. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/common.py +0 -0
  22. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/diff-instructions.txt +0 -0
  23. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/encoder/__init__.py +0 -0
  24. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/file_ops/diff_edit.py +0 -0
  25. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/file_ops/extensions.py +0 -0
  26. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/file_ops/search_replace.py +0 -0
  27. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/mcp_server/Readme.md +0 -0
  28. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/mcp_server/__init__.py +0 -0
  29. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/mcp_server/server.py +0 -0
  30. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/memory.py +0 -0
  31. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/modes.py +0 -0
  32. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/repo_ops/display_tree.py +0 -0
  33. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/repo_ops/file_stats.py +0 -0
  34. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/repo_ops/path_prob.py +0 -0
  35. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/repo_ops/paths_model.vocab +0 -0
  36. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/repo_ops/paths_tokens.model +0 -0
  37. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/repo_ops/repo_context.py +0 -0
  38. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/client/tool_prompts.py +0 -0
  39. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/py.typed +0 -0
  40. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw/types_.py +0 -0
  41. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw_cli/__init__.py +0 -0
  42. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw_cli/__main__.py +0 -0
  43. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw_cli/anthropic_client.py +0 -0
  44. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw_cli/cli.py +0 -0
  45. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw_cli/openai_client.py +0 -0
  46. {wcgw-5.3.0 → wcgw-5.3.2}/src/wcgw_cli/openai_utils.py +0 -0
  47. {wcgw-5.3.0 → wcgw-5.3.2}/static/claude-ss.jpg +0 -0
  48. {wcgw-5.3.0 → wcgw-5.3.2}/static/computer-use.jpg +0 -0
  49. {wcgw-5.3.0 → wcgw-5.3.2}/static/example.jpg +0 -0
  50. {wcgw-5.3.0 → wcgw-5.3.2}/static/rocket-icon.png +0 -0
  51. {wcgw-5.3.0 → wcgw-5.3.2}/static/ss1.png +0 -0
  52. {wcgw-5.3.0 → wcgw-5.3.2}/static/workflow-demo.gif +0 -0
  53. {wcgw-5.3.0 → wcgw-5.3.2}/tests/test_bash_parser.py +0 -0
  54. {wcgw-5.3.0 → wcgw-5.3.2}/tests/test_bash_parser_complex.py +0 -0
  55. {wcgw-5.3.0 → wcgw-5.3.2}/tests/test_edit.py +0 -0
  56. {wcgw-5.3.0 → wcgw-5.3.2}/tests/test_file_range_tracking.py +0 -0
  57. {wcgw-5.3.0 → wcgw-5.3.2}/tests/test_mcp_server.py +0 -0
  58. {wcgw-5.3.0 → wcgw-5.3.2}/tests/test_readfiles.py +0 -0
  59. {wcgw-5.3.0 → wcgw-5.3.2}/tests/test_tools.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wcgw
3
- Version: 5.3.0
3
+ Version: 5.3.2
4
4
  Summary: Shell and coding agent for Claude and other mcp clients
5
5
  Project-URL: Homepage, https://github.com/rusiaaman/wcgw
6
6
  Author-email: Aman Rusia <gapypi@arcfu.com>
@@ -19,7 +19,7 @@ Requires-Dist: pyte>=0.8.2
19
19
  Requires-Dist: python-dotenv>=1.0.1
20
20
  Requires-Dist: rich>=13.8.1
21
21
  Requires-Dist: semantic-version>=2.10.0
22
- Requires-Dist: syntax-checker==0.4.0b4
22
+ Requires-Dist: syntax-checker==0.4.0
23
23
  Requires-Dist: tokenizers>=0.21.0
24
24
  Requires-Dist: toml>=0.10.2
25
25
  Requires-Dist: tree-sitter-bash>=0.23.3
@@ -41,7 +41,6 @@ wcgw is an MCP server with tightly integrated shell and code editing tools.
41
41
  [![Mypy strict](https://github.com/rusiaaman/wcgw/actions/workflows/python-types.yml/badge.svg?branch=main)](https://github.com/rusiaaman/wcgw/actions/workflows/python-types.yml)
42
42
  [![Build](https://github.com/rusiaaman/wcgw/actions/workflows/python-publish.yml/badge.svg)](https://github.com/rusiaaman/wcgw/actions/workflows/python-publish.yml)
43
43
  [![codecov](https://codecov.io/gh/rusiaaman/wcgw/graph/badge.svg)](https://codecov.io/gh/rusiaaman/wcgw)
44
- [![Reddit](https://img.shields.io/badge/Reddit-r%2Fwcgw_mcp-red)](https://www.reddit.com/r/wcgw_mcp/)
45
44
 
46
45
  ## Demo
47
46
 
@@ -87,6 +86,7 @@ wcgw is an MCP server with tightly integrated shell and code editing tools.
87
86
  - By default it runs in 'wcgw' mode that has no restrictions and full authorisation.
88
87
  - More details in [Modes section](#modes)
89
88
  - ⚡ **Runs in multiplex terminal** Run `screen -x` to attach to the terminal that the AI runs commands on. See history or interrupt process or interact with the same terminal that AI uses.
89
+ - ⚡ **Automatically load CLAUDE.md** Loads "CLAUDE.md" file in project root and sends as instructions during initialisation. Instructions in a global "~/.wcgw/CLAUDE.md" file are loaded and added along with project specific CLAUDE.md. The file name is case sensitive.
90
90
 
91
91
  ## Top use cases examples
92
92
 
@@ -10,7 +10,6 @@ wcgw is an MCP server with tightly integrated shell and code editing tools.
10
10
  [![Mypy strict](https://github.com/rusiaaman/wcgw/actions/workflows/python-types.yml/badge.svg?branch=main)](https://github.com/rusiaaman/wcgw/actions/workflows/python-types.yml)
11
11
  [![Build](https://github.com/rusiaaman/wcgw/actions/workflows/python-publish.yml/badge.svg)](https://github.com/rusiaaman/wcgw/actions/workflows/python-publish.yml)
12
12
  [![codecov](https://codecov.io/gh/rusiaaman/wcgw/graph/badge.svg)](https://codecov.io/gh/rusiaaman/wcgw)
13
- [![Reddit](https://img.shields.io/badge/Reddit-r%2Fwcgw_mcp-red)](https://www.reddit.com/r/wcgw_mcp/)
14
13
 
15
14
  ## Demo
16
15
 
@@ -56,6 +55,7 @@ wcgw is an MCP server with tightly integrated shell and code editing tools.
56
55
  - By default it runs in 'wcgw' mode that has no restrictions and full authorisation.
57
56
  - More details in [Modes section](#modes)
58
57
  - ⚡ **Runs in multiplex terminal** Run `screen -x` to attach to the terminal that the AI runs commands on. See history or interrupt process or interact with the same terminal that AI uses.
58
+ - ⚡ **Automatically load CLAUDE.md** Loads "CLAUDE.md" file in project root and sends as instructions during initialisation. Instructions in a global "~/.wcgw/CLAUDE.md" file are loaded and added along with project specific CLAUDE.md. The file name is case sensitive.
59
59
 
60
60
  ## Top use cases examples
61
61
 
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  authors = [{ name = "Aman Rusia", email = "gapypi@arcfu.com" }]
3
3
  name = "wcgw"
4
- version = "5.3.0"
4
+ version = "5.3.2"
5
5
  description = "Shell and coding agent for Claude and other mcp clients"
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.11"
@@ -22,7 +22,7 @@ dependencies = [
22
22
  "anthropic>=0.39.0",
23
23
  "tokenizers>=0.21.0",
24
24
  "pygit2>=1.16.0",
25
- "syntax-checker==0.4.0b4",
25
+ "syntax-checker==0.4.0",
26
26
  "psutil>=7.0.0",
27
27
  "tree-sitter>=0.24.0",
28
28
  "tree-sitter-bash>=0.23.3",
@@ -266,6 +266,13 @@ def initialize(
266
266
  # Check for global CLAUDE.md and workspace CLAUDE.md
267
267
  alignment_context = ""
268
268
 
269
+ # Check if ripgrep is available and add instruction if it is
270
+ try:
271
+ subprocess.run(["which", "rg"], timeout=1, capture_output=True, check=True)
272
+ alignment_context += "---\n# Available commands\n\n- Use ripgrep `rg` command instead of `grep` because it's much much faster.\n\n---\n\n"
273
+ except Exception:
274
+ pass
275
+
269
276
  # First check for global CLAUDE.md in ~/.wcgw/CLAUDE.md
270
277
  global_alignment_file_path = os.path.join(expanduser("~"), ".wcgw", "CLAUDE.md")
271
278
  if os.path.exists(global_alignment_file_path):
@@ -1120,57 +1120,57 @@ wheels = [
1120
1120
 
1121
1121
  [[package]]
1122
1122
  name = "syntax-checker"
1123
- version = "0.4.0b4"
1124
- source = { registry = "https://pypi.org/simple" }
1125
- wheels = [
1126
- { url = "https://files.pythonhosted.org/packages/0d/dd/db6407e926c1565ba357ac5e5a91925da52fa39bdba7eb2b7fb38efb5af3/syntax_checker-0.4.0b4-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:aa12d32f5c48d7ad6317b68702a0f204a672cd30776d4e2997e9f0d22b75cf11", size = 2385244 },
1127
- { url = "https://files.pythonhosted.org/packages/0b/e7/9aba3d7b9af0dd9c5bd641e282c3d4ddfaec41d234c264f8331b4b72bb70/syntax_checker-0.4.0b4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8fcac2472acecba0a094b18f2a74d3c5c78e9f60a91c4bdd3dd5e0f4c4782caa", size = 2532388 },
1128
- { url = "https://files.pythonhosted.org/packages/12/49/e934f9f1b5300c32b77dba4df651eccc884c352b79875ddf691b088591bc/syntax_checker-0.4.0b4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3d1d2086aae5f3e0416cfc102aa8cddc6e56cfe68c41c5d4512fa5dcb7d92193", size = 2495332 },
1129
- { url = "https://files.pythonhosted.org/packages/c6/57/eee0fcd3931e212f4b7b46c71b903754ed6f5328f043c166df5a78039539/syntax_checker-0.4.0b4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f5af4ab7e4ebf5b1e61781db2a47d9f2c72af7f6b749cca353ba8d861fe079d9", size = 2504027 },
1130
- { url = "https://files.pythonhosted.org/packages/4a/86/3f6b9b6bf43f33dc43f7735e1e405b084d5fcbb7d609ea8f741573e811bd/syntax_checker-0.4.0b4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2a70a578d39a52c9df0366f1da78048da5295fbc58cd938a4d2068271dbb3a84", size = 2690857 },
1131
- { url = "https://files.pythonhosted.org/packages/a3/a9/4538a1ea5d7685dfef2a378b5fbc51e54702d5f8e9475bbfe1062ae74faf/syntax_checker-0.4.0b4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c464b2d0f564fad1a00333b2cad11e0a1b97cd54d3840737f9d856e3ccc6ad08", size = 2448317 },
1132
- { url = "https://files.pythonhosted.org/packages/a8/2d/4a23454ad79d28407f68c8501ffbed42e421f14808944eeeb8f34b3ef392/syntax_checker-0.4.0b4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1db973d8e9572b2048ef6222f5c3a28d7ecd78485009139de7444b8c8ea83221", size = 2512083 },
1133
- { url = "https://files.pythonhosted.org/packages/7d/ca/9173a1ddf9ef7cfa115e7c8446ecf05fe457cac49023359b104bf0664bfd/syntax_checker-0.4.0b4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ac02a7f436477c112b033ac351d801822a9af9053aa2eced98404fd929f096a2", size = 2610376 },
1134
- { url = "https://files.pythonhosted.org/packages/9c/41/c4bc3fe1ca2125f2e10142f509079017efff76e5c0fb0cec5e8900f3c755/syntax_checker-0.4.0b4-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:138dd1a468d6a9883020da6ea180a00342e7a604cef0f047aef46228382644fe", size = 2696821 },
1135
- { url = "https://files.pythonhosted.org/packages/39/49/0bb99b65aa012bd21fabd4c413f742365b08eb43dc0f456b6866746fdf73/syntax_checker-0.4.0b4-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:1cb32d47c4d9c95d1f6386b40aedd2f507c1032f985a95167efa9b4f35e6c075", size = 2696091 },
1136
- { url = "https://files.pythonhosted.org/packages/48/87/83d5cc93aa0850d4a51afe8a9efa5d044d2755cbc4ca0be3a4af48a6587e/syntax_checker-0.4.0b4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:61a3f521d4cc381877d72777c736f173a18c48ff71c778b9882315e03fc70749", size = 2620934 },
1137
- { url = "https://files.pythonhosted.org/packages/25/06/d501000a543a0c989648d234797573c5868d18a8847aec88de0636f23cc2/syntax_checker-0.4.0b4-cp311-cp311-win32.whl", hash = "sha256:e8395cbb5dfa2e6b76f988949765616d213d861c2e98f3987494e52dcc57a0fe", size = 2230108 },
1138
- { url = "https://files.pythonhosted.org/packages/46/78/f2e04b8d3f273af771bd1a4b1a54aff35fb24d08cfbfedc335458c9b4003/syntax_checker-0.4.0b4-cp311-cp311-win_amd64.whl", hash = "sha256:28dd1b53a969e1c7c1706fb69796fbf45c6805373cd4d96f7cabb78b930a5ebf", size = 2239852 },
1139
- { url = "https://files.pythonhosted.org/packages/33/82/10877b19652574b516c1ac28f196ff0e9da478cfed3a81911b851eb7f09a/syntax_checker-0.4.0b4-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:2b34f0aa7e4710d61b608d6e697e91e8951e5dafcc91bef854a3d8f1bb08e0cf", size = 2384182 },
1140
- { url = "https://files.pythonhosted.org/packages/fb/fe/a635fddf4bfbe10f3b9d0df7bea96871a5742ae29edc5b2265a7ca6d40a8/syntax_checker-0.4.0b4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:931f55b40daecd4e576d01f7d2826b8794ce542716647aaecbeb41ecd7fc7721", size = 2532297 },
1141
- { url = "https://files.pythonhosted.org/packages/5c/e8/2ebe22c931181108db8317a969750d8ce03ccc9333df8e8c246b289a35c4/syntax_checker-0.4.0b4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8c6ec87ca32d04e82ac591f6a11288423917876dcfa01fe597bb06e563a66c24", size = 2495712 },
1142
- { url = "https://files.pythonhosted.org/packages/fd/e8/8f96410934b548c341c680b1f25d87602f8c5e87eed4d28a02399e2a464b/syntax_checker-0.4.0b4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:87fafb3f6fe36d7733ef9e2e676ffd528ac10d749f4625a83c21a862ebc09428", size = 2503234 },
1143
- { url = "https://files.pythonhosted.org/packages/8f/5a/ea65965b03d3964322df9828003a07e35227fc027a81d24e8583947a9dee/syntax_checker-0.4.0b4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e88abd84dad3f3f7764518d223dc5f636c804a57c56b75f459d1a6d54cc6e26d", size = 2688316 },
1144
- { url = "https://files.pythonhosted.org/packages/41/d2/dadf503ef7b21364102daf6cc6c9b56941bd836ba2259a9339493e3d56cf/syntax_checker-0.4.0b4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51093c2986b7e37dbf0647636cace957e9945f6b34db5a82bf64da599f5b2e9f", size = 2448055 },
1145
- { url = "https://files.pythonhosted.org/packages/ff/52/7b2b53fab7417123647e51f23f6109cf145b0b657e5ad68fef7c7bffa967/syntax_checker-0.4.0b4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4dafb242c769479c408990c5ab5e1dd02fe5cea0fd2403bba80c63a0f0110e70", size = 2512217 },
1146
- { url = "https://files.pythonhosted.org/packages/a9/da/5e9a488fccfe307d9080b7d3301a0e632fe0c877c89c7bf33d2475acb895/syntax_checker-0.4.0b4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:0c81df792f46add4e1ef24cfdc6f1fe15ef08b53fae581197815038a680f06af", size = 2610683 },
1147
- { url = "https://files.pythonhosted.org/packages/c4/6d/15f556fbdfb9e85f58864018a15b7e91b525551dd1c2f4eb7191dbd86a11/syntax_checker-0.4.0b4-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:824c0e5bdedb5479f05802f67e8533b673647825c2d5249c0b809ffa96dd895a", size = 2696396 },
1148
- { url = "https://files.pythonhosted.org/packages/c0/a2/72c9b9dbc18711344be9966d3ab5b01322c97f656750d72cf63f7ed75cd9/syntax_checker-0.4.0b4-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:5fa04d3bf6e3dfd4faf9bea27dbb714b792568687b7d1816f27b9003698417e2", size = 2695884 },
1149
- { url = "https://files.pythonhosted.org/packages/f3/65/3f76b55ba14b5e1d1947b0c462779857ffe18c1754acb4983fb466894274/syntax_checker-0.4.0b4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:84ea3cfee3008546b4f00bfe67c98e14c4dd136710698dd54bc8e6ed97eafa0c", size = 2620392 },
1150
- { url = "https://files.pythonhosted.org/packages/e7/33/a3a704cce6d7f26c7253384b1a1ce03c1e1b8e2bebfc44ba51d9cfea383f/syntax_checker-0.4.0b4-cp312-cp312-win32.whl", hash = "sha256:322d9bf7be38282de10117c47894d1ffe276d008896dbc810d13c188a8b2067f", size = 2228324 },
1151
- { url = "https://files.pythonhosted.org/packages/56/e7/203ba269dbe79c0f47504fba891c00c69111a5c1b315512206f693016435/syntax_checker-0.4.0b4-cp312-cp312-win_amd64.whl", hash = "sha256:10c282bfaffbd02d21a13bb950613b8761bc458bce7bdc91d9929fcb0ecf65f8", size = 2240929 },
1152
- { url = "https://files.pythonhosted.org/packages/8a/bc/a5c142a777058034fb3b818ef32461b7424a663310c90c2683e88eeab6e4/syntax_checker-0.4.0b4-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:4a6190b018046b758dc50fd092cc5fcf0bc31ebe1d1a89a4e56c739ef4194401", size = 2384182 },
1153
- { url = "https://files.pythonhosted.org/packages/c5/11/4751c62cdb44a59e5e644b2404bd5b036824c39a73e27a2aaaf05edcf2e5/syntax_checker-0.4.0b4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:b45d9c8d5851feea0f87a6f9509fec0846677debcbfcb5c8c929af6186d9706b", size = 2532298 },
1154
- { url = "https://files.pythonhosted.org/packages/4a/e3/940a7e6dd25639298351b261733c578fcf5ed292f2ddaef045c753958ee6/syntax_checker-0.4.0b4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a6c412315d29d247f46190947c6629ca45bbb8fe7dc5dbde23f8660436a2139a", size = 2495712 },
1155
- { url = "https://files.pythonhosted.org/packages/f8/b7/119a5ead9697faab6cddcee90bf74f34b7ba865e036411680724cd6785e3/syntax_checker-0.4.0b4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:598495d6aa9325327eddf5e25ded05050776dc37f28cf0930b450cf347199266", size = 2503234 },
1156
- { url = "https://files.pythonhosted.org/packages/a1/73/75f59de2d0f6c8cefdbc7427fae2dce3ed3ee04388ae3b21ffe1bc27b71e/syntax_checker-0.4.0b4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:84cf1533f723b469a999574f09dedc5f70af94b85e08db31c9ef51d14bca8c99", size = 2688315 },
1157
- { url = "https://files.pythonhosted.org/packages/03/12/b919e60ed886ab65f3d6ab8e0737869ac96840be33d81258611d14cbc71b/syntax_checker-0.4.0b4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4edb127a4c8182633b1f4ff68f7123175172fc998155ad8edc77656f650d1c09", size = 2448056 },
1158
- { url = "https://files.pythonhosted.org/packages/b6/1e/97ea0cf1b2a34639d984a7c8ebb4739fa4b110d79d37da72e2d9ac8d5da9/syntax_checker-0.4.0b4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9394813c1ba7ace7b6fd10689bac19a419d7b60e7ab19a41f822d739d4095e2c", size = 2512218 },
1159
- { url = "https://files.pythonhosted.org/packages/59/0d/e5a3338fe875c927fc0b3b5b3ff99c1a58e1b30597146606fa9b9d785762/syntax_checker-0.4.0b4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:919d3eedf09399e6c337a51e0a439b665cc78756ee3acf7aaee350175e942fe3", size = 2610682 },
1160
- { url = "https://files.pythonhosted.org/packages/43/58/7cfa3207a09cab31f1520734d4fd293d08f02254952c45b8d934a65d95fa/syntax_checker-0.4.0b4-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:7c6e5d77eee7cb8be0637052126723d4f945a51127368e14883617c3b03e80f6", size = 2696396 },
1161
- { url = "https://files.pythonhosted.org/packages/12/52/70092d019e0ef57a4a8ae644b9bd7df94809bd2536b634c0cc86460ec276/syntax_checker-0.4.0b4-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:1f504bbc0e0556a00b53c4cd302ca3c7a9fb10de32f7c466ac1ad376501813a9", size = 2695885 },
1162
- { url = "https://files.pythonhosted.org/packages/f2/6f/0b1078dd05a73b1986f68f6af42387ae4bc5295cd690a97224013f8472d6/syntax_checker-0.4.0b4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:c7402bee7cf5b3e6230bc00fdbe71dfddb393d4243026bfda7c8a3544cb47540", size = 2620390 },
1163
- { url = "https://files.pythonhosted.org/packages/bc/c7/d48c228011a84388dd96939f23354cf84b146386cc7f68a74116b4932a1e/syntax_checker-0.4.0b4-cp313-cp313-win32.whl", hash = "sha256:28f9b03fa524f83e34993648857f9e66b9c445d0efcf8938d0b3427c83ef0e10", size = 2228323 },
1164
- { url = "https://files.pythonhosted.org/packages/f3/69/3bedcfa7db409d4f238ec10701f2822e0cb347e1516d873432444942953c/syntax_checker-0.4.0b4-cp313-cp313-win_amd64.whl", hash = "sha256:3e8c9e1cdf709f0a11c90af7dd0114fbc62fa119e2730f01bde479311fbfb2a0", size = 2240931 },
1165
- { url = "https://files.pythonhosted.org/packages/e2/51/c2244ab927bbb3e5aa03661d5ad094c0c43f713f10680233240d51417e36/syntax_checker-0.4.0b4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:570711dcc2b1600e574677be4f7135ae9d78c5f946a3fccade4faca43c253d58", size = 2495414 },
1166
- { url = "https://files.pythonhosted.org/packages/9a/4a/8149dbcb73ccfdd26b9697b05ffcf3f3a77aed03b3300bbc13e80ade4daa/syntax_checker-0.4.0b4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1d081c9d5d32d594d013aca8c808b2aa401b1343cb18e3ce5c8cfabace2bad39", size = 2502539 },
1167
- { url = "https://files.pythonhosted.org/packages/a0/15/463aaf2cadb995b1d5376aa9c139280c8a2e0246b9c371b7e4a8bc9d409e/syntax_checker-0.4.0b4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8f5b6df91bc0d44080f69e472047a2a97d7e5a10d6bcdf9b65608226526ccb5d", size = 2690416 },
1168
- { url = "https://files.pythonhosted.org/packages/e5/12/f9090f0d3ca293989f4fbc392d0c53dcb9bcdfa9e3a6dbc144082fc070b9/syntax_checker-0.4.0b4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ba533c5e43c2a413d46c9daf8606206b55b7838b9b0b49b8698f040a5b20a7e", size = 2447218 },
1169
- { url = "https://files.pythonhosted.org/packages/2d/75/90ee792674ddd8b039967143be1f347d8223c3e96acd72707576036edbf1/syntax_checker-0.4.0b4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f4445289b8cf966de3d6640e274050b2a93b3941da63f5692fad5e2e08b85820", size = 2512641 },
1170
- { url = "https://files.pythonhosted.org/packages/99/82/da4bd05dd604d05b6af41f428c653ab621c5c500d9908d34576c6908e495/syntax_checker-0.4.0b4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:c2755bdfb4374418148f8d7928366ef532399e989ab0117460ad1002768b73ba", size = 2610162 },
1171
- { url = "https://files.pythonhosted.org/packages/9d/69/6271fcc4403a6b8f9e0b414f0ba3a27d1952109c0150270ee851a69d2423/syntax_checker-0.4.0b4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl", hash = "sha256:84162258ecc3d5c80a2d2e5d65f121ebe5d4023de3b28b6f0979b10810f746d2", size = 2695748 },
1172
- { url = "https://files.pythonhosted.org/packages/ea/25/24123480afe76548f12fe3a4e18b7aefb8a7130e1c6d6c79e79fcb017611/syntax_checker-0.4.0b4-pp311-pypy311_pp73-musllinux_1_2_i686.whl", hash = "sha256:1f9465532a82e825fc1102d6dbd5a32718ca664447c7bc66b70069f0f7f0954e", size = 2696187 },
1173
- { url = "https://files.pythonhosted.org/packages/2c/5a/f6a7d89e190a9be769aecdf9df52fb1a8ea66d01a4e12716101437070603/syntax_checker-0.4.0b4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:7233e121f0da1aa74acb1110e478d09e66a5a569185ef5165f889a8f8002d7cd", size = 2619838 },
1123
+ version = "0.4.0"
1124
+ source = { registry = "https://pypi.org/simple" }
1125
+ wheels = [
1126
+ { url = "https://files.pythonhosted.org/packages/11/46/398cc619474f31944b9ca782eebdb4f39fc4e380572dc4daa7aac17e4c88/syntax_checker-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:4405c50923b97bdfa13456189f3524fb6f6d573e5513c8c8c2c32d12e72f1fe0", size = 2385031 },
1127
+ { url = "https://files.pythonhosted.org/packages/f6/b6/158c2956cc138362894461ce4f027e82bad8819975a00bd396fdf46c71b5/syntax_checker-0.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:0a2c42657f0a4fdb9f60000b794198bef478eed0595ebcff18a17a75c68b0e55", size = 2532161 },
1128
+ { url = "https://files.pythonhosted.org/packages/e9/55/c274dc0c7ec040ff4a27a1d55500b68083b6231505f21d6656979a0614af/syntax_checker-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:04c1e67cc118e496060ed70cd490bb29645146ea907a711db83ef168786ab5ea", size = 2495058 },
1129
+ { url = "https://files.pythonhosted.org/packages/62/6f/564a0c6c1d60dda31925596667a4a24441259e941dfe21e8f9b8bbe2b59d/syntax_checker-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:dccc563a133296010249585a727012cbb26ebedf4ecc2573f75467e1867ba553", size = 2503491 },
1130
+ { url = "https://files.pythonhosted.org/packages/64/1a/514810a18835bdd5aaac05260fc2d646e4acf2b7efd9b0d1591bfeabaaea/syntax_checker-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:069f1611a2a726b11fa9fd443d91c2ddd1ae1735d4bf837ba41729dcc4c5787c", size = 2690452 },
1131
+ { url = "https://files.pythonhosted.org/packages/93/3a/a926c1eb052b4055405e5fb2ca60659f316b8c0c684895e9940d85852add/syntax_checker-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce71f02e2216eb754b83de39d87ced0cffa2b6a9dc84a6be34636c1bc1aa5cb5", size = 2448372 },
1132
+ { url = "https://files.pythonhosted.org/packages/e6/ee/a3723f941a5e7a0f835dd2c3e140214a5c15e21c37308a60f9e118695e9d/syntax_checker-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2ecea77d308fa35681f0265cef153ec39f755b29a035b68333a652733c87340e", size = 2512086 },
1133
+ { url = "https://files.pythonhosted.org/packages/1d/8f/e13d70c47cdf4278b4af6034ec48a4ba8e6ffd7e33ad78607dbb71f25a95/syntax_checker-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:78efa8dc220e01a547ff66175dceee21a989e660f141292ab5c491ec7287d33c", size = 2609835 },
1134
+ { url = "https://files.pythonhosted.org/packages/cf/b1/db71f10ed46a175edb0755e0a8e710c3f5b915996e6ca8ab557cb1a07461/syntax_checker-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:91d584f9b8d077ab6fe03e90c1904dea53e0a2b5b97a2e15ebcd1945d2b95cf8", size = 2696779 },
1135
+ { url = "https://files.pythonhosted.org/packages/59/9d/93583ef937babeb889dc53ceec5caf58bf0319f8ddc6da41d9731004f918/syntax_checker-0.4.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:ab2f36cfe09cc63a814de120b029a35b928a4825a841b850c3c6ce0efbffa1bf", size = 2695596 },
1136
+ { url = "https://files.pythonhosted.org/packages/c2/ef/5ce372ba268c82859c0d0a372ee2757303819989259ad36fecaf6bdb3722/syntax_checker-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:fb35e4561e0f61f26fa8477b030a82d0728ecea5dfec47137e8b932820307cd2", size = 2620632 },
1137
+ { url = "https://files.pythonhosted.org/packages/51/eb/03662ea53ebc3a8a1dc761a8d2dc200c15a86bb01d7a0d49582437c53c15/syntax_checker-0.4.0-cp311-cp311-win32.whl", hash = "sha256:432bb6fdc6186da934b9effda2ebcb0e31dbc5fa59caf2fa8770226bb5421359", size = 2229996 },
1138
+ { url = "https://files.pythonhosted.org/packages/64/f5/518b4d6a415c064c38c0bbcf70e921428156adcf5030cb136b61c2338aa6/syntax_checker-0.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:fd29cc4bacc414de36b446954fef63b8c358dc89ed2905fa455ba401e1f820e0", size = 2239732 },
1139
+ { url = "https://files.pythonhosted.org/packages/49/1a/699a5546f12fdb44d39730b8e417d37bf1cfc2bc95e90f7556677d8a2f92/syntax_checker-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:bf48a411f06b4679dff7efbb728e9bc99ad88f1df5ddeb87bcd7b2eeea0bf3a5", size = 2383980 },
1140
+ { url = "https://files.pythonhosted.org/packages/56/73/97d0ce92a6c71b6e42d7f68cb1e15e8cb9e380e5b5592e87b28b29c833ad/syntax_checker-0.4.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ac4c6c060ce76aaf7d14acbf81c58ecfc482394f3cf465a8fd8d6c9f2793b9d1", size = 2532182 },
1141
+ { url = "https://files.pythonhosted.org/packages/de/3c/a15de1242f223de13b0180070ff0481c9a3dc3739e81cee680c80d45af1b/syntax_checker-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0eccdc64ce8f1ad1fe093b998fbf419dd8a36e0e487e5a762589cf1f4ae80250", size = 2495389 },
1142
+ { url = "https://files.pythonhosted.org/packages/cd/00/043cf65d649450c4c2dd2c2617cc09711ec0bfe967f9694cb7c760e9ae61/syntax_checker-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4e730fcc78d7e998a25a04383ff7e507ea62910d78ff259186016d18cdec848b", size = 2502885 },
1143
+ { url = "https://files.pythonhosted.org/packages/37/65/70af7d75b759b9e3aaf13faf42689cc26bc86eb3a012e3c525361ac18f02/syntax_checker-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:02fea038816660dbae43d2b1d5625588bfdccb629bed687374f92c98efc16d21", size = 2687901 },
1144
+ { url = "https://files.pythonhosted.org/packages/86/e2/8707a4bf4135188bd38923f6892913ecf52cd00d0ed8e0f0b3f5140c5789/syntax_checker-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6c07149f14f4d81a0d5832a5c6f5daf4c76d2ff8b89158a3ff07395e2767016", size = 2447731 },
1145
+ { url = "https://files.pythonhosted.org/packages/38/fa/61a8b11b0b63661fd938a09e10c06eb688b8aec108b695c9e879ffed5669/syntax_checker-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5b51cd45eb6c45aa7096d02bdb510cbdc70d9d70128ff8fa32b472f2ddb84efa", size = 2512287 },
1146
+ { url = "https://files.pythonhosted.org/packages/91/77/63dff7b9a18a7a6e1258c09acd7485751752747c77a9b6cfcafa6b01ef37/syntax_checker-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:7d01fa67cdf6efd625de6b5b84580710783a74907f586e4cf778dc81fdd75a37", size = 2610286 },
1147
+ { url = "https://files.pythonhosted.org/packages/e0/f3/0548dd09ca7c3a75ce99d012727a2a75c355a1a53cb96dc2babc702f2c61/syntax_checker-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:197d0991ecba56f43f26864d403f6602c3156d5643d9433d11bb4345a0dbff27", size = 2695915 },
1148
+ { url = "https://files.pythonhosted.org/packages/98/fe/656dc63f29c42bdfd8d191bd92d24c02f10cb430c1203f5367f23dcf683b/syntax_checker-0.4.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:c81dc78ae45e93567f8e79b70eba021c78c0924c64071a87a0b06a7a2e51e13f", size = 2695576 },
1149
+ { url = "https://files.pythonhosted.org/packages/f5/b6/b10d3c47a64899e1a742933151e7e0ba3a3f68084a52d781472a2364c9c9/syntax_checker-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:1dcb60e4d8b26c1d8c27255646b154330c41b30768a5d74756badf78a95b57c7", size = 2620212 },
1150
+ { url = "https://files.pythonhosted.org/packages/c9/03/75b0ecb579424fe6772cd7e5084827006bf0d59ff3b8a9c508ce41a36f7c/syntax_checker-0.4.0-cp312-cp312-win32.whl", hash = "sha256:2b262c75958d6f6222f22b00f6eace57f4ca9f85d6e935d7a2c7143223bcd995", size = 2228123 },
1151
+ { url = "https://files.pythonhosted.org/packages/7e/43/02a5981f5a8a9b87fa95c915f4fe7395d04c67eb6b5ca193c9a1af86a265/syntax_checker-0.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:9043456b257cdc8f41e2f52989d7c6781e9ceeee5f4b39083d209645a747f7a2", size = 2240926 },
1152
+ { url = "https://files.pythonhosted.org/packages/db/e8/09dffa437328dc0e951039714aca4807d0e3bdf5000a3c71a82104a0f938/syntax_checker-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:16b908d8f64ad26bc421aa11f305c35ed4ef2616632a42b9091de1422b6989ce", size = 2383982 },
1153
+ { url = "https://files.pythonhosted.org/packages/24/02/4275cd74a71c02645882f4499cfd8798ec188135505f7f7368121716038c/syntax_checker-0.4.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0375e6dc54e71fc08fc9a5d4eba36ce448903faf5d43534fdd6ffa4916ffd8c6", size = 2532181 },
1154
+ { url = "https://files.pythonhosted.org/packages/71/ea/f37efec8eed63b790f364cb852b21e31644098a86b4854f39b86ccd07bad/syntax_checker-0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5056d283d22056cba36d9d347944b161640374d8fa30e7b2d3c5b0c720908eaa", size = 2495390 },
1155
+ { url = "https://files.pythonhosted.org/packages/96/60/aa4d6606111f51d35ac391afa1790a3fa888fd26dbc45d7d62c552b9a984/syntax_checker-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7c264843595a343ce44f3c0500a31417395c07916c1284c27e11a5faa4f909c5", size = 2502884 },
1156
+ { url = "https://files.pythonhosted.org/packages/10/4e/cd533ce33bf6b8aa40e613c1e344e63cc73c3e74cb101c1aa2eb6f44e2e4/syntax_checker-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1136da0163bb87af46fabcbc4b412e881b7c8564967a32d8af9e6bc36e3c7e3d", size = 2687903 },
1157
+ { url = "https://files.pythonhosted.org/packages/b0/39/d62caef93041b3909e588089c044c9ed082dff1d9f6e61cf58b4d43fcee3/syntax_checker-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:59c7563675d2719805edd5c7cfe92cd71a3c1e00b61744bf4b8f510c0d5e6f51", size = 2447732 },
1158
+ { url = "https://files.pythonhosted.org/packages/35/fb/b6071246a8173ea0668b6b3b179b5f2a3991074cff4993cf76519cff9c65/syntax_checker-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:159148313edf081846327b140f3436a69db0bf03ba8a2ec69f7b700f01488535", size = 2512286 },
1159
+ { url = "https://files.pythonhosted.org/packages/b7/85/cfcfeadea1f35ac599828463dc5bce77d19c727d554dd98ffdee97639caf/syntax_checker-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:859d8ba059cc83c648e59df8d1dd24480db66732c87bc497eda8cb722998aff5", size = 2610286 },
1160
+ { url = "https://files.pythonhosted.org/packages/67/7c/7422bf243be56cbe50ba935cd1c1ab609804e62b4926f05cd8b06697827e/syntax_checker-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:5420beb2652b12fd7204ddba5484bfdbff9ed242abb2799639102b4e3b6a8a8e", size = 2695914 },
1161
+ { url = "https://files.pythonhosted.org/packages/f7/0c/a0cb1c39dbb3f4d77db83891aa005a196c8e2a907c88eafe676c4652d65b/syntax_checker-0.4.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:1864dd200e3d95bc4c0b31ec5a9ff5afbb2e94035799a7a5765e219193482346", size = 2695575 },
1162
+ { url = "https://files.pythonhosted.org/packages/28/73/c5400e7471194aadfc0bd4ee1ecc511e8a1216bed38b6a42a76c73f5adf4/syntax_checker-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:39183000f6b4d66132e7092682530ade520f2febc1d43510f3b96ccdc8a03d63", size = 2620212 },
1163
+ { url = "https://files.pythonhosted.org/packages/4b/84/efa81028a69ff00a35ccee0567065161224c941bce6494720dc816d398be/syntax_checker-0.4.0-cp313-cp313-win32.whl", hash = "sha256:dabf3b9790de57a47103a9b68ddc3fec04ed8e005ac6f1db807009bb3ab98281", size = 2228121 },
1164
+ { url = "https://files.pythonhosted.org/packages/84/e2/0575ef0df390a031a66c74c99e907e17c0e0b367cb91c0393687cfc1a695/syntax_checker-0.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:0b8420f9e752025a206377e5001959770a5cade46179242ee42fe66ae01300ef", size = 2240931 },
1165
+ { url = "https://files.pythonhosted.org/packages/16/8d/18ca503af08d517abb4683e079e788301f6dec24873b6ecb8ea9c4a11721/syntax_checker-0.4.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1dd532af1ee094a7e688e23fb96bb73a388968f7b3029a31ef83cabc5525bf86", size = 2495039 },
1166
+ { url = "https://files.pythonhosted.org/packages/11/97/fce9da6014d5730c8ee267193095758396b2e482cfd16df947f042213db3/syntax_checker-0.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2d09426fef18529a6d68859433b8da934a024d3cb19af079170099e3603110d8", size = 2501868 },
1167
+ { url = "https://files.pythonhosted.org/packages/43/7f/da71718768b9914f3a0baba02361b0c127e9a0c491e079d2aeec3a42572e/syntax_checker-0.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:57a75f42e0cad437131eb3692bbb0c96faf89e4fecd6163190565605c1f83979", size = 2689970 },
1168
+ { url = "https://files.pythonhosted.org/packages/87/f9/513cda0a4b73a858985284ff048dae23efd6ec13dca5efc4df00999914ea/syntax_checker-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0a77816816953c916cb4d9c02673a0e44e564a9d4ac4cfd05b9ab943c50716a7", size = 2447027 },
1169
+ { url = "https://files.pythonhosted.org/packages/61/88/14194d1ef0efe88486fbc4b03b1fdcc3cc2c6a57b47f3405fd3dd3dd1af3/syntax_checker-0.4.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:3dba4f988602eba584fac33f15bf8a9d4c105408f0b323d3918939b162820808", size = 2512275 },
1170
+ { url = "https://files.pythonhosted.org/packages/c6/5d/477aaaf9764871d8b1461da0450bfca0b6cf02937cda829b000398af8dd1/syntax_checker-0.4.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:33fe268bc9a958b283d2cb6f7d09233e2090f89758cd1a93d37b0670106c18e0", size = 2609841 },
1171
+ { url = "https://files.pythonhosted.org/packages/1b/40/90ba934cb1c8fe61ec84497bb434ce63cc769654dd758fbb461d0403af8f/syntax_checker-0.4.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl", hash = "sha256:2128342617696d14d11d1a882a89a18b79e6ec863e0a9a95a5d932fd0c114392", size = 2695772 },
1172
+ { url = "https://files.pythonhosted.org/packages/d9/c9/1984320598c28559e361e3a10a733c5bbe0d4f642022f40a4ada00eee27a/syntax_checker-0.4.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl", hash = "sha256:85b30fff88b08104b557edcd15018f61368a50fe1e59b05f55f00719eaf164fa", size = 2696030 },
1173
+ { url = "https://files.pythonhosted.org/packages/ac/46/54badcc26f46d49f89d49940e6dac60eb0e7e7aa0166a992c91cf2c7bc2d/syntax_checker-0.4.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:8dfd806befa9ec09aba8f78045083082e62419d8e34c75ac62f69b3933f5188b", size = 2619730 },
1174
1174
  ]
1175
1175
 
1176
1176
  [[package]]
@@ -1398,7 +1398,7 @@ wheels = [
1398
1398
 
1399
1399
  [[package]]
1400
1400
  name = "wcgw"
1401
- version = "5.3.0"
1401
+ version = "5.3.1"
1402
1402
  source = { editable = "." }
1403
1403
  dependencies = [
1404
1404
  { name = "anthropic" },
@@ -1459,7 +1459,7 @@ requires-dist = [
1459
1459
  { name = "python-dotenv", specifier = ">=1.0.1" },
1460
1460
  { name = "rich", specifier = ">=13.8.1" },
1461
1461
  { name = "semantic-version", specifier = ">=2.10.0" },
1462
- { name = "syntax-checker", specifier = "==0.4.0b4" },
1462
+ { name = "syntax-checker", specifier = "==0.4.0" },
1463
1463
  { name = "tokenizers", specifier = ">=0.21.0" },
1464
1464
  { name = "toml", specifier = ">=0.10.2" },
1465
1465
  { name = "tree-sitter", specifier = ">=0.24.0" },
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