hunterMakesPy 0.7.4__tar.gz → 0.7.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 (27) hide show
  1. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/PKG-INFO +1 -1
  2. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/__init__.py +2 -1
  3. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy.egg-info/PKG-INFO +1 -1
  4. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/pyproject.toml +1 -1
  5. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/LICENSE +0 -0
  6. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/README.md +0 -0
  7. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/_theSSOT.py +0 -0
  8. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/coping.py +0 -0
  9. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/dataStructures.py +0 -0
  10. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/filesystemToolkit.py +0 -0
  11. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/parseParameters.py +0 -0
  12. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/py.typed +0 -0
  13. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/semiotics.py +0 -0
  14. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/tests/__init__.py +0 -0
  15. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/tests/conftest.py +0 -0
  16. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/tests/test_coping.py +0 -0
  17. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/tests/test_dataStructures.py +0 -0
  18. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/tests/test_filesystemToolkit.py +0 -0
  19. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/tests/test_parseParameters.py +0 -0
  20. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/tests/test_theTypes.py +0 -0
  21. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/theTypes.py +0 -0
  22. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy/theTypesCallableFunction.py +0 -0
  23. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy.egg-info/SOURCES.txt +0 -0
  24. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy.egg-info/dependency_links.txt +0 -0
  25. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy.egg-info/requires.txt +0 -0
  26. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/hunterMakesPy.egg-info/top_level.txt +0 -0
  27. {huntermakespy-0.7.4 → huntermakespy-0.7.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hunterMakesPy
3
- Version: 0.7.4
3
+ Version: 0.7.5
4
4
  Summary: Easy Python functions making making functional Python functions easier.
5
5
  Author-email: Hunter Hogan <HunterHogan@pm.me>
6
6
  License-Expression: CC-BY-NC-4.0
@@ -68,7 +68,8 @@ References
68
68
  # isort: split
69
69
  from __future__ import annotations
70
70
 
71
- from hunterMakesPy.semiotics import decreasing as decreasing, errorL33T as errorL33T, inclusive as inclusive, zeroIndexed as zeroIndexed
71
+ from hunterMakesPy.semiotics import (
72
+ decreasing as decreasing, errorL33T as errorL33T, inclusive as inclusive, oneIndexed as oneIndexed, zeroIndexed as zeroIndexed)
72
73
 
73
74
  # isort: split
74
75
  from hunterMakesPy.theTypes import (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hunterMakesPy
3
- Version: 0.7.4
3
+ Version: 0.7.5
4
4
  Summary: Easy Python functions making making functional Python functions easier.
5
5
  Author-email: Hunter Hogan <HunterHogan@pm.me>
6
6
  License-Expression: CC-BY-NC-4.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "hunterMakesPy"
3
- version = "0.7.4"
3
+ version = "0.7.5"
4
4
  description = "Easy Python functions making making functional Python functions easier."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes
File without changes