qtmodel 0.5.35__tar.gz → 0.5.36__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 qtmodel might be problematic. Click here for more details.
- {qtmodel-0.5.35 → qtmodel-0.5.36}/PKG-INFO +3 -3
- {qtmodel-0.5.35 → qtmodel-0.5.36}/README.md +1 -1
- {qtmodel-0.5.35 → qtmodel-0.5.36}/qtmodel/qt_mdb.py +0 -1
- {qtmodel-0.5.35 → qtmodel-0.5.36}/qtmodel.egg-info/PKG-INFO +3 -3
- {qtmodel-0.5.35 → qtmodel-0.5.36}/setup.py +2 -2
- {qtmodel-0.5.35 → qtmodel-0.5.36}/qtmodel/__init__.py +0 -0
- {qtmodel-0.5.35 → qtmodel-0.5.36}/qtmodel/qt_db.py +0 -0
- {qtmodel-0.5.35 → qtmodel-0.5.36}/qtmodel/qt_odb.py +0 -0
- {qtmodel-0.5.35 → qtmodel-0.5.36}/qtmodel.egg-info/SOURCES.txt +0 -0
- {qtmodel-0.5.35 → qtmodel-0.5.36}/qtmodel.egg-info/dependency_links.txt +0 -0
- {qtmodel-0.5.35 → qtmodel-0.5.36}/qtmodel.egg-info/top_level.txt +0 -0
- {qtmodel-0.5.35 → qtmodel-0.5.36}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 0.5.
|
|
4
|
-
Summary: python modeling for qt 24/11/
|
|
3
|
+
Version: 0.5.36
|
|
4
|
+
Summary: python modeling for qt 24/11/4
|
|
5
5
|
Home-page: https://github.com/Inface0443/pyqt
|
|
6
6
|
Author: dqy-zhj
|
|
7
7
|
Author-email: 1105417715@qq.com
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
|
|
15
|
-
# 最新版本 V0.5.
|
|
15
|
+
# 最新版本 V0.5.36 - 2024.11.1
|
|
16
16
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
17
17
|
- 修改帮助文档
|
|
18
18
|
## 项目管理
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 0.5.
|
|
4
|
-
Summary: python modeling for qt 24/11/
|
|
3
|
+
Version: 0.5.36
|
|
4
|
+
Summary: python modeling for qt 24/11/4
|
|
5
5
|
Home-page: https://github.com/Inface0443/pyqt
|
|
6
6
|
Author: dqy-zhj
|
|
7
7
|
Author-email: 1105417715@qq.com
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
|
|
15
|
-
# 最新版本 V0.5.
|
|
15
|
+
# 最新版本 V0.5.36 - 2024.11.1
|
|
16
16
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
17
17
|
- 修改帮助文档
|
|
18
18
|
## 项目管理
|
|
@@ -7,10 +7,10 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
7
7
|
# twine upload dist/*
|
|
8
8
|
setup(
|
|
9
9
|
name="qtmodel",
|
|
10
|
-
version="0.5.
|
|
10
|
+
version="0.5.36",
|
|
11
11
|
author="dqy-zhj",
|
|
12
12
|
author_email="1105417715@qq.com",
|
|
13
|
-
description="python modeling for qt 24/11/
|
|
13
|
+
description="python modeling for qt 24/11/4 ",
|
|
14
14
|
long_description=long_description, # 使用读取的 README.md 文件内容
|
|
15
15
|
long_description_content_type="text/markdown", # 指明内容格式为markdown
|
|
16
16
|
url="https://github.com/Inface0443/pyqt",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|