dycw-utilities 0.131.3__tar.gz → 0.131.4__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 (221) hide show
  1. dycw_utilities-0.131.4/PKG-INFO +39 -0
  2. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/pyproject.toml +2 -182
  3. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/__init__.py +1 -1
  4. dycw_utilities-0.131.3/PKG-INFO +0 -205
  5. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/.gitignore +0 -0
  6. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/LICENSE +0 -0
  7. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/README.md +0 -0
  8. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/__init__.py +0 -0
  9. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/conftest.py +0 -0
  10. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/__init__.py +0 -0
  11. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/package_missing/__init__.py +0 -0
  12. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/package_missing/module.py +0 -0
  13. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/package_with/__init__.py +0 -0
  14. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/package_with/outer_1.py +0 -0
  15. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/package_with/outer_2.py +0 -0
  16. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/package_with/subpackage/__init__.py +0 -0
  17. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/package_with/subpackage/inner_1.py +0 -0
  18. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/package_with/subpackage/inner_2.py +0 -0
  19. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/package_with/subpackage/inner_3.py +0 -0
  20. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/package_without/__init__.py +0 -0
  21. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/package_without/module_1.py +0 -0
  22. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/package_without/module_2.py +0 -0
  23. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/standalone.py +0 -0
  24. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/modules/with_imports.py +0 -0
  25. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/regressions/test_pytest_regressions/TestMultipleRegressionFixtures__test_main__obj.json +0 -0
  26. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/regressions/test_pytest_regressions/TestMultipleRegressionFixtures__test_main__series.json +0 -0
  27. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/regressions/test_pytest_regressions/TestOrjsonRegressionFixture__test_dataclass_int.json +0 -0
  28. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/regressions/test_pytest_regressions/TestOrjsonRegressionFixture__test_dataclass_literal__false.json +0 -0
  29. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/regressions/test_pytest_regressions/TestOrjsonRegressionFixture__test_dataclass_literal__true.json +0 -0
  30. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/regressions/test_pytest_regressions/TestOrjsonRegressionFixture__test_dataclass_nested.json +0 -0
  31. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/regressions/test_pytest_regressions/TestPolarsRegressionFixture__test_dataframe.json +0 -0
  32. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/regressions/test_pytest_regressions/TestPolarsRegressionFixture__test_series.json +0 -0
  33. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_aiolimiter.py +0 -0
  34. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_altair.py +0 -0
  35. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_asyncio.py +0 -0
  36. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_asyncio_classes/__init__.py +0 -0
  37. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_asyncio_classes/loopers.py +0 -0
  38. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_asyncio_classes/redis.py +0 -0
  39. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_atomicwrites.py +0 -0
  40. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_atools.py +0 -0
  41. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_cachetools.py +0 -0
  42. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_click.py +0 -0
  43. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_concurrent.py +0 -0
  44. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_contextlib.py +0 -0
  45. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_contextvars.py +0 -0
  46. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_cryptography.py +0 -0
  47. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_cvxpy.py +0 -0
  48. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_dataclasses.py +0 -0
  49. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_datetime.py +0 -0
  50. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_enum.py +0 -0
  51. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_errors.py +0 -0
  52. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_eventkit.py +0 -0
  53. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_fastapi.py +0 -0
  54. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_fpdf2.py +0 -0
  55. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_functions.py +0 -0
  56. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_functools.py +0 -0
  57. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_getpass.py +0 -0
  58. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_git.py +0 -0
  59. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_hashlib.py +0 -0
  60. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_http.py +0 -0
  61. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_hypothesis.py +0 -0
  62. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_importlib.py +0 -0
  63. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_inflect.py +0 -0
  64. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_ipython.py +0 -0
  65. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_iterables.py +0 -0
  66. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_jupyter.py +0 -0
  67. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_libcst.py +0 -0
  68. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_lightweight_charts.py +0 -0
  69. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_logging.py +0 -0
  70. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_luigi.py +0 -0
  71. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_math.py +0 -0
  72. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_memory_profiler.py +0 -0
  73. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_modules.py +0 -0
  74. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_more_itertools.py +0 -0
  75. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_numpy.py +0 -0
  76. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_operator.py +0 -0
  77. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_optuna.py +0 -0
  78. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_orjson.py +0 -0
  79. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_os.py +0 -0
  80. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_parse.py +0 -0
  81. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_pathlib.py +0 -0
  82. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_period.py +0 -0
  83. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_pickle.py +0 -0
  84. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_platform.py +0 -0
  85. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_polars.py +0 -0
  86. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_polars_ols.py +0 -0
  87. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_pottery.py +0 -0
  88. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_pqdm.py +0 -0
  89. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_psutil.py +0 -0
  90. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_pydantic.py +0 -0
  91. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_pyinstrument.py +0 -0
  92. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_pyrsistent.py +0 -0
  93. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_pytest.py +0 -0
  94. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_pytest_regressions.py +0 -0
  95. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_python_dotenv.py +0 -0
  96. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_random.py +0 -0
  97. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_re.py +0 -0
  98. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_redis.py +0 -0
  99. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_reprlib.py +0 -0
  100. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_scipy.py +0 -0
  101. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_sentinel.py +0 -0
  102. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_shelve.py +0 -0
  103. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_slack_sdk.py +0 -0
  104. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_socket.py +0 -0
  105. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_sqlalchemy.py +0 -0
  106. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_sqlalchemy_polars.py +0 -0
  107. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_statsmodel.py +0 -0
  108. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_streamlit.py +0 -0
  109. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_string.py +0 -0
  110. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_tempfile.py +0 -0
  111. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_tenacity.py +0 -0
  112. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_text.py +0 -0
  113. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_threading.py +0 -0
  114. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_timer.py +0 -0
  115. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_traceback.py +0 -0
  116. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_types.py +0 -0
  117. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_typing.py +0 -0
  118. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_typing_funcs/__init__.py +0 -0
  119. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_typing_funcs/no_future.py +0 -0
  120. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_typing_funcs/with_future.py +0 -0
  121. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_tzdata.py +0 -0
  122. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_tzlocal.py +0 -0
  123. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_uuid.py +0 -0
  124. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_version.py +0 -0
  125. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_warnings.py +0 -0
  126. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_whenever.py +0 -0
  127. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_whenever2.py +0 -0
  128. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_zipfile.py +0 -0
  129. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/tests/test_zoneinfo.py +0 -0
  130. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/aiolimiter.py +0 -0
  131. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/altair.py +0 -0
  132. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/asyncio.py +0 -0
  133. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/atomicwrites.py +0 -0
  134. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/atools.py +0 -0
  135. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/cachetools.py +0 -0
  136. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/click.py +0 -0
  137. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/concurrent.py +0 -0
  138. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/contextlib.py +0 -0
  139. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/contextvars.py +0 -0
  140. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/cryptography.py +0 -0
  141. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/cvxpy.py +0 -0
  142. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/dataclasses.py +0 -0
  143. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/datetime.py +0 -0
  144. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/enum.py +0 -0
  145. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/errors.py +0 -0
  146. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/eventkit.py +0 -0
  147. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/fastapi.py +0 -0
  148. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/fpdf2.py +0 -0
  149. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/functions.py +0 -0
  150. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/functools.py +0 -0
  151. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/getpass.py +0 -0
  152. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/git.py +0 -0
  153. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/hashlib.py +0 -0
  154. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/http.py +0 -0
  155. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/hypothesis.py +0 -0
  156. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/importlib.py +0 -0
  157. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/inflect.py +0 -0
  158. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/ipython.py +0 -0
  159. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/iterables.py +0 -0
  160. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/jupyter.py +0 -0
  161. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/libcst.py +0 -0
  162. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/lightweight_charts.py +0 -0
  163. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/logging.py +0 -0
  164. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/luigi.py +0 -0
  165. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/math.py +0 -0
  166. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/memory_profiler.py +0 -0
  167. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/modules.py +0 -0
  168. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/more_itertools.py +0 -0
  169. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/numpy.py +0 -0
  170. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/operator.py +0 -0
  171. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/optuna.py +0 -0
  172. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/orjson.py +0 -0
  173. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/os.py +0 -0
  174. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/parse.py +0 -0
  175. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/pathlib.py +0 -0
  176. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/period.py +0 -0
  177. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/pickle.py +0 -0
  178. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/platform.py +0 -0
  179. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/polars.py +0 -0
  180. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/polars_ols.py +0 -0
  181. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/pottery.py +0 -0
  182. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/pqdm.py +0 -0
  183. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/psutil.py +0 -0
  184. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/py.typed +0 -0
  185. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/pydantic.py +0 -0
  186. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/pyinstrument.py +0 -0
  187. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/pyrsistent.py +0 -0
  188. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/pytest.py +0 -0
  189. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/pytest_regressions.py +0 -0
  190. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/python_dotenv.py +0 -0
  191. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/random.py +0 -0
  192. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/re.py +0 -0
  193. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/redis.py +0 -0
  194. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/reprlib.py +0 -0
  195. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/scipy.py +0 -0
  196. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/sentinel.py +0 -0
  197. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/shelve.py +0 -0
  198. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/slack_sdk.py +0 -0
  199. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/socket.py +0 -0
  200. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/sqlalchemy.py +0 -0
  201. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/sqlalchemy_polars.py +0 -0
  202. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/statsmodels.py +0 -0
  203. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/streamlit.py +0 -0
  204. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/string.py +0 -0
  205. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/tempfile.py +0 -0
  206. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/tenacity.py +0 -0
  207. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/text.py +0 -0
  208. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/threading.py +0 -0
  209. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/timer.py +0 -0
  210. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/traceback.py +0 -0
  211. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/types.py +0 -0
  212. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/typing.py +0 -0
  213. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/tzdata.py +0 -0
  214. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/tzlocal.py +0 -0
  215. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/uuid.py +0 -0
  216. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/version.py +0 -0
  217. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/warnings.py +0 -0
  218. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/whenever.py +0 -0
  219. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/whenever2.py +0 -0
  220. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/zipfile.py +0 -0
  221. {dycw_utilities-0.131.3 → dycw_utilities-0.131.4}/src/utilities/zoneinfo.py +0 -0
@@ -0,0 +1,39 @@
1
+ Metadata-Version: 2.4
2
+ Name: dycw-utilities
3
+ Version: 0.131.4
4
+ Author-email: Derek Wan <d.wan@icloud.com>
5
+ License-File: LICENSE
6
+ Requires-Python: >=3.12
7
+ Requires-Dist: atomicwrites<1.5,>=1.4.1
8
+ Requires-Dist: typing-extensions<4.15,>=4.14.0
9
+ Requires-Dist: tzlocal<5.4,>=5.3.1
10
+ Requires-Dist: whenever<0.9,>=0.8.5
11
+ Provides-Extra: logging
12
+ Requires-Dist: coloredlogs<15.1,>=15.0.1; extra == 'logging'
13
+ Provides-Extra: test
14
+ Requires-Dist: dycw-pytest-only<2.2,>=2.1.1; extra == 'test'
15
+ Requires-Dist: hypothesis<6.136,>=6.135.2; extra == 'test'
16
+ Requires-Dist: pytest-asyncio<1.1,>=1.0.0; extra == 'test'
17
+ Requires-Dist: pytest-cov<6.2,>=6.1.1; extra == 'test'
18
+ Requires-Dist: pytest-instafail<0.6,>=0.5.0; extra == 'test'
19
+ Requires-Dist: pytest-lazy-fixtures<1.2,>=1.1.4; extra == 'test'
20
+ Requires-Dist: pytest-randomly<3.17,>=3.16.0; extra == 'test'
21
+ Requires-Dist: pytest-regressions<2.9,>=2.8.0; extra == 'test'
22
+ Requires-Dist: pytest-rerunfailures<16,>=15.1; extra == 'test'
23
+ Requires-Dist: pytest-rng<1.1,>=1.0.0; extra == 'test'
24
+ Requires-Dist: pytest-timeout<2.5,>=2.4.0; extra == 'test'
25
+ Requires-Dist: pytest-xdist<3.8,>=3.7.0; extra == 'test'
26
+ Requires-Dist: pytest<8.4,>=8.3.5; extra == 'test'
27
+ Description-Content-Type: text/markdown
28
+
29
+ [![PyPI version](https://badge.fury.io/py/dycw-utilities.svg)](https://badge.fury.io/py/dycw-utilities)
30
+
31
+ # `dycw-utilities`
32
+
33
+ [All the Python functions I don't want to write twice.](https://github.com/nvim-lua/plenary.nvim)
34
+
35
+ ## Installation
36
+
37
+ - `pip install dycw-utilities`
38
+
39
+ or with [extras](https://github.com/dycw/python-utilities/blob/master/pyproject.toml).
@@ -94,7 +94,7 @@ dependencies = [
94
94
  name = "dycw-utilities"
95
95
  readme = "README.md"
96
96
  requires-python = ">= 3.12"
97
- version = "0.131.3"
97
+ version = "0.131.4"
98
98
 
99
99
  [project.optional-dependencies]
100
100
  logging = [
@@ -115,193 +115,13 @@ test = [
115
115
  "pytest-timeout >= 2.4.0, < 2.5",
116
116
  "pytest-xdist >= 3.7.0, < 3.8",
117
117
  ]
118
- zzz-test-aiolimiter = [
119
- "aiolimiter >= 1.2.1, < 1.3",
120
- ]
121
- zzz-test-altair = [
122
- "altair >= 5.5.0, < 5.6",
123
- "img2pdf >= 0.6.0, < 0.7",
124
- "polars-lts-cpu >= 1.30.0, < 1.31",
125
- "vl-convert-python >= 1.8.0, < 1.9",
126
- ]
127
- zzz-test-asyncio = []
128
- zzz-test-atomicwrites = []
129
- zzz-test-atools = [
130
- "atools >= 0.14.2, < 0.15",
131
- ]
132
- zzz-test-cachetools = ["cachetools >= 5.5.2, < 5.6"]
133
- zzz-test-click = [
134
- "click >= 8.2.1, < 8.3",
135
- "sqlalchemy >= 2.0.41, < 2.1",
136
- ]
137
- zzz-test-contextlib = []
138
- zzz-test-contextvars = []
139
- zzz-test-cryptography = ["cryptography >= 45.0.4, < 45.1"]
140
- zzz-test-cvxpy = ["cvxpy >= 1.6.5, < 1.7"]
141
- zzz-test-dataclasses = [
142
- "orjson >= 3.10.15, < 3.11",
143
- "polars-lts-cpu >= 1.30.0, < 1.31",
144
- ]
145
- zzz-test-datetime = [
146
- ]
147
- zzz-test-enum = []
148
- zzz-test-errors = []
149
- zzz-test-eventkit = ["eventkit >= 1.0.3, < 1.1"]
150
- zzz-test-fastapi = [
151
- "fastapi >= 0.115.11, < 0.116",
152
- "httpx >= 0.28.1, < 0.29",
153
- "uvicorn >= 0.34.1, < 0.35",
154
- ]
155
- zzz-test-fpdf2 = [
156
- "fpdf2 >= 2.8.3, < 2.9",
157
- ]
158
- zzz-test-functions = []
159
- zzz-test-functools = []
160
- zzz-test-getpass = []
161
- zzz-test-git = []
162
- zzz-test-hashlib = [
163
- "polars-lts-cpu >= 1.30.0, < 1.31",
164
- "orjson >= 3.10.15, < 3.11",
165
- ]
166
- zzz-test-http = [
167
- "orjson >= 3.10.18, < 3.11",
168
- ]
169
- zzz-test-hypothesis = [
170
- "aiosqlite >= 0.21.0, < 0.22",
171
- "asyncpg >= 0.30.0, < 0.31", # for sqlalchemy async
172
- "greenlet >= 3.2.0, < 3.3", # for sqlalchemy async
173
- "hypothesis >= 6.135.2, < 6.136",
174
- "luigi >= 3.6.0, < 3.7",
175
- "numpy >= 2.3.0, < 2.4",
176
- "pathvalidate >= 3.2.3, < 3.3",
177
- "redis >= 6.2.0, < 6.3",
178
- "sqlalchemy >= 2.0.41, < 2.1",
179
- "tenacity >= 8.5.0, < 9.0", # limited by luigi
180
- ]
181
- zzz-test-ipython = ["ipython >= 9.0.1, < 9.1"]
182
- zzz-test-iterables = [
183
- "polars-lts-cpu >= 1.30.0, < 1.31",
184
- ]
185
- zzz-test-jupyter = [
186
- "jupyterlab >= 4.2.0, < 4.3",
187
- "pandas >= 2.3.0, < 2.4",
188
- "polars-lts-cpu >= 1.30.0, < 1.31",
189
- ]
190
- zzz-test-logging = [
191
- "coloredlogs >= 15.0.1, < 15.1",
192
- "rich >= 14.0.0, < 14.1",
193
- "tomlkit >= 0.13.2, < 0.14",
194
- ]
195
- zzz-test-luigi = [
196
- "luigi >= 3.6.0, < 3.7",
197
- ]
198
- zzz-test-math = ["numpy >= 2.3.0, < 2.4"]
199
- zzz-test-memory-profiler = ["memory-profiler >= 0.61.0, < 0.62"]
200
- zzz-test-modules = []
201
- zzz-test-more-itertools = ["more-itertools >= 10.7.0, < 10.8"]
202
- zzz-test-numpy = ["numpy >= 2.3.0, < 2.4"]
203
- zzz-test-operator = [
204
- "polars-lts-cpu >= 1.30.0, < 1.31",
205
- ]
206
- zzz-test-optuna = ["optuna >= 4.3.0, < 4.4"]
207
- zzz-test-orjson = [
208
- "orjson >= 3.10.15, < 3.11",
209
- "polars-lts-cpu >= 1.30.0, < 1.31",
210
- "rich >= 14.0.0, < 14.1",
211
- ]
212
- zzz-test-os = []
213
- zzz-test-pathlib = []
214
- zzz-test-pickle = []
215
- zzz-test-platform = []
216
- zzz-test-polars = [
217
- "polars-lts-cpu >= 1.30.0, < 1.31",
218
- ]
219
- zzz-test-pqdm = ["pqdm >= 0.2.0, < 0.3"]
220
- zzz-test-pydantic = [
221
- "pydantic >= 2.11.4, < 2.12",
222
- ]
223
- zzz-test-pyinstrument = [
224
- "pyinstrument >= 5.0.2, < 5.1",
225
- ]
226
- zzz-test-pyrsistent = ["pyrsistent >= 0.20.0, < 0.21"]
227
- zzz-test-pytest = [
228
- "orjson >= 3.10.18, < 3.11",
229
- ]
230
- zzz-test-pytest-regressions = ["pytest-regressions >= 2.8.0, < 2.9"]
231
- zzz-test-python-dotenv = [
232
- "python-dotenv >= 1.1.0, < 1.2",
233
- ]
234
- zzz-test-random = []
235
- zzz-test-re = []
236
- zzz-test-redis = [
237
- "orjson >= 3.10.15, < 3.11",
238
- "polars-lts-cpu >= 1.30.0, < 1.31",
239
- "redis >= 6.2.0, < 6.3",
240
- "rich >= 14.0.0, < 14.1",
241
- "tenacity >= 8.5.0, < 9.0", # limited by luigi
242
- ]
243
- zzz-test-rich = ["rich >= 14.0.0, < 14.1"]
244
- zzz-test-scipy = ["scipy >= 1.15.3, < 1.16"]
245
- zzz-test-sentinel = []
246
- zzz-test-shelve = []
247
- zzz-test-slack-sdk = [
248
- "aiohttp >= 3.12.12, < 3.13", # for slack
249
- "slack-sdk >= 3.35.0, < 3.36",
250
- ]
251
- zzz-test-socket = []
252
- zzz-test-sqlalchemy = [
253
- "aiosqlite >= 0.21.0, < 0.22",
254
- "asyncpg >= 0.30.0, < 0.31", # for sqlalchemy async
255
- "greenlet >= 3.2.0, < 3.3", # for sqlalchemy async
256
- "nest-asyncio >= 1.6.0, < 1.7", # for sqlalchemy async
257
- "sqlalchemy >= 2.0.41, < 2.1",
258
- "tenacity >= 8.5.0, < 9.0", # limited by luigi
259
- ]
260
- zzz-test-sqlalchemy-polars = [
261
- "aiosqlite >= 0.21.0, < 0.22",
262
- "asyncpg >= 0.30.0, < 0.31", # for sqlalchemy async
263
- "greenlet >= 3.2.0, < 3.3", # for sqlalchemy async
264
- "nest-asyncio >= 1.6.0, < 1.7", # for sqlalchemy async
265
- "polars-lts-cpu >= 1.30.0, < 1.31",
266
- "sqlalchemy >= 2.0.41, < 2.1",
267
- "tenacity >= 8.5.0, < 9.0", # limited by luigi
268
- ]
269
- zzz-test-streamlit = ["streamlit >= 1.45.0, < 1.46"]
270
- zzz-test-sys = [
271
- "rich >= 14.0.0, < 14.1",
272
- "tomlkit >= 0.13.2, < 0.14",
273
- ]
274
- zzz-test-tempfile = []
275
- zzz-test-tenacity = [
276
- "tenacity >= 8.5.0, < 9.0", # limited by luigi
277
- ]
278
- zzz-test-text = []
279
- zzz-test-threading = []
280
- zzz-test-timer = []
281
- zzz-test-traceback = [
282
- "rich >= 14.0.0, < 14.1",
283
- "tomlkit >= 0.13.2, < 0.14",
284
- ]
285
- zzz-test-types = []
286
- zzz-test-typing = [
287
- "polars-lts-cpu >= 1.30.0, < 1.31",
288
- ]
289
- zzz-test-tzlocal = []
290
- zzz-test-uuid = []
291
- zzz-test-version = ["tomlkit >= 0.13.2, < 0.14"]
292
- zzz-test-warnings = []
293
- zzz-test-whenever = []
294
- zzz-test-zipfile = []
295
- zzz-test-zoneinfo = [
296
- "tzdata >= 2025.2, < 2025.3",
297
- ]
298
118
 
299
119
  [project.scripts]
300
120
 
301
121
  # bump-my-version
302
122
  [tool.bumpversion]
303
123
  allow_dirty = true
304
- current_version = "0.131.3"
124
+ current_version = "0.131.4"
305
125
 
306
126
  [[tool.bumpversion.files]]
307
127
  filename = "src/utilities/__init__.py"
@@ -1,3 +1,3 @@
1
1
  from __future__ import annotations
2
2
 
3
- __version__ = "0.131.3"
3
+ __version__ = "0.131.4"
@@ -1,205 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: dycw-utilities
3
- Version: 0.131.3
4
- Author-email: Derek Wan <d.wan@icloud.com>
5
- License-File: LICENSE
6
- Requires-Python: >=3.12
7
- Requires-Dist: atomicwrites<1.5,>=1.4.1
8
- Requires-Dist: typing-extensions<4.15,>=4.14.0
9
- Requires-Dist: tzlocal<5.4,>=5.3.1
10
- Requires-Dist: whenever<0.9,>=0.8.5
11
- Provides-Extra: logging
12
- Requires-Dist: coloredlogs<15.1,>=15.0.1; extra == 'logging'
13
- Provides-Extra: test
14
- Requires-Dist: dycw-pytest-only<2.2,>=2.1.1; extra == 'test'
15
- Requires-Dist: hypothesis<6.136,>=6.135.2; extra == 'test'
16
- Requires-Dist: pytest-asyncio<1.1,>=1.0.0; extra == 'test'
17
- Requires-Dist: pytest-cov<6.2,>=6.1.1; extra == 'test'
18
- Requires-Dist: pytest-instafail<0.6,>=0.5.0; extra == 'test'
19
- Requires-Dist: pytest-lazy-fixtures<1.2,>=1.1.4; extra == 'test'
20
- Requires-Dist: pytest-randomly<3.17,>=3.16.0; extra == 'test'
21
- Requires-Dist: pytest-regressions<2.9,>=2.8.0; extra == 'test'
22
- Requires-Dist: pytest-rerunfailures<16,>=15.1; extra == 'test'
23
- Requires-Dist: pytest-rng<1.1,>=1.0.0; extra == 'test'
24
- Requires-Dist: pytest-timeout<2.5,>=2.4.0; extra == 'test'
25
- Requires-Dist: pytest-xdist<3.8,>=3.7.0; extra == 'test'
26
- Requires-Dist: pytest<8.4,>=8.3.5; extra == 'test'
27
- Provides-Extra: zzz-test-aiolimiter
28
- Requires-Dist: aiolimiter<1.3,>=1.2.1; extra == 'zzz-test-aiolimiter'
29
- Provides-Extra: zzz-test-altair
30
- Requires-Dist: altair<5.6,>=5.5.0; extra == 'zzz-test-altair'
31
- Requires-Dist: img2pdf<0.7,>=0.6.0; extra == 'zzz-test-altair'
32
- Requires-Dist: polars-lts-cpu<1.31,>=1.30.0; extra == 'zzz-test-altair'
33
- Requires-Dist: vl-convert-python<1.9,>=1.8.0; extra == 'zzz-test-altair'
34
- Provides-Extra: zzz-test-asyncio
35
- Provides-Extra: zzz-test-atomicwrites
36
- Provides-Extra: zzz-test-atools
37
- Requires-Dist: atools<0.15,>=0.14.2; extra == 'zzz-test-atools'
38
- Provides-Extra: zzz-test-cachetools
39
- Requires-Dist: cachetools<5.6,>=5.5.2; extra == 'zzz-test-cachetools'
40
- Provides-Extra: zzz-test-click
41
- Requires-Dist: click<8.3,>=8.2.1; extra == 'zzz-test-click'
42
- Requires-Dist: sqlalchemy<2.1,>=2.0.41; extra == 'zzz-test-click'
43
- Provides-Extra: zzz-test-contextlib
44
- Provides-Extra: zzz-test-contextvars
45
- Provides-Extra: zzz-test-cryptography
46
- Requires-Dist: cryptography<45.1,>=45.0.4; extra == 'zzz-test-cryptography'
47
- Provides-Extra: zzz-test-cvxpy
48
- Requires-Dist: cvxpy<1.7,>=1.6.5; extra == 'zzz-test-cvxpy'
49
- Provides-Extra: zzz-test-dataclasses
50
- Requires-Dist: orjson<3.11,>=3.10.15; extra == 'zzz-test-dataclasses'
51
- Requires-Dist: polars-lts-cpu<1.31,>=1.30.0; extra == 'zzz-test-dataclasses'
52
- Provides-Extra: zzz-test-datetime
53
- Provides-Extra: zzz-test-enum
54
- Provides-Extra: zzz-test-errors
55
- Provides-Extra: zzz-test-eventkit
56
- Requires-Dist: eventkit<1.1,>=1.0.3; extra == 'zzz-test-eventkit'
57
- Provides-Extra: zzz-test-fastapi
58
- Requires-Dist: fastapi<0.116,>=0.115.11; extra == 'zzz-test-fastapi'
59
- Requires-Dist: httpx<0.29,>=0.28.1; extra == 'zzz-test-fastapi'
60
- Requires-Dist: uvicorn<0.35,>=0.34.1; extra == 'zzz-test-fastapi'
61
- Provides-Extra: zzz-test-fpdf2
62
- Requires-Dist: fpdf2<2.9,>=2.8.3; extra == 'zzz-test-fpdf2'
63
- Provides-Extra: zzz-test-functions
64
- Provides-Extra: zzz-test-functools
65
- Provides-Extra: zzz-test-getpass
66
- Provides-Extra: zzz-test-git
67
- Provides-Extra: zzz-test-hashlib
68
- Requires-Dist: orjson<3.11,>=3.10.15; extra == 'zzz-test-hashlib'
69
- Requires-Dist: polars-lts-cpu<1.31,>=1.30.0; extra == 'zzz-test-hashlib'
70
- Provides-Extra: zzz-test-http
71
- Requires-Dist: orjson<3.11,>=3.10.18; extra == 'zzz-test-http'
72
- Provides-Extra: zzz-test-hypothesis
73
- Requires-Dist: aiosqlite<0.22,>=0.21.0; extra == 'zzz-test-hypothesis'
74
- Requires-Dist: asyncpg<0.31,>=0.30.0; extra == 'zzz-test-hypothesis'
75
- Requires-Dist: greenlet<3.3,>=3.2.0; extra == 'zzz-test-hypothesis'
76
- Requires-Dist: hypothesis<6.136,>=6.135.2; extra == 'zzz-test-hypothesis'
77
- Requires-Dist: luigi<3.7,>=3.6.0; extra == 'zzz-test-hypothesis'
78
- Requires-Dist: numpy<2.4,>=2.3.0; extra == 'zzz-test-hypothesis'
79
- Requires-Dist: pathvalidate<3.3,>=3.2.3; extra == 'zzz-test-hypothesis'
80
- Requires-Dist: redis<6.3,>=6.2.0; extra == 'zzz-test-hypothesis'
81
- Requires-Dist: sqlalchemy<2.1,>=2.0.41; extra == 'zzz-test-hypothesis'
82
- Requires-Dist: tenacity<9.0,>=8.5.0; extra == 'zzz-test-hypothesis'
83
- Provides-Extra: zzz-test-ipython
84
- Requires-Dist: ipython<9.1,>=9.0.1; extra == 'zzz-test-ipython'
85
- Provides-Extra: zzz-test-iterables
86
- Requires-Dist: polars-lts-cpu<1.31,>=1.30.0; extra == 'zzz-test-iterables'
87
- Provides-Extra: zzz-test-jupyter
88
- Requires-Dist: jupyterlab<4.3,>=4.2.0; extra == 'zzz-test-jupyter'
89
- Requires-Dist: pandas<2.4,>=2.3.0; extra == 'zzz-test-jupyter'
90
- Requires-Dist: polars-lts-cpu<1.31,>=1.30.0; extra == 'zzz-test-jupyter'
91
- Provides-Extra: zzz-test-logging
92
- Requires-Dist: coloredlogs<15.1,>=15.0.1; extra == 'zzz-test-logging'
93
- Requires-Dist: rich<14.1,>=14.0.0; extra == 'zzz-test-logging'
94
- Requires-Dist: tomlkit<0.14,>=0.13.2; extra == 'zzz-test-logging'
95
- Provides-Extra: zzz-test-luigi
96
- Requires-Dist: luigi<3.7,>=3.6.0; extra == 'zzz-test-luigi'
97
- Provides-Extra: zzz-test-math
98
- Requires-Dist: numpy<2.4,>=2.3.0; extra == 'zzz-test-math'
99
- Provides-Extra: zzz-test-memory-profiler
100
- Requires-Dist: memory-profiler<0.62,>=0.61.0; extra == 'zzz-test-memory-profiler'
101
- Provides-Extra: zzz-test-modules
102
- Provides-Extra: zzz-test-more-itertools
103
- Requires-Dist: more-itertools<10.8,>=10.7.0; extra == 'zzz-test-more-itertools'
104
- Provides-Extra: zzz-test-numpy
105
- Requires-Dist: numpy<2.4,>=2.3.0; extra == 'zzz-test-numpy'
106
- Provides-Extra: zzz-test-operator
107
- Requires-Dist: polars-lts-cpu<1.31,>=1.30.0; extra == 'zzz-test-operator'
108
- Provides-Extra: zzz-test-optuna
109
- Requires-Dist: optuna<4.4,>=4.3.0; extra == 'zzz-test-optuna'
110
- Provides-Extra: zzz-test-orjson
111
- Requires-Dist: orjson<3.11,>=3.10.15; extra == 'zzz-test-orjson'
112
- Requires-Dist: polars-lts-cpu<1.31,>=1.30.0; extra == 'zzz-test-orjson'
113
- Requires-Dist: rich<14.1,>=14.0.0; extra == 'zzz-test-orjson'
114
- Provides-Extra: zzz-test-os
115
- Provides-Extra: zzz-test-pathlib
116
- Provides-Extra: zzz-test-pickle
117
- Provides-Extra: zzz-test-platform
118
- Provides-Extra: zzz-test-polars
119
- Requires-Dist: polars-lts-cpu<1.31,>=1.30.0; extra == 'zzz-test-polars'
120
- Provides-Extra: zzz-test-pqdm
121
- Requires-Dist: pqdm<0.3,>=0.2.0; extra == 'zzz-test-pqdm'
122
- Provides-Extra: zzz-test-pydantic
123
- Requires-Dist: pydantic<2.12,>=2.11.4; extra == 'zzz-test-pydantic'
124
- Provides-Extra: zzz-test-pyinstrument
125
- Requires-Dist: pyinstrument<5.1,>=5.0.2; extra == 'zzz-test-pyinstrument'
126
- Provides-Extra: zzz-test-pyrsistent
127
- Requires-Dist: pyrsistent<0.21,>=0.20.0; extra == 'zzz-test-pyrsistent'
128
- Provides-Extra: zzz-test-pytest
129
- Requires-Dist: orjson<3.11,>=3.10.18; extra == 'zzz-test-pytest'
130
- Provides-Extra: zzz-test-pytest-regressions
131
- Requires-Dist: pytest-regressions<2.9,>=2.8.0; extra == 'zzz-test-pytest-regressions'
132
- Provides-Extra: zzz-test-python-dotenv
133
- Requires-Dist: python-dotenv<1.2,>=1.1.0; extra == 'zzz-test-python-dotenv'
134
- Provides-Extra: zzz-test-random
135
- Provides-Extra: zzz-test-re
136
- Provides-Extra: zzz-test-redis
137
- Requires-Dist: orjson<3.11,>=3.10.15; extra == 'zzz-test-redis'
138
- Requires-Dist: polars-lts-cpu<1.31,>=1.30.0; extra == 'zzz-test-redis'
139
- Requires-Dist: redis<6.3,>=6.2.0; extra == 'zzz-test-redis'
140
- Requires-Dist: rich<14.1,>=14.0.0; extra == 'zzz-test-redis'
141
- Requires-Dist: tenacity<9.0,>=8.5.0; extra == 'zzz-test-redis'
142
- Provides-Extra: zzz-test-rich
143
- Requires-Dist: rich<14.1,>=14.0.0; extra == 'zzz-test-rich'
144
- Provides-Extra: zzz-test-scipy
145
- Requires-Dist: scipy<1.16,>=1.15.3; extra == 'zzz-test-scipy'
146
- Provides-Extra: zzz-test-sentinel
147
- Provides-Extra: zzz-test-shelve
148
- Provides-Extra: zzz-test-slack-sdk
149
- Requires-Dist: aiohttp<3.13,>=3.12.12; extra == 'zzz-test-slack-sdk'
150
- Requires-Dist: slack-sdk<3.36,>=3.35.0; extra == 'zzz-test-slack-sdk'
151
- Provides-Extra: zzz-test-socket
152
- Provides-Extra: zzz-test-sqlalchemy
153
- Requires-Dist: aiosqlite<0.22,>=0.21.0; extra == 'zzz-test-sqlalchemy'
154
- Requires-Dist: asyncpg<0.31,>=0.30.0; extra == 'zzz-test-sqlalchemy'
155
- Requires-Dist: greenlet<3.3,>=3.2.0; extra == 'zzz-test-sqlalchemy'
156
- Requires-Dist: nest-asyncio<1.7,>=1.6.0; extra == 'zzz-test-sqlalchemy'
157
- Requires-Dist: sqlalchemy<2.1,>=2.0.41; extra == 'zzz-test-sqlalchemy'
158
- Requires-Dist: tenacity<9.0,>=8.5.0; extra == 'zzz-test-sqlalchemy'
159
- Provides-Extra: zzz-test-sqlalchemy-polars
160
- Requires-Dist: aiosqlite<0.22,>=0.21.0; extra == 'zzz-test-sqlalchemy-polars'
161
- Requires-Dist: asyncpg<0.31,>=0.30.0; extra == 'zzz-test-sqlalchemy-polars'
162
- Requires-Dist: greenlet<3.3,>=3.2.0; extra == 'zzz-test-sqlalchemy-polars'
163
- Requires-Dist: nest-asyncio<1.7,>=1.6.0; extra == 'zzz-test-sqlalchemy-polars'
164
- Requires-Dist: polars-lts-cpu<1.31,>=1.30.0; extra == 'zzz-test-sqlalchemy-polars'
165
- Requires-Dist: sqlalchemy<2.1,>=2.0.41; extra == 'zzz-test-sqlalchemy-polars'
166
- Requires-Dist: tenacity<9.0,>=8.5.0; extra == 'zzz-test-sqlalchemy-polars'
167
- Provides-Extra: zzz-test-streamlit
168
- Requires-Dist: streamlit<1.46,>=1.45.0; extra == 'zzz-test-streamlit'
169
- Provides-Extra: zzz-test-sys
170
- Requires-Dist: rich<14.1,>=14.0.0; extra == 'zzz-test-sys'
171
- Requires-Dist: tomlkit<0.14,>=0.13.2; extra == 'zzz-test-sys'
172
- Provides-Extra: zzz-test-tempfile
173
- Provides-Extra: zzz-test-tenacity
174
- Requires-Dist: tenacity<9.0,>=8.5.0; extra == 'zzz-test-tenacity'
175
- Provides-Extra: zzz-test-text
176
- Provides-Extra: zzz-test-threading
177
- Provides-Extra: zzz-test-timer
178
- Provides-Extra: zzz-test-traceback
179
- Requires-Dist: rich<14.1,>=14.0.0; extra == 'zzz-test-traceback'
180
- Requires-Dist: tomlkit<0.14,>=0.13.2; extra == 'zzz-test-traceback'
181
- Provides-Extra: zzz-test-types
182
- Provides-Extra: zzz-test-typing
183
- Requires-Dist: polars-lts-cpu<1.31,>=1.30.0; extra == 'zzz-test-typing'
184
- Provides-Extra: zzz-test-tzlocal
185
- Provides-Extra: zzz-test-uuid
186
- Provides-Extra: zzz-test-version
187
- Requires-Dist: tomlkit<0.14,>=0.13.2; extra == 'zzz-test-version'
188
- Provides-Extra: zzz-test-warnings
189
- Provides-Extra: zzz-test-whenever
190
- Provides-Extra: zzz-test-zipfile
191
- Provides-Extra: zzz-test-zoneinfo
192
- Requires-Dist: tzdata<2025.3,>=2025.2; extra == 'zzz-test-zoneinfo'
193
- Description-Content-Type: text/markdown
194
-
195
- [![PyPI version](https://badge.fury.io/py/dycw-utilities.svg)](https://badge.fury.io/py/dycw-utilities)
196
-
197
- # `dycw-utilities`
198
-
199
- [All the Python functions I don't want to write twice.](https://github.com/nvim-lua/plenary.nvim)
200
-
201
- ## Installation
202
-
203
- - `pip install dycw-utilities`
204
-
205
- or with [extras](https://github.com/dycw/python-utilities/blob/master/pyproject.toml).