crackerjack 0.18.7__py3-none-any.whl → 0.18.9__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.
- crackerjack/.pre-commit-config.yaml +3 -3
- crackerjack/.ruff_cache/0.11.11/18187162184424859798 +0 -0
- crackerjack/.ruff_cache/0.11.12/16869036553936192448 +0 -0
- crackerjack/pyproject.toml +9 -7
- {crackerjack-0.18.7.dist-info → crackerjack-0.18.9.dist-info}/METADATA +8 -7
- {crackerjack-0.18.7.dist-info → crackerjack-0.18.9.dist-info}/RECORD +9 -8
- {crackerjack-0.18.7.dist-info → crackerjack-0.18.9.dist-info}/WHEEL +0 -0
- {crackerjack-0.18.7.dist-info → crackerjack-0.18.9.dist-info}/entry_points.txt +0 -0
- {crackerjack-0.18.7.dist-info → crackerjack-0.18.9.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
repos:
|
2
2
|
- repo: https://github.com/pdm-project/pdm
|
3
|
-
rev: 2.24.
|
3
|
+
rev: 2.24.2 # a PDM release exposing the hook
|
4
4
|
hooks:
|
5
5
|
- id: pdm-lock-check
|
6
6
|
# - id: pdm-export
|
@@ -23,7 +23,7 @@ repos:
|
|
23
23
|
- id: check-added-large-files
|
24
24
|
name: check-added-large-files
|
25
25
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
26
|
-
rev: v0.11.
|
26
|
+
rev: v0.11.12
|
27
27
|
hooks:
|
28
28
|
- id: ruff-format
|
29
29
|
- id: ruff-check
|
@@ -75,7 +75,7 @@ repos:
|
|
75
75
|
hooks:
|
76
76
|
- id: pyright
|
77
77
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
78
|
-
rev: v0.11.
|
78
|
+
rev: v0.11.12
|
79
79
|
hooks:
|
80
80
|
- id: ruff-check
|
81
81
|
- id: ruff-format
|
Binary file
|
Binary file
|
crackerjack/pyproject.toml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
[tool.pytest.ini_options]
|
2
|
-
addopts = "--cov=crackerjack --cov-report=term"
|
2
|
+
addopts = "--cov=crackerjack --cov-report=term --timeout=120 --timeout-method=thread -n auto"
|
3
3
|
asyncio_default_fixture_loop_scope = "function"
|
4
4
|
python_files = ["test_*.py", "*_test.py"]
|
5
5
|
asyncio_mode = "auto"
|
@@ -99,6 +99,7 @@ exclude-deps = [
|
|
99
99
|
"pytest-asyncio",
|
100
100
|
"pytest-cov",
|
101
101
|
"pytest-mock",
|
102
|
+
"pytest-xdist",
|
102
103
|
"pdm",
|
103
104
|
"pyfiglet",
|
104
105
|
"pyyaml",
|
@@ -154,7 +155,7 @@ pythonPlatform = "Darwin"
|
|
154
155
|
|
155
156
|
[project]
|
156
157
|
name = "crackerjack"
|
157
|
-
version = "0.18.
|
158
|
+
version = "0.18.8"
|
158
159
|
description = "Default template for PDM package"
|
159
160
|
requires-python = ">=3.13"
|
160
161
|
readme = "README.md"
|
@@ -188,15 +189,16 @@ dependencies = [
|
|
188
189
|
"pytest>=8.3.5",
|
189
190
|
"pydantic>=2.11.5",
|
190
191
|
"pdm-bump>=0.9.12",
|
191
|
-
"pdm>=2.24.
|
192
|
-
"uv>=0.7.
|
192
|
+
"pdm>=2.24.2",
|
193
|
+
"uv>=0.7.9",
|
193
194
|
"pytest-cov>=6.1.1",
|
194
|
-
"pytest-mock>=3.14.
|
195
|
+
"pytest-mock>=3.14.1",
|
195
196
|
"tomli-w>=1.2.0",
|
196
|
-
"pytest-asyncio>=0.
|
197
|
+
"pytest-asyncio>=1.0.0",
|
197
198
|
"rich>=14.0.0",
|
198
|
-
"typer>=0.
|
199
|
+
"typer>=0.16.0",
|
199
200
|
"pytest-timeout>=2.4.0",
|
201
|
+
"pytest-xdist>=3.7.0",
|
200
202
|
]
|
201
203
|
authors = [
|
202
204
|
{ name = "lesleslie", email = "les@wedgwoodwebworks.com" },
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: crackerjack
|
3
|
-
Version: 0.18.
|
3
|
+
Version: 0.18.9
|
4
4
|
Summary: Default template for PDM package
|
5
5
|
Keywords: black,ruff,mypy,creosote,refurb,pyright,bandit,pytest
|
6
6
|
Author-Email: lesleslie <les@wedgwoodwebworks.com>
|
@@ -27,15 +27,16 @@ Requires-Dist: pre-commit>=4.2.0
|
|
27
27
|
Requires-Dist: pytest>=8.3.5
|
28
28
|
Requires-Dist: pydantic>=2.11.5
|
29
29
|
Requires-Dist: pdm-bump>=0.9.12
|
30
|
-
Requires-Dist: pdm>=2.24.
|
31
|
-
Requires-Dist: uv>=0.7.
|
30
|
+
Requires-Dist: pdm>=2.24.2
|
31
|
+
Requires-Dist: uv>=0.7.9
|
32
32
|
Requires-Dist: pytest-cov>=6.1.1
|
33
|
-
Requires-Dist: pytest-mock>=3.14.
|
33
|
+
Requires-Dist: pytest-mock>=3.14.1
|
34
34
|
Requires-Dist: tomli-w>=1.2.0
|
35
|
-
Requires-Dist: pytest-asyncio>=0.
|
35
|
+
Requires-Dist: pytest-asyncio>=1.0.0
|
36
36
|
Requires-Dist: rich>=14.0.0
|
37
|
-
Requires-Dist: typer>=0.
|
37
|
+
Requires-Dist: typer>=0.16.0
|
38
38
|
Requires-Dist: pytest-timeout>=2.4.0
|
39
|
+
Requires-Dist: pytest-xdist>=3.7.0
|
39
40
|
Description-Content-Type: text/markdown
|
40
41
|
|
41
42
|
# Crackerjack: Elevate Your Python Development
|
@@ -136,7 +137,7 @@ Crackerjack is built on the following core principles:
|
|
136
137
|
### Developer Experience
|
137
138
|
- **Command-Line Interface:** Simple, intuitive CLI with comprehensive options
|
138
139
|
- **Programmatic API:** Can be integrated into your own Python scripts and workflows
|
139
|
-
- **AI Agent Integration:** Structured output format for integration with AI assistants
|
140
|
+
- **AI Agent Integration:** Structured output format for integration with AI assistants, with complete style rules available in [RULES.md](RULES.md) for AI tool customization
|
140
141
|
- **Verbose Mode:** Detailed output for debugging and understanding what's happening
|
141
142
|
|
142
143
|
## Pre-commit Hooks
|
@@ -1,11 +1,11 @@
|
|
1
|
-
crackerjack-0.18.
|
2
|
-
crackerjack-0.18.
|
3
|
-
crackerjack-0.18.
|
4
|
-
crackerjack-0.18.
|
1
|
+
crackerjack-0.18.9.dist-info/METADATA,sha256=p5Qxcza117uFvxCBbuk3thpqC5E3lfvPiirQXQwUgvg,17890
|
2
|
+
crackerjack-0.18.9.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
3
|
+
crackerjack-0.18.9.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
+
crackerjack-0.18.9.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
|
5
5
|
crackerjack/.gitignore,sha256=oho3dNx7a7y36_y9AsalCkssU4in0MMsNAANWdc-h1c,153
|
6
6
|
crackerjack/.libcst.codemod.yaml,sha256=a8DlErRAIPV1nE6QlyXPAzTOgkB24_spl2E9hphuf5s,772
|
7
7
|
crackerjack/.pdm.toml,sha256=dZe44HRcuxxCFESGG8SZIjmc-cGzSoyK3Hs6t4NYA8w,23
|
8
|
-
crackerjack/.pre-commit-config.yaml,sha256=
|
8
|
+
crackerjack/.pre-commit-config.yaml,sha256=n68rmT6B0wMEGCKdAUALFSGmz5V2Djf4CAIrZVW1HLs,2470
|
9
9
|
crackerjack/.pytest_cache/.gitignore,sha256=Ptcxtl0GFQwTji2tsL4Gl1UIiKa0frjEXsya26i46b0,37
|
10
10
|
crackerjack/.pytest_cache/CACHEDIR.TAG,sha256=N9yI75oKvt2-gQU6bdj9-xOvthMEXqHrSlyBWnSjveQ,191
|
11
11
|
crackerjack/.pytest_cache/README.md,sha256=c_1vzN2ALEGaay2YPWwxc7fal1WKxLWJ7ewt_kQ9ua0,302
|
@@ -18,7 +18,8 @@ crackerjack/.ruff_cache/0.1.4/10355199064880463147,sha256=kmqNg5WySQYPeAqa5elfaV
|
|
18
18
|
crackerjack/.ruff_cache/0.1.6/15140459877605758699,sha256=oQy5boAXeskdm5M0Abh_nyBtitWj5N5wtx_4gsDgu7c,248
|
19
19
|
crackerjack/.ruff_cache/0.1.7/1790508110482614856,sha256=De7Puq32XF0925xrGehWSKX6cw5Wi2bpt1cnqh__f54,248
|
20
20
|
crackerjack/.ruff_cache/0.1.9/17041001205004563469,sha256=tKP_k8HaHhQJyrHbDfJ93kM7vahjrU8cKQ1f_-OUzZY,248
|
21
|
-
crackerjack/.ruff_cache/0.11.11/18187162184424859798,sha256=
|
21
|
+
crackerjack/.ruff_cache/0.11.11/18187162184424859798,sha256=rx6CoDveth9JeurkrEgbDB4U0esMrGQ7pwIi5VnKEdo,153
|
22
|
+
crackerjack/.ruff_cache/0.11.12/16869036553936192448,sha256=1Vhuj2-QJGRFfxJnGfQf1VKwIUGZPsM3GofsRYc2owg,153
|
22
23
|
crackerjack/.ruff_cache/0.11.2/4070660268492669020,sha256=FTRTUmvj6nZw_QQBp_WHI-h3_iqRejzL39api-9wTvs,224
|
23
24
|
crackerjack/.ruff_cache/0.11.3/9818742842212983150,sha256=U-4mT__a-OljovvAJvv5M6X7TCMa3dReLXx3kTNGgwU,224
|
24
25
|
crackerjack/.ruff_cache/0.11.4/9818742842212983150,sha256=QF9j6-3MH_d0pDNotdbF2hlqCL66SxN8OLVKR3PZyZU,224
|
@@ -56,5 +57,5 @@ crackerjack/.ruff_cache/CACHEDIR.TAG,sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw
|
|
56
57
|
crackerjack/__init__.py,sha256=r9SuEjHUrW99hFWifRk4ofmYPSgf9rblcnzqhdV5bP0,157
|
57
58
|
crackerjack/__main__.py,sha256=FDAcn9NYoQ7q01YDtdxUgKz3RloItUc-Z8x5kBGcemA,4557
|
58
59
|
crackerjack/crackerjack.py,sha256=TuH51ODFInE8U_9tqak6si4-UBm6Z5sKx0g22PQzVzg,33571
|
59
|
-
crackerjack/pyproject.toml,sha256=
|
60
|
-
crackerjack-0.18.
|
60
|
+
crackerjack/pyproject.toml,sha256=16Ed46M3YbqJWhmxqDBGwCmpkhXBvyWQp9af1h5WX4I,4370
|
61
|
+
crackerjack-0.18.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|