qtmodel 2.2.6__tar.gz → 2.2.7__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.
- {qtmodel-2.2.6 → qtmodel-2.2.7}/PKG-INFO +2 -2
- {qtmodel-2.2.6 → qtmodel-2.2.7}/README.md +1 -1
- {qtmodel-2.2.6 → qtmodel-2.2.7}/pyproject.toml +4 -1
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/core/qt_server.py +1 -1
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_project.py +2 -4
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel.egg-info/PKG-INFO +2 -2
- {qtmodel-2.2.6 → qtmodel-2.2.7}/setup.cfg +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/__init__.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/cdb/__init__.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/cdb/cdb_anti_overturn_check.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/cdb/cdb_concrete_check.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/cdb/cdb_steel_box_check.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/cdb/cdb_steel_truss_check.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/core/__init__.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/core/data_helper.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/core/model_db.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/core/result_db.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/__init__.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_analysis_setting.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_assistant.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_boundary.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_construction_stage.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_dynamic_load.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_live_load.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_load.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_property.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_section.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_sink_load.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_static_load.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_structure.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_temperature_load.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_tendon.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/__init__.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_model_boundary.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_model_load.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_model_material.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_model_section.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_model_stage.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_model_structure.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_result_data.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_result_plot.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_view.py +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel.egg-info/SOURCES.txt +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel.egg-info/dependency_links.txt +0 -0
- {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel.egg-info/top_level.txt +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.7
|
|
4
4
|
Summary: qtmodel package
|
|
5
5
|
Author: Your Name
|
|
6
6
|
Requires-Python: >=3.9
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
|
|
9
|
-
> 最新qtmodel版本 V2.2.
|
|
9
|
+
> 最新qtmodel版本 V2.2.7 - 2026-04-16
|
|
10
10
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
11
11
|
- 更新2.2.6版本,优化帮助文档
|
|
12
12
|
# 建模操作
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "qtmodel"
|
|
7
|
-
version = "2.2.
|
|
7
|
+
version = "2.2.7"
|
|
8
8
|
description = "qtmodel package"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -16,6 +16,9 @@ package-dir = {"" = "src"}
|
|
|
16
16
|
[tool.setuptools.packages.find]
|
|
17
17
|
where = ["src"]
|
|
18
18
|
|
|
19
|
+
# $env:HTTP_PROXY=""
|
|
20
|
+
# $env:HTTPS_PROXY=""
|
|
21
|
+
# $env:NO_PROXY="*"
|
|
19
22
|
# py -m pip install -U pip build twine
|
|
20
23
|
# py -m build
|
|
21
24
|
# py -m twine check dist/*
|
|
@@ -50,11 +50,9 @@ class MdbProject:
|
|
|
50
50
|
current = _parse_version(QtServer.QT_VERSION)
|
|
51
51
|
target = _parse_version(version)
|
|
52
52
|
|
|
53
|
-
#
|
|
53
|
+
# 如果版本大于当前版本,直接按照当前版本导入
|
|
54
54
|
if target > current:
|
|
55
|
-
|
|
56
|
-
f"不允许设置到更高版本:当前最高版本 {QtServer.QT_VERSION}"
|
|
57
|
-
)
|
|
55
|
+
return
|
|
58
56
|
QtServer.QT_VERSION = version
|
|
59
57
|
|
|
60
58
|
@staticmethod
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.7
|
|
4
4
|
Summary: qtmodel package
|
|
5
5
|
Author: Your Name
|
|
6
6
|
Requires-Python: >=3.9
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
|
|
9
|
-
> 最新qtmodel版本 V2.2.
|
|
9
|
+
> 最新qtmodel版本 V2.2.7 - 2026-04-16
|
|
10
10
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
11
11
|
- 更新2.2.6版本,优化帮助文档
|
|
12
12
|
# 建模操作
|
|
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
|
|
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
|
|
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
|