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.
- {osis_python-0.1.1/src/osis_python.egg-info → osis_python-0.1.3}/PKG-INFO +1 -1
- {osis_python-0.1.1 → osis_python-0.1.3}/pyproject.toml +4 -1
- {osis_python-0.1.1 → osis_python-0.1.3/src/osis_python.egg-info}/PKG-INFO +1 -1
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/__init__.py +6 -3
- {osis_python-0.1.1 → osis_python-0.1.3}/LICENSE +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/README.md +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/setup.cfg +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/osis_python.egg-info/SOURCES.txt +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/osis_python.egg-info/dependency_links.txt +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/osis_python.egg-info/requires.txt +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/osis_python.egg-info/top_level.txt +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/BaseAgent.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/DecisionAgent.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/MaterialAgent.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/ModelAgent.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/QuickBuildingAgent.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/SectionAgent.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/ai/agents/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/boundary/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/boundary/interface.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/control/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/control/interface.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/core/PyInterface.pyi +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/core/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/core/command.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/core/engine.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/element/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/element/interface.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/general/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/general/interface.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/live/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/live/analysis.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/live/grade.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/live/lane.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/load/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/load/loadcase.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/load/static.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/load/tendon.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/material/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/material/interface.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/node/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/node/interface.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/post/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/post/interface.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/property/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/property/coordinate.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/property/creep_shrink.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/property/damping.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/property/pu_curve.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/quick_building/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/quick_building/interface.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/section/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/section/common.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/section/numeric.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/section/param.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/section/steel.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/stage/__init__.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/stage/define.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/src/pyosis/stage/overall.py +0 -0
- {osis_python-0.1.1 → osis_python-0.1.3}/tests/test_osis.py +0 -0
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
# PyPI 上的包名
|
|
7
7
|
name = "osis-python"
|
|
8
8
|
# 版本号
|
|
9
|
-
|
|
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"
|
|
@@ -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.
|
|
11
|
-
__author__ = "
|
|
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
|
|
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
|
|
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
|