pythonwrench 0.4.9__tar.gz → 0.4.10__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.9/src/pythonwrench.egg-info → pythonwrench-0.4.10}/PKG-INFO +1 -1
  2. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/__init__.py +1 -1
  3. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/disk_cache.py +1 -0
  4. {pythonwrench-0.4.9 → pythonwrench-0.4.10/src/pythonwrench.egg-info}/PKG-INFO +1 -1
  5. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/LICENSE +0 -0
  6. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/README.md +0 -0
  7. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/docs/requirements.txt +0 -0
  8. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/pyproject.toml +0 -0
  9. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/setup.cfg +0 -0
  10. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/setup.py +0 -0
  11. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/__main__.py +0 -0
  12. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/_core.py +0 -0
  13. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/abc.py +0 -0
  14. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/argparse.py +0 -0
  15. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/cast.py +0 -0
  16. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/checksum.py +0 -0
  17. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/collections/__init__.py +0 -0
  18. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/collections/collections.py +0 -0
  19. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/collections/prop.py +0 -0
  20. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/collections/reducers.py +0 -0
  21. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/concurrent.py +0 -0
  22. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/csv.py +0 -0
  23. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/dataclasses.py +0 -0
  24. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/datetime.py +0 -0
  25. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/difflib.py +0 -0
  26. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/entries.py +0 -0
  27. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/enum.py +0 -0
  28. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/functools.py +0 -0
  29. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/hashlib.py +0 -0
  30. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/importlib.py +0 -0
  31. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/inspect.py +0 -0
  32. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/json.py +0 -0
  33. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/jsonl.py +0 -0
  34. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/logging.py +0 -0
  35. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/math.py +0 -0
  36. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/os.py +0 -0
  37. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/pickle.py +0 -0
  38. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/random.py +0 -0
  39. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/re.py +0 -0
  40. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/semver.py +0 -0
  41. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/typing/__init__.py +0 -0
  42. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/typing/checks.py +0 -0
  43. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/typing/classes.py +0 -0
  44. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench/warnings.py +0 -0
  45. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench.egg-info/SOURCES.txt +0 -0
  46. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench.egg-info/dependency_links.txt +0 -0
  47. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench.egg-info/entry_points.txt +0 -0
  48. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench.egg-info/requires.txt +0 -0
  49. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/src/pythonwrench.egg-info/top_level.txt +0 -0
  50. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_abc.py +0 -0
  51. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_argparse.py +0 -0
  52. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_cast.py +0 -0
  53. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_checksum.py +0 -0
  54. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_collections.py +0 -0
  55. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_csv.py +0 -0
  56. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_dataclasses.py +0 -0
  57. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_difflib.py +0 -0
  58. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_disk_cache.py +0 -0
  59. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_entries.py +0 -0
  60. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_enum.py +0 -0
  61. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_functools.py +0 -0
  62. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_hashlib.py +0 -0
  63. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_importlib.py +0 -0
  64. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_inspect.py +0 -0
  65. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_json.py +0 -0
  66. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_jsonl.py +0 -0
  67. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_logging.py +0 -0
  68. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_math.py +0 -0
  69. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_os.py +0 -0
  70. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_random.py +0 -0
  71. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_readme.py +0 -0
  72. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_semver.py +0 -0
  73. {pythonwrench-0.4.9 → pythonwrench-0.4.10}/tests/test_typing.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pythonwrench
3
- Version: 0.4.9
3
+ Version: 0.4.10
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>
@@ -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.9"
12
+ __version__ = "0.4.10"
13
13
 
14
14
 
15
15
  # Re-import for language servers
@@ -441,6 +441,7 @@ def _disk_cache_impl(
441
441
  if cache_fname_fmt_args is None or argname in cache_fname_fmt_args
442
442
  }
443
443
  kwds.update(inputs_kwds)
444
+ kwds.update(kwargs)
444
445
 
445
446
  cache_fname = cache_fname_fmt(**kwds)
446
447
  cache_fpath = cache_fn_dpath.joinpath(cache_fname)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pythonwrench
3
- Version: 0.4.9
3
+ Version: 0.4.10
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