pytabs

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

Requirements

  • Python 3.8+
  • pythonnet
  • pdoc
 1"""
 2## Description
 3A 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.
 4
 5## Installation
 6*pytabs* can be installed through the Python package manager:
 7```
 8$ pip install pytabs
 9```
10
11## Requirements
12 - Python 3.8+
13 - pythonnet
14 - pdoc
15
16"""