pythonwrench 0.4.4__tar.gz → 0.4.5__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 (73) hide show
  1. {pythonwrench-0.4.4/src/pythonwrench.egg-info → pythonwrench-0.4.5}/PKG-INFO +1 -1
  2. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/docs/requirements.txt +1 -0
  3. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/pyproject.toml +1 -1
  4. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/__init__.py +1 -1
  5. {pythonwrench-0.4.4 → pythonwrench-0.4.5/src/pythonwrench.egg-info}/PKG-INFO +1 -1
  6. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/LICENSE +0 -0
  7. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/README.md +0 -0
  8. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/setup.cfg +0 -0
  9. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/setup.py +0 -0
  10. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/__main__.py +0 -0
  11. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/_core.py +0 -0
  12. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/abc.py +0 -0
  13. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/argparse.py +0 -0
  14. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/cast.py +0 -0
  15. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/checksum.py +0 -0
  16. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/collections/__init__.py +0 -0
  17. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/collections/collections.py +0 -0
  18. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/collections/prop.py +0 -0
  19. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/collections/reducers.py +0 -0
  20. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/concurrent.py +0 -0
  21. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/csv.py +0 -0
  22. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/dataclasses.py +0 -0
  23. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/datetime.py +0 -0
  24. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/difflib.py +0 -0
  25. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/disk_cache.py +0 -0
  26. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/entries.py +0 -0
  27. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/enum.py +0 -0
  28. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/functools.py +0 -0
  29. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/hashlib.py +0 -0
  30. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/importlib.py +0 -0
  31. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/inspect.py +0 -0
  32. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/json.py +0 -0
  33. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/jsonl.py +0 -0
  34. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/logging.py +0 -0
  35. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/math.py +0 -0
  36. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/os.py +0 -0
  37. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/pickle.py +0 -0
  38. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/random.py +0 -0
  39. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/re.py +0 -0
  40. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/semver.py +0 -0
  41. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/typing/__init__.py +0 -0
  42. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/typing/checks.py +0 -0
  43. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/typing/classes.py +0 -0
  44. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench/warnings.py +0 -0
  45. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench.egg-info/SOURCES.txt +0 -0
  46. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench.egg-info/dependency_links.txt +0 -0
  47. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench.egg-info/entry_points.txt +0 -0
  48. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench.egg-info/requires.txt +0 -0
  49. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/src/pythonwrench.egg-info/top_level.txt +0 -0
  50. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_abc.py +0 -0
  51. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_argparse.py +0 -0
  52. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_cast.py +0 -0
  53. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_checksum.py +0 -0
  54. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_collections.py +0 -0
  55. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_csv.py +0 -0
  56. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_dataclasses.py +0 -0
  57. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_difflib.py +0 -0
  58. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_disk_cache.py +0 -0
  59. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_entries.py +0 -0
  60. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_enum.py +0 -0
  61. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_functools.py +0 -0
  62. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_hashlib.py +0 -0
  63. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_importlib.py +0 -0
  64. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_inspect.py +0 -0
  65. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_json.py +0 -0
  66. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_jsonl.py +0 -0
  67. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_logging.py +0 -0
  68. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_math.py +0 -0
  69. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_os.py +0 -0
  70. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_random.py +0 -0
  71. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_readme.py +0 -0
  72. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_semver.py +0 -0
  73. {pythonwrench-0.4.4 → pythonwrench-0.4.5}/tests/test_typing.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pythonwrench
3
- Version: 0.4.4
3
+ Version: 0.4.5
4
4
  Summary: Python library with tools for typing, manipulating collections, and more!
5
5
  Author-email: "Étienne Labbé (Labbeti)" <labbeti.pub@gmail.com>
6
6
  Maintainer-email: "Étienne Labbé (Labbeti)" <labbeti.pub@gmail.com>
@@ -1,3 +1,4 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
3
  sphinx-immaterial>=0.11.14
4
+ sphinx<9.0.0
@@ -93,7 +93,7 @@ dev = [
93
93
  "pythonwrench",
94
94
  "ruff>=0.12.0",
95
95
  "setuptools",
96
- "sphinx",
96
+ "sphinx<9.0.0",
97
97
  "sphinx-immaterial>=0.11.14",
98
98
  "twine",
99
99
  ]
@@ -9,7 +9,7 @@ __author_email__ = "labbeti.pub@gmail.com"
9
9
  __license__ = "MIT"
10
10
  __maintainer__ = "Étienne Labbé (Labbeti)"
11
11
  __status__ = "Development"
12
- __version__ = "0.4.4"
12
+ __version__ = "0.4.5"
13
13
 
14
14
 
15
15
  # Re-import for language servers
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pythonwrench
3
- Version: 0.4.4
3
+ Version: 0.4.5
4
4
  Summary: Python library with tools for typing, manipulating collections, and more!
5
5
  Author-email: "Étienne Labbé (Labbeti)" <labbeti.pub@gmail.com>
6
6
  Maintainer-email: "Étienne Labbé (Labbeti)" <labbeti.pub@gmail.com>
File without changes
File without changes
File without changes
File without changes