qtmodel 0.5.34__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.34 → qtmodel-0.5.36}/PKG-INFO +3 -3
- {qtmodel-0.5.34 → qtmodel-0.5.36}/README.md +1 -1
- {qtmodel-0.5.34 → qtmodel-0.5.36}/qtmodel/qt_mdb.py +1 -2
- {qtmodel-0.5.34 → qtmodel-0.5.36}/qtmodel.egg-info/PKG-INFO +3 -3
- {qtmodel-0.5.34 → qtmodel-0.5.36}/setup.py +2 -2
- {qtmodel-0.5.34 → qtmodel-0.5.36}/qtmodel/__init__.py +0 -0
- {qtmodel-0.5.34 → qtmodel-0.5.36}/qtmodel/qt_db.py +0 -0
- {qtmodel-0.5.34 → qtmodel-0.5.36}/qtmodel/qt_odb.py +0 -0
- {qtmodel-0.5.34 → qtmodel-0.5.36}/qtmodel.egg-info/SOURCES.txt +0 -0
- {qtmodel-0.5.34 → qtmodel-0.5.36}/qtmodel.egg-info/dependency_links.txt +0 -0
- {qtmodel-0.5.34 → qtmodel-0.5.36}/qtmodel.egg-info/top_level.txt +0 -0
- {qtmodel-0.5.34 → 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/
|
|
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
|
## 项目管理
|
|
@@ -492,7 +492,6 @@ class Mdb:
|
|
|
492
492
|
"""
|
|
493
493
|
try:
|
|
494
494
|
qt_model.AddStructureGroup(name=name, id=index, nodeIds=node_ids, elementIds=element_ids)
|
|
495
|
-
qt_model.UpdateModel()
|
|
496
495
|
except Exception as ex:
|
|
497
496
|
raise Exception(ex)
|
|
498
497
|
|
|
@@ -1215,7 +1214,7 @@ class Mdb:
|
|
|
1215
1214
|
Returns: 无
|
|
1216
1215
|
"""
|
|
1217
1216
|
try:
|
|
1218
|
-
qt_model.
|
|
1217
|
+
qt_model.AddGeneralElasticSupport(nodeIds=node_id, propertyName=property_name, groupName=group_name)
|
|
1219
1218
|
except Exception as ex:
|
|
1220
1219
|
raise Exception(ex)
|
|
1221
1220
|
|
|
@@ -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/
|
|
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/
|
|
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
|