GitPedia

Abqpy

Type Hints for Abaqus/Python Scripting

From haiiliin·Updated June 25, 2026·View on GitHub·

Read this in other languages: [English](README.md), [简体中文](README-zh-cn.md). The project is written primarily in Python, distributed under the MIT License license, first published in 2022. Key topics include: abaqus, python.

Latest release: v2025.9v2025.9 🌈
July 30, 2025View Changelog →

abqpy 2025

tests
rtd
coveralls
python
abaqus
Crowdin

Read this in other languages: English, 简体中文.

Type hints for Abaqus/Python scripting

abqpy 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.

Quick Start

Make sure <a href="https://www.python.org/downloads/"> <img src="https://img.shields.io/badge/Python-3.8%2B-brightgreen" align=center /> </a> and
<a href="https://www.3ds.com/products-services/simulia/products/abaqus/"> <img src="https://img.shields.io/badge/Abaqus-2016%2B-brightgreen" align=center /> </a>
are installed on your computer,
open cmd or terminal, type:

pip install -U abqpy==2025.*  # change the major version to match your Abaqus version

Then, open your Abaqus/Python script in your favorite IDE with Python language support,
run the script with Python 3.8+ (just do it!), see the magic happens.
For more information, please refer to the documentation.

Pull Requests are Welcome

Since abqpy is reconstructed from the official Abaqus documentation,
many of the docstrings are not well formatted, for example, the Raises section,
the math equations, the attributes of the objects, due to the limitation of
my time, those things are left behind, if anyone is willing to make any
contributions, please feel free to create your pull requests.

Please refer CONTRIBUTING for contribution guidelines.

Screenshots

screenshot

screenshot

Contributors

Showing top 11 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from haiiliin/abqpy via the GitHub API.Last fetched: 6/27/2026