winipedia-utils 0.1.1__py3-none-any.whl → 0.1.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.
- winipedia_utils/projects/poetry/config.py +1 -1
- winipedia_utils/setup.py +2 -2
- {winipedia_utils-0.1.1.dist-info → winipedia_utils-0.1.2.dist-info}/METADATA +3 -1
- {winipedia_utils-0.1.1.dist-info → winipedia_utils-0.1.2.dist-info}/RECORD +6 -6
- {winipedia_utils-0.1.1.dist-info → winipedia_utils-0.1.2.dist-info}/LICENSE +0 -0
- {winipedia_utils-0.1.1.dist-info → winipedia_utils-0.1.2.dist-info}/WHEEL +0 -0
@@ -75,7 +75,7 @@ def _pyproject_tool_configs_are_correct() -> bool:
|
|
75
75
|
return True
|
76
76
|
|
77
77
|
|
78
|
-
def
|
78
|
+
def _add_configurations_to_pyproject_toml() -> None:
|
79
79
|
"""Add tool.* configurations to pyproject.toml."""
|
80
80
|
expected_tool_dict = _get_pyproject_toml_tool_configs()
|
81
81
|
toml = laod_pyproject_toml()
|
winipedia_utils/setup.py
CHANGED
@@ -11,7 +11,7 @@ from winipedia_utils.git.pre_commit.config import _add_package_hook_to_pre_commi
|
|
11
11
|
from winipedia_utils.git.pre_commit.run_hooks import _run_all_hooks
|
12
12
|
from winipedia_utils.logging.logger import get_logger
|
13
13
|
from winipedia_utils.projects.poetry.config import (
|
14
|
-
|
14
|
+
_add_configurations_to_pyproject_toml,
|
15
15
|
)
|
16
16
|
from winipedia_utils.projects.poetry.poetry import (
|
17
17
|
_install_dev_dependencies,
|
@@ -29,7 +29,7 @@ def _setup() -> None:
|
|
29
29
|
# add patterns to .gitignore
|
30
30
|
_add_package_patterns_to_gitignore()
|
31
31
|
# add tool.* configurations to pyproject.toml
|
32
|
-
|
32
|
+
_add_configurations_to_pyproject_toml()
|
33
33
|
# run pre-commit once, create tests is included here
|
34
34
|
_run_all_hooks()
|
35
35
|
logger.info("Setup complete!")
|
@@ -1,9 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: winipedia-utils
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: A package with many utility functions
|
5
5
|
License: MIT
|
6
6
|
Author: Winipedia
|
7
|
+
Author-email: win.steveker@gmx.de
|
7
8
|
Requires-Python: >=3.12
|
8
9
|
Classifier: License :: OSI Approved :: MIT License
|
9
10
|
Classifier: Programming Language :: Python :: 3
|
@@ -12,6 +13,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
12
13
|
Requires-Dist: defusedxml (>=0.7.1,<0.8.0)
|
13
14
|
Requires-Dist: django (>=5.2.1,<6.0.0)
|
14
15
|
Requires-Dist: pathspec (>=0.12.1,<0.13.0)
|
16
|
+
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
|
15
17
|
Requires-Dist: setuptools (>=80.3.1,<81.0.0)
|
16
18
|
Requires-Dist: tomlkit (>=0.13.2,<0.14.0)
|
17
19
|
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
|
@@ -36,9 +36,9 @@ winipedia_utils/os/__init__.py,sha256=WSLt7tb6HqWRlCGGIEwRfVksF0sLJNeEW3iZeJhGWk
|
|
36
36
|
winipedia_utils/os/os.py,sha256=ITuiLLfjGBV2jH8tHQfwVzsICT-jY1zUxtwu3ASJBG4,1690
|
37
37
|
winipedia_utils/projects/__init__.py,sha256=6oTiSlUMAwO5xnH4SGVnvspzKcxrxo9kn1L4xkjq1p8,53
|
38
38
|
winipedia_utils/projects/poetry/__init__.py,sha256=0yNMuu9KmM19od4VBxBV3HLK-RdCsa0e2Zhg33J7RmQ,60
|
39
|
-
winipedia_utils/projects/poetry/config.py,sha256=
|
39
|
+
winipedia_utils/projects/poetry/config.py,sha256=eEAU-9_uCEeOYx2lTAfydmH3D_YYTx6nOJ204q38BVY,2971
|
40
40
|
winipedia_utils/projects/poetry/poetry.py,sha256=5jyUSMxhCZ7pz9bOaz5E9r7Da9qIrGOp6wcBzI1y7Cg,932
|
41
|
-
winipedia_utils/setup.py,sha256=
|
41
|
+
winipedia_utils/setup.py,sha256=ibctor1iexlqOqwqh8uPQqCQAqXKJmkwNhJRx0A_SBc,1434
|
42
42
|
winipedia_utils/testing/__init__.py,sha256=kXhB5xw02ec5xpcW_KV--9CBKdyCjnuR-NZzAJ5tq0g,51
|
43
43
|
winipedia_utils/testing/assertions.py,sha256=0JF4mqVTnLQ1qkAL_FuTwyN_idr00rvVlta7aDdnUXA,851
|
44
44
|
winipedia_utils/testing/convention.py,sha256=NxC_hYaUXshsa6LL6nQoEEKpTzC1KwTloKL8aS2gUPI,5010
|
@@ -59,7 +59,7 @@ winipedia_utils/testing/tests/base/utils/utils.py,sha256=dUPDrgAxlfREQb33zz23Mfz
|
|
59
59
|
winipedia_utils/testing/tests/conftest.py,sha256=CvLtsr-KhSPzbQYin6SYZQC1Ez3AzIsqCWhuLuXinAs,826
|
60
60
|
winipedia_utils/text/__init__.py,sha256=j2bwtK6kyeHI6SnoBjpRju0C1W2n2paXBDlNjNtaUxA,48
|
61
61
|
winipedia_utils/text/string.py,sha256=1jbBftlgxffGgSlPnQh3aRPIr8XekEwpSenjFCW6JyM,3478
|
62
|
-
winipedia_utils-0.1.
|
63
|
-
winipedia_utils-0.1.
|
64
|
-
winipedia_utils-0.1.
|
65
|
-
winipedia_utils-0.1.
|
62
|
+
winipedia_utils-0.1.2.dist-info/LICENSE,sha256=3PrKJ2CWNrnyyHaC_r0wPDSukVWgmjOxHr__eQVH7cw,1087
|
63
|
+
winipedia_utils-0.1.2.dist-info/METADATA,sha256=1necjUNHVaT6j4Th5Wru3QJRY8LNunEV7i7vgk5rY4Q,12384
|
64
|
+
winipedia_utils-0.1.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
65
|
+
winipedia_utils-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|