crackerjack 0.40.3__py3-none-any.whl → 0.41.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of crackerjack might be problematic. Click here for more details.
- crackerjack/tools/validate_regex_patterns.py +4 -0
- {crackerjack-0.40.3.dist-info → crackerjack-0.41.2.dist-info}/METADATA +17 -5
- {crackerjack-0.40.3.dist-info → crackerjack-0.41.2.dist-info}/RECORD +6 -6
- {crackerjack-0.40.3.dist-info → crackerjack-0.41.2.dist-info}/WHEEL +0 -0
- {crackerjack-0.40.3.dist-info → crackerjack-0.41.2.dist-info}/entry_points.txt +0 -0
- {crackerjack-0.40.3.dist-info → crackerjack-0.41.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -145,6 +145,10 @@ def validate_file(file_path: Path) -> list[tuple[int, str]]:
|
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
def main(file_paths: list[str]) -> int:
|
|
148
|
+
if not file_paths:
|
|
149
|
+
print("✅ No Python files to validate")
|
|
150
|
+
return 0
|
|
151
|
+
|
|
148
152
|
exit_code = 0
|
|
149
153
|
|
|
150
154
|
for file_path_str in file_paths:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crackerjack
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.41.2
|
|
4
4
|
Summary: Crackerjack Python project management tool
|
|
5
5
|
Project-URL: documentation, https://github.com/lesleslie/crackerjack
|
|
6
6
|
Project-URL: homepage, https://github.com/lesleslie/crackerjack
|
|
@@ -164,14 +164,26 @@ Crackerjack is built on the following core principles:
|
|
|
164
164
|
### Install UV
|
|
165
165
|
|
|
166
166
|
```bash
|
|
167
|
+
# Recommended: Official installer script
|
|
168
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
169
|
+
|
|
170
|
+
# Alternative: Using pipx
|
|
167
171
|
pipx install uv
|
|
172
|
+
|
|
173
|
+
# Alternative: Using Homebrew (macOS)
|
|
174
|
+
brew install uv
|
|
168
175
|
```
|
|
169
176
|
|
|
170
177
|
### Install Crackerjack
|
|
171
178
|
|
|
172
179
|
```bash
|
|
180
|
+
# Recommended: Using UV (fastest)
|
|
181
|
+
uv tool install crackerjack
|
|
182
|
+
|
|
183
|
+
# Alternative: Using pip
|
|
173
184
|
pip install crackerjack
|
|
174
|
-
|
|
185
|
+
|
|
186
|
+
# For existing project: Add as dependency
|
|
175
187
|
uv add crackerjack
|
|
176
188
|
```
|
|
177
189
|
|
|
@@ -557,10 +569,10 @@ Model Context Protocol (MCP) enables AI agents to interact directly with Cracker
|
|
|
557
569
|
|
|
558
570
|
### Setup MCP Server
|
|
559
571
|
|
|
560
|
-
1. **Install MCP
|
|
572
|
+
1. **Install development dependencies (includes MCP tools):**
|
|
561
573
|
|
|
562
574
|
```bash
|
|
563
|
-
uv sync --group
|
|
575
|
+
uv sync --group dev
|
|
564
576
|
```
|
|
565
577
|
|
|
566
578
|
1. **Start the MCP server:**
|
|
@@ -1199,7 +1211,7 @@ python -m crackerjack --start-mcp-server --verbose
|
|
|
1199
1211
|
## Contributing
|
|
1200
1212
|
|
|
1201
1213
|
1. Fork and clone the repository
|
|
1202
|
-
1. Run `uv sync --
|
|
1214
|
+
1. Run `uv sync --group dev` to install dependencies
|
|
1203
1215
|
1. Ensure `python -m crackerjack` passes all checks
|
|
1204
1216
|
1. Submit pull request
|
|
1205
1217
|
|
|
@@ -235,13 +235,13 @@ crackerjack/slash_commands/run.md,sha256=yakoG1H0Wb9xvLokEdibpL524iHvsAqtEkJIuq_
|
|
|
235
235
|
crackerjack/slash_commands/status.md,sha256=U3qqppVLtIIm2lEiMYaKagaHYLI9UplL7OH1j6SRJGw,3921
|
|
236
236
|
crackerjack/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
237
237
|
crackerjack/tools/validate_input_validator_patterns.py,sha256=NN7smYlXWrHLQXTb-81gRam2vjW-cJav92f1klPA0qA,8234
|
|
238
|
-
crackerjack/tools/validate_regex_patterns.py,sha256=
|
|
238
|
+
crackerjack/tools/validate_regex_patterns.py,sha256=jfC4z4wIJCHicKvhtMF8_-TFSf9uKHSkVslh6MAjmO8,5953
|
|
239
239
|
crackerjack/ui/__init__.py,sha256=eMb1OeTU-dSLICAACn0YdYB4Amdr8wHckjKfn0wOIZE,37
|
|
240
240
|
crackerjack/ui/server_panels.py,sha256=F5IH6SNN06BaZQMsFx_D-OA286aojmaFPJ5kvvSRv_c,4232
|
|
241
241
|
crackerjack/workflows/__init__.py,sha256=jaJdTSPM_zKREXp7F6nUlk9tTrKHaWC8UqlXZbHBRkE,292
|
|
242
242
|
crackerjack/workflows/auto_fix.py,sha256=q-3yQB_cHc-kgiG0BmPrwK-R3x3TJFqs63Uy5H9yKC0,16037
|
|
243
|
-
crackerjack-0.
|
|
244
|
-
crackerjack-0.
|
|
245
|
-
crackerjack-0.
|
|
246
|
-
crackerjack-0.
|
|
247
|
-
crackerjack-0.
|
|
243
|
+
crackerjack-0.41.2.dist-info/METADATA,sha256=PNsncOD-3SzT5M3JHSSr-pSS0Wc9ZWtoIA8CB0-rXRk,43781
|
|
244
|
+
crackerjack-0.41.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
245
|
+
crackerjack-0.41.2.dist-info/entry_points.txt,sha256=AJKNft0WXm9xoGUJ3Trl-iXHOWxRAYbagQiza3AILr4,57
|
|
246
|
+
crackerjack-0.41.2.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
|
|
247
|
+
crackerjack-0.41.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|