SkillAgentSearch skills...

CSiPy

A python wrapper for the CSi .NET API

Install / Use

/learn @mitchell-tesch/CSiPy
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/mitchell-tesch/pytabs"> <img src="docs/_static/logo.png" alt="PyTABS logo" width="80" height="80"> </a> <h3 align="center">PyTABS</h3> <p align="center"> A python wrapper for CSi ETABS .NET API <br /> <a href="https://mitchell-tesch.github.io/pytabs/pytabs.html"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="https://github.com/mitchell-tesch/pytabs/issues">Report Bug</a> · <a href="https://github.com/mitchell-tesch/pytabs/issues">Request Feature</a> </p> </div>

Description

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.

Installation

PyTABS can be installed through the Python package manager:

$ pip install pytabs

Usage

🗒️Documentation can be found at https://mitchell-tesch.github.io/pytabs/pytabs.html

For examples, please refer to the examples.

Licence

Distributed under the MIT License. See LICENSE for more information.

Contibutors

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>"]

Related Skills

View on GitHub
GitHub Stars39
CategoryDesign
Updated7d ago
Forks8

Languages

Python

Security Score

95/100

Audited on Mar 31, 2026

No findings