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.
Files changed (45) hide show
  1. {qtmodel-2.2.6 → qtmodel-2.2.7}/PKG-INFO +2 -2
  2. {qtmodel-2.2.6 → qtmodel-2.2.7}/README.md +1 -1
  3. {qtmodel-2.2.6 → qtmodel-2.2.7}/pyproject.toml +4 -1
  4. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/core/qt_server.py +1 -1
  5. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_project.py +2 -4
  6. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel.egg-info/PKG-INFO +2 -2
  7. {qtmodel-2.2.6 → qtmodel-2.2.7}/setup.cfg +0 -0
  8. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/__init__.py +0 -0
  9. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/cdb/__init__.py +0 -0
  10. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/cdb/cdb_anti_overturn_check.py +0 -0
  11. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/cdb/cdb_concrete_check.py +0 -0
  12. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/cdb/cdb_steel_box_check.py +0 -0
  13. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/cdb/cdb_steel_truss_check.py +0 -0
  14. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/core/__init__.py +0 -0
  15. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/core/data_helper.py +0 -0
  16. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/core/model_db.py +0 -0
  17. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/core/result_db.py +0 -0
  18. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/__init__.py +0 -0
  19. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_analysis_setting.py +0 -0
  20. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_assistant.py +0 -0
  21. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_boundary.py +0 -0
  22. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_construction_stage.py +0 -0
  23. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_dynamic_load.py +0 -0
  24. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_live_load.py +0 -0
  25. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_load.py +0 -0
  26. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_property.py +0 -0
  27. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_section.py +0 -0
  28. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_sink_load.py +0 -0
  29. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_static_load.py +0 -0
  30. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_structure.py +0 -0
  31. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_temperature_load.py +0 -0
  32. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/mdb/mdb_tendon.py +0 -0
  33. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/__init__.py +0 -0
  34. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_model_boundary.py +0 -0
  35. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_model_load.py +0 -0
  36. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_model_material.py +0 -0
  37. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_model_section.py +0 -0
  38. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_model_stage.py +0 -0
  39. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_model_structure.py +0 -0
  40. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_result_data.py +0 -0
  41. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_result_plot.py +0 -0
  42. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel/odb/odb_view.py +0 -0
  43. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel.egg-info/SOURCES.txt +0 -0
  44. {qtmodel-2.2.6 → qtmodel-2.2.7}/src/qtmodel.egg-info/dependency_links.txt +0 -0
  45. {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.6
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.6 - 2026-04-10
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
  # 建模操作
@@ -1,4 +1,4 @@
1
- > 最新qtmodel版本 V2.2.6 - 2026-04-10
1
+ > 最新qtmodel版本 V2.2.7 - 2026-04-16
2
2
  > pip install --upgrade qtmodel -i https://pypi.org/simple
3
3
  - 更新2.2.6版本,优化帮助文档
4
4
  # 建模操作
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "qtmodel"
7
- version = "2.2.6"
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/*
@@ -10,7 +10,7 @@ import requests
10
10
 
11
11
  class QtServer:
12
12
  URL: str = "http://localhost:55125/pythonForQt/"
13
- QT_VERSION: str = "2.2.5"
13
+ QT_VERSION: str = "2.2.6"
14
14
  _session = requests.Session()
15
15
  _lock = threading.Lock()
16
16
 
@@ -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
- raise ValueError(
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.6
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.6 - 2026-04-10
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