osis-python 0.1.1__tar.gz → 0.1.3__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 (61) hide show
  1. {osis_python-0.1.1/src/osis_python.egg-info → osis_python-0.1.3}/PKG-INFO +1 -1
  2. {osis_python-0.1.1 → osis_python-0.1.3}/pyproject.toml +4 -1
  3. {osis_python-0.1.1 → osis_python-0.1.3/src/osis_python.egg-info}/PKG-INFO +1 -1
  4. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/__init__.py +6 -3
  5. {osis_python-0.1.1 → osis_python-0.1.3}/LICENSE +0 -0
  6. {osis_python-0.1.1 → osis_python-0.1.3}/README.md +0 -0
  7. {osis_python-0.1.1 → osis_python-0.1.3}/setup.cfg +0 -0
  8. {osis_python-0.1.1 → osis_python-0.1.3}/src/osis_python.egg-info/SOURCES.txt +0 -0
  9. {osis_python-0.1.1 → osis_python-0.1.3}/src/osis_python.egg-info/dependency_links.txt +0 -0
  10. {osis_python-0.1.1 → osis_python-0.1.3}/src/osis_python.egg-info/requires.txt +0 -0
  11. {osis_python-0.1.1 → osis_python-0.1.3}/src/osis_python.egg-info/top_level.txt +0 -0
  12. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/__init__.py +0 -0
  13. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/BaseAgent.py +0 -0
  14. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/DecisionAgent.py +0 -0
  15. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/MaterialAgent.py +0 -0
  16. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/ModelAgent.py +0 -0
  17. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/QuickBuildingAgent.py +0 -0
  18. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/SectionAgent.py +0 -0
  19. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/__init__.py +0 -0
  20. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/boundary/__init__.py +0 -0
  21. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/boundary/interface.py +0 -0
  22. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/control/__init__.py +0 -0
  23. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/control/interface.py +0 -0
  24. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/core/PyInterface.pyi +0 -0
  25. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/core/__init__.py +0 -0
  26. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/core/command.py +0 -0
  27. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/core/engine.py +0 -0
  28. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/element/__init__.py +0 -0
  29. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/element/interface.py +0 -0
  30. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/general/__init__.py +0 -0
  31. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/general/interface.py +0 -0
  32. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/live/__init__.py +0 -0
  33. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/live/analysis.py +0 -0
  34. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/live/grade.py +0 -0
  35. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/live/lane.py +0 -0
  36. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/load/__init__.py +0 -0
  37. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/load/loadcase.py +0 -0
  38. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/load/static.py +0 -0
  39. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/load/tendon.py +0 -0
  40. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/material/__init__.py +0 -0
  41. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/material/interface.py +0 -0
  42. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/node/__init__.py +0 -0
  43. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/node/interface.py +0 -0
  44. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/post/__init__.py +0 -0
  45. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/post/interface.py +0 -0
  46. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/property/__init__.py +0 -0
  47. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/property/coordinate.py +0 -0
  48. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/property/creep_shrink.py +0 -0
  49. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/property/damping.py +0 -0
  50. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/property/pu_curve.py +0 -0
  51. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/quick_building/__init__.py +0 -0
  52. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/quick_building/interface.py +0 -0
  53. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/section/__init__.py +0 -0
  54. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/section/common.py +0 -0
  55. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/section/numeric.py +0 -0
  56. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/section/param.py +0 -0
  57. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/section/steel.py +0 -0
  58. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/stage/__init__.py +0 -0
  59. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/stage/define.py +0 -0
  60. {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/stage/overall.py +0 -0
  61. {osis_python-0.1.1 → osis_python-0.1.3}/tests/test_osis.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: osis-python
3
- Version: 0.1.1
3
+ Version: 0.1.3
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: MIT License
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
  # PyPI 上的包名
7
7
  name = "osis-python"
8
8
  # 版本号
9
- version = "0.1.1"
9
+ dynamic = ["version"]
10
10
  # 作者信息
11
11
  authors = [
12
12
  {name = "CCCC Highway Consultant Co. Ltd.", email = "support@osisbim.com"},
@@ -38,6 +38,9 @@ dependencies = [
38
38
  "pydantic_core>=2.41.5",
39
39
  ]
40
40
 
41
+ [tool.setuptools.dynamic]
42
+ version = {attr = "pyosis.__version__"}
43
+
41
44
  # 项目链接
42
45
  [project.urls]
43
46
  Homepage = "https://github.com/osis-ai/pyosis"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: osis-python
3
- Version: 0.1.1
3
+ Version: 0.1.3
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: MIT License
@@ -7,9 +7,12 @@ 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.1.0"
11
- __author__ = "Li Zihao" # 中交公路规划设计院 - 工程技术研究中心 - 生产数智化研究室
10
+ __version__ = "0.1.3"
11
+ __author__ = "CCCC Highway Consultant Co. Ltd." # 中交公路规划设计院 - 工程技术研究中心
12
12
 
13
13
  # from .core import engine
14
14
  # from .ai.agents import BaseAgent
15
- from .core import osis_run
15
+ # from .core import osis_run
16
+
17
+ def get_version():
18
+ return __version__
File without changes
File without changes
File without changes