Skip to main content

A python wrapper for the CSi ETABS .NET API

Project description


PyTABS logo

PyTABS

A python wrapper for CSi ETABS .NET API
Explore the docs »

Report Bug · Request Feature

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.10+
  • pythonnet

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytabs-0.2.1.tar.gz (812.6 kB view hashes)

Uploaded Source

Built Distribution

pytabs-0.2.1-py3-none-any.whl (56.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page