https://github.com/haiiliin/abqpy
Type Hints for Abaqus/Python Scripting
https://github.com/haiiliin/abqpy
abaqus python
Last synced: about 1 year ago
JSON representation
Type Hints for Abaqus/Python Scripting
- Host: GitHub
- URL: https://github.com/haiiliin/abqpy
- Owner: haiiliin
- License: mit
- Created: 2022-06-19T09:45:13.000Z (about 4 years ago)
- Default Branch: 2025
- Last Pushed: 2025-05-08T11:34:32.000Z (about 1 year ago)
- Last Synced: 2025-05-08T19:51:07.541Z (about 1 year ago)
- Topics: abaqus, python
- Language: Python
- Homepage: https://haiiliin.github.io/abqpy/
- Size: 144 MB
- Stars: 234
- Watchers: 1
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README-zh-cn.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# abqpy 2025
[](https://github.com/haiiliin/abqpy/actions/workflows/tests.yml)
[](https://readthedocs.org/projects/abqpy/)
[](https://coveralls.io/github/haiiliin/abqpy?branch=2025)
[](https://www.python.org/downloads/)
[](https://www.3ds.com/products-services/simulia/products/abaqus/)
[](https://crowdin.com/project/abqpy-locale)
其它语言版本: [English](README.md), [简体中文](README-zh-cn.md).
Abaqus/Python 脚本的类型提示
`abqpy` 是一个 Python 包,为 Abaqus 的 Python 脚本提供类型提示,您可以使用它方便地编写 Abaqus Python 脚本。
它还提供了一些简单的 API 来执行 Abaqus 命令,以便您可以运行 Python 脚本来创建模型、
提交作业并提取输出数据,即使不打开 Abaqus/CAE。
- GitHub 仓库: [https://github.com/haiiliin/abqpy](https://github.com/haiiliin/abqpy)
- PyPI: [https://pypi.org/project/abqpy](https://pypi.org/project/abqpy)
- 中文文档: [https://haiiliin.github.io/abqpy](https://haiiliin.github.io/abqpy)
## 快速开始
确保
和
已经安装成功,然后打开 `cmd` 或者 `terminal`,输入:
```
pip install -U abqpy==2025.* # 将主版本号替换为你的 Abaqus 版本号
```
然后,在你喜欢的开发环境中使用 Python 3.8+ 运行你的 Abaqus/Python 脚本,看看奇迹如何发生。
更多信息,请参阅 [文档](https://haiiliin.github.io/abqpy).
## 欢迎拉取合并请求
由于`abqpy`是从 Abaqus 官方文档中重构出来的,很多文档字符串的格式还不完善,比如
数学方程,对象的属性,由于我的时间有限,这些东西还没有完成,如果有人愿意做出任何贡献,
请随时创建您的拉取请求。
请参阅 [CONTRIBUTING](https://github.com/haiiliin/abqpy/blob/main/.github/CONTRIBUTING.md) 了解贡献指南.
## 截图

