winiutils 2.4.1__tar.gz → 2.4.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.
Files changed (33) hide show
  1. {winiutils-2.4.1 → winiutils-2.4.2}/PKG-INFO +2 -2
  2. {winiutils-2.4.1 → winiutils-2.4.2}/README.md +1 -1
  3. {winiutils-2.4.1 → winiutils-2.4.2}/pyproject.toml +1 -1
  4. {winiutils-2.4.1 → winiutils-2.4.2}/LICENSE +0 -0
  5. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/__init__.py +0 -0
  6. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/__init__.py +0 -0
  7. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/data/__init__.py +0 -0
  8. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/data/dataframe/__init__.py +0 -0
  9. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/data/dataframe/cleaning.py +0 -0
  10. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/data/structures/__init__.py +0 -0
  11. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/data/structures/dicts.py +0 -0
  12. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/data/structures/text/__init__.py +0 -0
  13. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/data/structures/text/string_.py +0 -0
  14. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/iterating/__init__.py +0 -0
  15. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/iterating/concurrent/__init__.py +0 -0
  16. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/iterating/concurrent/concurrent.py +0 -0
  17. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/iterating/concurrent/multiprocessing.py +0 -0
  18. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/iterating/concurrent/multithreading.py +0 -0
  19. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/iterating/iterate.py +0 -0
  20. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/oop/__init__.py +0 -0
  21. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/oop/mixins/__init__.py +0 -0
  22. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/oop/mixins/meta.py +0 -0
  23. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/oop/mixins/mixin.py +0 -0
  24. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/security/__init__.py +0 -0
  25. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/security/cryptography.py +0 -0
  26. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/core/security/keyring.py +0 -0
  27. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/py.typed +0 -0
  28. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/rig/__init__.py +0 -0
  29. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/rig/tests/__init__.py +0 -0
  30. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/rig/tests/fixtures/__init__.py +0 -0
  31. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/rig/tests/fixtures/fixtures.py +0 -0
  32. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/rig/tools/__init__.py +0 -0
  33. {winiutils-2.4.1 → winiutils-2.4.2}/src/winiutils/rig/tools/pyrigger.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: winiutils
3
- Version: 2.4.1
3
+ Version: 2.4.2
4
4
  Summary: A utility library for Python development
5
5
  Keywords:
6
6
  Author: Winipedia
@@ -52,7 +52,7 @@ Description-Content-Type: text/markdown
52
52
  [![License](https://img.shields.io/github/license/Winipedia/winiutils)](https://github.com/Winipedia/winiutils/blob/main/LICENSE)
53
53
  <!-- testing -->
54
54
  [![ProjectTester](https://img.shields.io/badge/tested%20with-pytest-46a2f1.svg?logo=pytest)](https://pytest.org)
55
- [![CoverageTester](https://codecov.io/gh/Winipedia/winiutils/branch/main/graph/badge.svg)](https://codecov.io/gh/Winipedia/winiutils)
55
+ [![CoverageTester](https://img.shields.io/badge/coverage->=90%25-hsl(108,80%25,45%25)?logo=codecov&logoColor=white)](https://github.com/pytest-dev/pytest-cov)
56
56
  <!-- ci/cd -->
57
57
  [![CI](https://img.shields.io/github/actions/workflow/status/Winipedia/winiutils/health_check.yml?label=CI&logo=github)](https://github.com/Winipedia/winiutils/actions/workflows/health_check.yml)
58
58
  [![CD](https://img.shields.io/github/actions/workflow/status/Winipedia/winiutils/release.yml?label=CD&logo=github)](https://github.com/Winipedia/winiutils/actions/workflows/release.yml)
@@ -23,7 +23,7 @@
23
23
  [![License](https://img.shields.io/github/license/Winipedia/winiutils)](https://github.com/Winipedia/winiutils/blob/main/LICENSE)
24
24
  <!-- testing -->
25
25
  [![ProjectTester](https://img.shields.io/badge/tested%20with-pytest-46a2f1.svg?logo=pytest)](https://pytest.org)
26
- [![CoverageTester](https://codecov.io/gh/Winipedia/winiutils/branch/main/graph/badge.svg)](https://codecov.io/gh/Winipedia/winiutils)
26
+ [![CoverageTester](https://img.shields.io/badge/coverage->=90%25-hsl(108,80%25,45%25)?logo=codecov&logoColor=white)](https://github.com/pytest-dev/pytest-cov)
27
27
  <!-- ci/cd -->
28
28
  [![CI](https://img.shields.io/github/actions/workflow/status/Winipedia/winiutils/health_check.yml?label=CI&logo=github)](https://github.com/Winipedia/winiutils/actions/workflows/health_check.yml)
29
29
  [![CD](https://img.shields.io/github/actions/workflow/status/Winipedia/winiutils/release.yml?label=CD&logo=github)](https://github.com/Winipedia/winiutils/actions/workflows/release.yml)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "winiutils"
3
- version = "2.4.1"
3
+ version = "2.4.2"
4
4
  description = "A utility library for Python development"
5
5
  license = "MIT"
6
6
  requires-python = ">=3.12"
File without changes