crackerjack 0.18.5__py3-none-any.whl → 0.18.8__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 +2 -2
- crackerjack/.ruff_cache/0.11.11/18187162184424859798 +0 -0
- crackerjack/pyproject.toml +6 -2
- {crackerjack-0.18.5.dist-info → crackerjack-0.18.8.dist-info}/METADATA +2 -1
- {crackerjack-0.18.5.dist-info → crackerjack-0.18.8.dist-info}/RECORD +8 -8
- {crackerjack-0.18.5.dist-info → crackerjack-0.18.8.dist-info}/WHEEL +0 -0
- {crackerjack-0.18.5.dist-info → crackerjack-0.18.8.dist-info}/entry_points.txt +0 -0
- {crackerjack-0.18.5.dist-info → crackerjack-0.18.8.dist-info}/licenses/LICENSE +0 -0
@@ -26,7 +26,7 @@ repos:
|
|
26
26
|
rev: v0.11.11
|
27
27
|
hooks:
|
28
28
|
- id: ruff-format
|
29
|
-
- id: ruff
|
29
|
+
- id: ruff-check
|
30
30
|
- repo: https://github.com/jendrikseipp/vulture
|
31
31
|
rev: 'v2.14'
|
32
32
|
hooks:
|
@@ -77,7 +77,7 @@ repos:
|
|
77
77
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
78
78
|
rev: v0.11.11
|
79
79
|
hooks:
|
80
|
-
- id: ruff
|
80
|
+
- id: ruff-check
|
81
81
|
- id: ruff-format
|
82
82
|
# - repo: https://github.com/pdoc3/pdoc
|
83
83
|
# rev: master
|
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"
|
@@ -67,6 +67,8 @@ extend-select = [
|
|
67
67
|
"C901",
|
68
68
|
"D",
|
69
69
|
]
|
70
|
+
fixable = ["ALL"]
|
71
|
+
unfixable = []
|
70
72
|
|
71
73
|
[tool.ruff.lint.isort]
|
72
74
|
no-lines-before = [
|
@@ -97,6 +99,7 @@ exclude-deps = [
|
|
97
99
|
"pytest-asyncio",
|
98
100
|
"pytest-cov",
|
99
101
|
"pytest-mock",
|
102
|
+
"pytest-xdist",
|
100
103
|
"pdm",
|
101
104
|
"pyfiglet",
|
102
105
|
"pyyaml",
|
@@ -152,7 +155,7 @@ pythonPlatform = "Darwin"
|
|
152
155
|
|
153
156
|
[project]
|
154
157
|
name = "crackerjack"
|
155
|
-
version = "0.18.
|
158
|
+
version = "0.18.7"
|
156
159
|
description = "Default template for PDM package"
|
157
160
|
requires-python = ">=3.13"
|
158
161
|
readme = "README.md"
|
@@ -195,6 +198,7 @@ dependencies = [
|
|
195
198
|
"rich>=14.0.0",
|
196
199
|
"typer>=0.15.4",
|
197
200
|
"pytest-timeout>=2.4.0",
|
201
|
+
"pytest-xdist>=3.5.0",
|
198
202
|
]
|
199
203
|
authors = [
|
200
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.8
|
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>
|
@@ -36,6 +36,7 @@ Requires-Dist: pytest-asyncio>=0.26.0
|
|
36
36
|
Requires-Dist: rich>=14.0.0
|
37
37
|
Requires-Dist: typer>=0.15.4
|
38
38
|
Requires-Dist: pytest-timeout>=2.4.0
|
39
|
+
Requires-Dist: pytest-xdist>=3.5.0
|
39
40
|
Description-Content-Type: text/markdown
|
40
41
|
|
41
42
|
# Crackerjack: Elevate Your Python Development
|
@@ -1,11 +1,11 @@
|
|
1
|
-
crackerjack-0.18.
|
2
|
-
crackerjack-0.18.
|
3
|
-
crackerjack-0.18.
|
4
|
-
crackerjack-0.18.
|
1
|
+
crackerjack-0.18.8.dist-info/METADATA,sha256=LdRAvj0zUotuX7mDn6HJ3Z3wKtBs9NRFBN6bJnVejv8,17804
|
2
|
+
crackerjack-0.18.8.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
3
|
+
crackerjack-0.18.8.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
+
crackerjack-0.18.8.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=UllC_ZFO8hLQQ_hWv6ezna6pATzi9--8mn7R9010r0Y,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,7 @@ 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
22
|
crackerjack/.ruff_cache/0.11.2/4070660268492669020,sha256=FTRTUmvj6nZw_QQBp_WHI-h3_iqRejzL39api-9wTvs,224
|
23
23
|
crackerjack/.ruff_cache/0.11.3/9818742842212983150,sha256=U-4mT__a-OljovvAJvv5M6X7TCMa3dReLXx3kTNGgwU,224
|
24
24
|
crackerjack/.ruff_cache/0.11.4/9818742842212983150,sha256=QF9j6-3MH_d0pDNotdbF2hlqCL66SxN8OLVKR3PZyZU,224
|
@@ -56,5 +56,5 @@ crackerjack/.ruff_cache/CACHEDIR.TAG,sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw
|
|
56
56
|
crackerjack/__init__.py,sha256=r9SuEjHUrW99hFWifRk4ofmYPSgf9rblcnzqhdV5bP0,157
|
57
57
|
crackerjack/__main__.py,sha256=FDAcn9NYoQ7q01YDtdxUgKz3RloItUc-Z8x5kBGcemA,4557
|
58
58
|
crackerjack/crackerjack.py,sha256=TuH51ODFInE8U_9tqak6si4-UBm6Z5sKx0g22PQzVzg,33571
|
59
|
-
crackerjack/pyproject.toml,sha256=
|
60
|
-
crackerjack-0.18.
|
59
|
+
crackerjack/pyproject.toml,sha256=YeUEhpD9TNo7Az2wJrsEbdpR8S23kIVfHmIXOMh9f9s,4371
|
60
|
+
crackerjack-0.18.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|