ygo 1.2.0__tar.gz → 1.2.1__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.

Potentially problematic release.


This version of ygo might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ygo
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: 一个轻量级 Python 工具包,支持 并发执行(带进度条)、延迟调用、链式绑定参数、函数信息获取、模块/函数动态加载。并结合 ylog 提供日志记录能力
5
5
  Project-URL: homepage, https://github.com/link-yundi/ygo
6
6
  Project-URL: repository, https://github.com/link-yundi/ygo
@@ -9,7 +9,7 @@ Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
10
  Requires-Dist: hydra-core>=1.3.2
11
11
  Requires-Dist: joblib>=1.5.0
12
- Requires-Dist: tolog>=1.0.0
12
+ Requires-Dist: logair>=1.0.0
13
13
  Requires-Dist: tqdm>=4.67.1
14
14
  Dynamic: license-file
15
15
 
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ygo"
7
- version = "1.2.0"
7
+ version = "1.2.1"
8
8
  description = "一个轻量级 Python 工具包,支持 并发执行(带进度条)、延迟调用、链式绑定参数、函数信息获取、模块/函数动态加载。并结合 ylog 提供日志记录能力"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
11
11
  dependencies = [
12
12
  "hydra-core>=1.3.2",
13
13
  "joblib>=1.5.0",
14
- "tolog>=1.0.0",
14
+ "logair>=1.0.0",
15
15
  "tqdm>=4.67.1",
16
16
  ]
17
17
 
@@ -21,7 +21,7 @@ from .utils import (
21
21
  )
22
22
  from .lazy import lazy_import
23
23
 
24
- __version__ = "1.2.0"
24
+ __version__ = "1.2.1"
25
25
 
26
26
  __all__ = [
27
27
  "FailTaskError",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ygo
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: 一个轻量级 Python 工具包,支持 并发执行(带进度条)、延迟调用、链式绑定参数、函数信息获取、模块/函数动态加载。并结合 ylog 提供日志记录能力
5
5
  Project-URL: homepage, https://github.com/link-yundi/ygo
6
6
  Project-URL: repository, https://github.com/link-yundi/ygo
@@ -9,7 +9,7 @@ Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
10
  Requires-Dist: hydra-core>=1.3.2
11
11
  Requires-Dist: joblib>=1.5.0
12
- Requires-Dist: tolog>=1.0.0
12
+ Requires-Dist: logair>=1.0.0
13
13
  Requires-Dist: tqdm>=4.67.1
14
14
  Dynamic: license-file
15
15
 
@@ -1,4 +1,4 @@
1
1
  hydra-core>=1.3.2
2
2
  joblib>=1.5.0
3
- tolog>=1.0.0
3
+ logair>=1.0.0
4
4
  tqdm>=4.67.1
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes