py.zig provides a lightweight interface for creating python extensions in zig. Since these types have the same memory representation as the c-equivalent you can safetly use @ptrCast and pass them to ...
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 ...