Warning The
pyabaqus
package has been deprecated. Please use the abqpy package instead.
Type hints for Abaqus/Python scripting
pyabaqus
is a Python package providing type hints for Python scripting of Abaqus, you can
use it to write your Python script of Abaqus fluently, even without doing anything in Abaqus.
It also provides some simple APIs to execute the Abaqus commands so that you can run your
Python script to build the model, submit the job and extract the output data in just one
Python script, even without opening the Abaqus/CAE.
- GitHub repository: github.com/haiiliin/pyabaqus
- PyPI: pypi.org/project/pyabaqus
- Anaconda: anaconda.org/haiiliin/pyabaqus
- Documentation: pyabaqus.haiiliin.com
For detailed usage of this package, please refer to the documentation.