A Python wrapper for CSi ETABS .NET API - a simple yet robust Python interface to the ETABS .NET API. Not affiliated with Computer and Structures Inc.
PyTABS can be installed through the Python package manager:
$ pip install pytabs
- Python 3.10+
- pythonnet
🗒️Documentation can be found at https://mitchell-tesch.github.io/pytabs/pytabs.html
For examples, please refer to the examples.
Distributed under the MIT License. See LICENSE for more information.
Contributors welcome.
IntelliSense of the ETABSv1 namespace (ETABSv1.dll) can be achieved via the included stub file. This stub file has been generated using IronPython Stubs by gtalarico.
To make use of this stub file in VS Code add the following to your settings.json:
"python.autoComplete.extraPaths": ["<path_to_stub_directory>"],
"python.analysis.extraPaths": ["<path_to_stub_directory>"]