ygo 1.2.5__tar.gz → 1.2.6__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.
- {ygo-1.2.5 → ygo-1.2.6}/PKG-INFO +2 -2
- {ygo-1.2.5 → ygo-1.2.6}/pyproject.toml +2 -2
- {ygo-1.2.5 → ygo-1.2.6}/ygo/__init__.py +1 -1
- {ygo-1.2.5 → ygo-1.2.6}/ygo.egg-info/PKG-INFO +2 -2
- {ygo-1.2.5 → ygo-1.2.6}/ygo.egg-info/requires.txt +1 -1
- {ygo-1.2.5 → ygo-1.2.6}/LICENSE +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/README.md +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/setup.cfg +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/tests/test_lazy.py +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/tests/test_utils.py +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/tests/test_ygo.py +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/ygo/delay.py +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/ygo/exceptions.py +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/ygo/lazy.py +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/ygo/pool.py +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/ygo/utils.py +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/ygo.egg-info/SOURCES.txt +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/ygo.egg-info/dependency_links.txt +0 -0
- {ygo-1.2.5 → ygo-1.2.6}/ygo.egg-info/top_level.txt +0 -0
{ygo-1.2.5 → ygo-1.2.6}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ygo
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.6
|
|
4
4
|
Summary: 一个轻量级 Python 工具包,支持 并发执行(带进度条)、延迟调用、链式绑定参数、函数信息获取、模块/函数动态加载。
|
|
5
5
|
Project-URL: homepage, https://github.com/link-yundi/ygo
|
|
6
6
|
Project-URL: repository, https://github.com/link-yundi/ygo
|
|
@@ -8,7 +8,7 @@ Requires-Python: >=3.12
|
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
10
|
Requires-Dist: joblib>=1.5.0
|
|
11
|
-
Requires-Dist: logair>=1.0.
|
|
11
|
+
Requires-Dist: logair>=1.0.3
|
|
12
12
|
Requires-Dist: tqdm>=4.67.1
|
|
13
13
|
Dynamic: license-file
|
|
14
14
|
|
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ygo"
|
|
7
|
-
version = "1.2.
|
|
7
|
+
version = "1.2.6"
|
|
8
8
|
description = "一个轻量级 Python 工具包,支持 并发执行(带进度条)、延迟调用、链式绑定参数、函数信息获取、模块/函数动态加载。"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.12"
|
|
11
11
|
dependencies = [
|
|
12
12
|
"joblib>=1.5.0",
|
|
13
|
-
"logair>=1.0.
|
|
13
|
+
"logair>=1.0.3",
|
|
14
14
|
"tqdm>=4.67.1",
|
|
15
15
|
]
|
|
16
16
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ygo
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.6
|
|
4
4
|
Summary: 一个轻量级 Python 工具包,支持 并发执行(带进度条)、延迟调用、链式绑定参数、函数信息获取、模块/函数动态加载。
|
|
5
5
|
Project-URL: homepage, https://github.com/link-yundi/ygo
|
|
6
6
|
Project-URL: repository, https://github.com/link-yundi/ygo
|
|
@@ -8,7 +8,7 @@ Requires-Python: >=3.12
|
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
10
|
Requires-Dist: joblib>=1.5.0
|
|
11
|
-
Requires-Dist: logair>=1.0.
|
|
11
|
+
Requires-Dist: logair>=1.0.3
|
|
12
12
|
Requires-Dist: tqdm>=4.67.1
|
|
13
13
|
Dynamic: license-file
|
|
14
14
|
|
{ygo-1.2.5 → ygo-1.2.6}/LICENSE
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|