osis-python 0.3.1__tar.gz → 0.3.2__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 (101) hide show
  1. {osis_python-0.3.1/src/osis_python.egg-info → osis_python-0.3.2}/PKG-INFO +1 -1
  2. {osis_python-0.3.1 → osis_python-0.3.2/src/osis_python.egg-info}/PKG-INFO +1 -1
  3. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/__init__.py +1 -1
  4. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/core/client.py +1 -1
  5. {osis_python-0.3.1 → osis_python-0.3.2}/LICENSE +0 -0
  6. {osis_python-0.3.1 → osis_python-0.3.2}/README.md +0 -0
  7. {osis_python-0.3.1 → osis_python-0.3.2}/pyproject.toml +0 -0
  8. {osis_python-0.3.1 → osis_python-0.3.2}/setup.cfg +0 -0
  9. {osis_python-0.3.1 → osis_python-0.3.2}/src/osis_python.egg-info/SOURCES.txt +0 -0
  10. {osis_python-0.3.1 → osis_python-0.3.2}/src/osis_python.egg-info/dependency_links.txt +0 -0
  11. {osis_python-0.3.1 → osis_python-0.3.2}/src/osis_python.egg-info/requires.txt +0 -0
  12. {osis_python-0.3.1 → osis_python-0.3.2}/src/osis_python.egg-info/top_level.txt +0 -0
  13. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/boundary/__init__.py +0 -0
  14. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/boundary/interface.py +0 -0
  15. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/boundary/manager.py +0 -0
  16. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/control/__init__.py +0 -0
  17. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/control/control.py +0 -0
  18. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/control/io.py +0 -0
  19. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/control/manager.py +0 -0
  20. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/control/nonlinear.py +0 -0
  21. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/core/__init__.py +0 -0
  22. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/core/all_func.py +0 -0
  23. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/core/command.py +0 -0
  24. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/core/engine.py +0 -0
  25. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/dynamic/__init__.py +0 -0
  26. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/dynamic/load_to_mass.py +0 -0
  27. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/dynamic/manager.py +0 -0
  28. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/dynamic/modal.py +0 -0
  29. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/dynamic/seismic.py +0 -0
  30. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/element/__init__.py +0 -0
  31. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/element/interface.py +0 -0
  32. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/element/manager.py +0 -0
  33. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/general/__init__.py +0 -0
  34. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/general/interface.py +0 -0
  35. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/geometry/__init__.py +0 -0
  36. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/geometry/interface.py +0 -0
  37. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/geometry/manager.py +0 -0
  38. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/live/__init__.py +0 -0
  39. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/live/analysis.py +0 -0
  40. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/live/grade.py +0 -0
  41. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/live/lane.py +0 -0
  42. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/live/manager.py +0 -0
  43. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/load/__init__.py +0 -0
  44. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/load/loadcase.py +0 -0
  45. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/load/manager.py +0 -0
  46. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/load/static.py +0 -0
  47. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/load/tendon.py +0 -0
  48. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/material/__init__.py +0 -0
  49. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/material/interface.py +0 -0
  50. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/material/manager.py +0 -0
  51. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/node/__init__.py +0 -0
  52. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/node/interface.py +0 -0
  53. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/node/manager.py +0 -0
  54. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/post/__init__.py +0 -0
  55. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/post/combine.py +0 -0
  56. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/post/design_check.py +0 -0
  57. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/post/display.py +0 -0
  58. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/post/manager.py +0 -0
  59. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/project/__init__.py +0 -0
  60. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/project/interface.py +0 -0
  61. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/project/manager.py +0 -0
  62. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/property/__init__.py +0 -0
  63. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/property/component_thickness.py +0 -0
  64. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/property/coordinate.py +0 -0
  65. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/property/creep_shrink.py +0 -0
  66. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/property/damping.py +0 -0
  67. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/property/manager.py +0 -0
  68. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/property/pu_curve.py +0 -0
  69. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/quick_building/__init__.py +0 -0
  70. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/quick_building/interface.py +0 -0
  71. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/result/__init__.py +0 -0
  72. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/result/check.py +0 -0
  73. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/result/env.py +0 -0
  74. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/result/loadcase.py +0 -0
  75. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/result/manager.py +0 -0
  76. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/result/result.py +0 -0
  77. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/section/__init__.py +0 -0
  78. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/section/common.py +0 -0
  79. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/section/manager.py +0 -0
  80. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/section/numeric.py +0 -0
  81. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/section/param.py +0 -0
  82. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/section/rebar.py +0 -0
  83. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/section/rib.py +0 -0
  84. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/section/steel.py +0 -0
  85. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/settlement/__init__.py +0 -0
  86. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/settlement/interface.py +0 -0
  87. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/settlement/manager.py +0 -0
  88. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/stability/__init__.py +0 -0
  89. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/stability/buckling.py +0 -0
  90. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/stability/manager.py +0 -0
  91. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/stage/__init__.py +0 -0
  92. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/stage/define.py +0 -0
  93. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/stage/manager.py +0 -0
  94. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/stage/overall.py +0 -0
  95. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/thickness/__init__.py +0 -0
  96. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/thickness/interface.py +0 -0
  97. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/thickness/manager.py +0 -0
  98. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/transfer/__init__.py +0 -0
  99. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/transfer/command_map.py +0 -0
  100. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/transfer/generator.py +0 -0
  101. {osis_python-0.3.1 → osis_python-0.3.2}/src/pyosis/transfer/parser.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: osis-python
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: A Python client library for Osis APDL
5
5
  Author-email: "CCCC Highway Consultant Co. Ltd." <support@osisbim.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: osis-python
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: A Python client library for Osis APDL
5
5
  Author-email: "CCCC Highway Consultant Co. Ltd." <support@osisbim.com>
6
6
  License-Expression: MIT
@@ -7,7 +7,7 @@ A library for extending OSIS functionality.
7
7
  A library that allows users to use CAE with great flexibility.
8
8
  """
9
9
 
10
- __version__ = "0.3.1"
10
+ __version__ = "0.3.2"
11
11
  __author__ = "CCCC Highway Consultant Co. Ltd." # 中交公路规划设计院 - 工程技术研究中心 - lzh - wjh - myf
12
12
 
13
13
  # from .core import engine
@@ -24,7 +24,7 @@ session.mount("http://", adapter)
24
24
  session.mount("https://", adapter) # 如果你后续用HTTPS
25
25
 
26
26
  # ========== 通用客户端函数(复用连接池) ==========
27
- def osis_client(func_name: str, payload: dict) -> dict | tuple[bool, str]:
27
+ def osis_client(func_name: str, payload: dict) -> dict:
28
28
  """
29
29
  通用 OSIS 接口客户端(复用连接池,高效批量调用)
30
30
  Args:
File without changes
File without changes
File without changes
File without changes