why-tools 0.2.26__tar.gz → 0.2.28__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 (59) hide show
  1. {why_tools-0.2.26 → why_tools-0.2.28}/PKG-INFO +1 -1
  2. {why_tools-0.2.26 → why_tools-0.2.28}/pyproject.toml +1 -1
  3. {why_tools-0.2.26 → why_tools-0.2.28}/why_tools.egg-info/PKG-INFO +1 -1
  4. why_tools-0.2.28/ytools/VERSION +1 -0
  5. why_tools-0.2.26/ytools/VERSION +0 -1
  6. {why_tools-0.2.26 → why_tools-0.2.28}/README.md +0 -0
  7. {why_tools-0.2.26 → why_tools-0.2.28}/setup.cfg +0 -0
  8. {why_tools-0.2.26 → why_tools-0.2.28}/setup.py +0 -0
  9. {why_tools-0.2.26 → why_tools-0.2.28}/test/test_var.py +0 -0
  10. {why_tools-0.2.26 → why_tools-0.2.28}/venv/bin/activate_this.py +0 -0
  11. {why_tools-0.2.26 → why_tools-0.2.28}/venv314/bin/activate_this.py +0 -0
  12. {why_tools-0.2.26 → why_tools-0.2.28}/why_tools.egg-info/SOURCES.txt +0 -0
  13. {why_tools-0.2.26 → why_tools-0.2.28}/why_tools.egg-info/dependency_links.txt +0 -0
  14. {why_tools-0.2.26 → why_tools-0.2.28}/why_tools.egg-info/requires.txt +0 -0
  15. {why_tools-0.2.26 → why_tools-0.2.28}/why_tools.egg-info/top_level.txt +0 -0
  16. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/__init__.py +0 -0
  17. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/alert/__init__.py +0 -0
  18. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/alert/wechat.py +0 -0
  19. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/arq/__init__.py +0 -0
  20. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/arq/client/__init__.py +0 -0
  21. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/arq/client/agent.py +0 -0
  22. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/arq/client/base.py +0 -0
  23. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/arq/client/client.py +0 -0
  24. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/arq/setting.py +0 -0
  25. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/arq/task/__init__.py +0 -0
  26. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/arq/task/task.py +0 -0
  27. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/auto_driver/__init__.py +0 -0
  28. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/auto_driver/dp/__init__.py +0 -0
  29. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/auto_driver/dp/route.py +0 -0
  30. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/auto_driver/dp/route_by_fetch.py +0 -0
  31. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/auto_driver/dp/rpa.py +0 -0
  32. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/auto_driver/rpa_base.py +0 -0
  33. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/auto_driver/track.py +0 -0
  34. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/error.py +0 -0
  35. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/log.py +0 -0
  36. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/network/__init__.py +0 -0
  37. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/network/header.py +0 -0
  38. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/network/request.py +0 -0
  39. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/network/response.py +0 -0
  40. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/others/__init__.py +0 -0
  41. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/others/no_eol.py +0 -0
  42. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/__init__.py +0 -0
  43. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/cache.py +0 -0
  44. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/cache_utils.py +0 -0
  45. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/counter.py +0 -0
  46. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/date.py +0 -0
  47. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/encrypt.py +0 -0
  48. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/extractors.py +0 -0
  49. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/file.py +0 -0
  50. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/host_ip.py +0 -0
  51. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/magic.py +0 -0
  52. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/magic_for_class.py +0 -0
  53. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/nodes.py +0 -0
  54. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/package.py +0 -0
  55. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/quiter.py +0 -0
  56. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/sign.py +0 -0
  57. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/track.py +0 -0
  58. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/utils/variable.py +0 -0
  59. {why_tools-0.2.26 → why_tools-0.2.28}/ytools/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: why-tools
3
- Version: 0.2.26
3
+ Version: 0.2.28
4
4
  Summary: 一个偏脚手架 / 内部工具箱风格的 Python 工具集合
5
5
  Author-email: yintian <yintian710@gmail.com>
6
6
  Maintainer-email: yintian <yintian710@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "why-tools"
3
- version = "0.2.26"
3
+ version = "0.2.28"
4
4
  description = "一个偏脚手架 / 内部工具箱风格的 Python 工具集合"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: why-tools
3
- Version: 0.2.26
3
+ Version: 0.2.28
4
4
  Summary: 一个偏脚手架 / 内部工具箱风格的 Python 工具集合
5
5
  Author-email: yintian <yintian710@gmail.com>
6
6
  Maintainer-email: yintian <yintian710@gmail.com>
@@ -0,0 +1 @@
1
+ 0.2.28
@@ -1 +0,0 @@
1
- 0.2.26
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes