Home

Awesome

<p align="center"> <img src="Logo.svg" alt="Project Logo"> </p> <h1 align="center">Structural Analysis in Python</h1> <p align="center"> <img src="https://travis-ci.org/BrianChevalier/StructPy.svg?branch=master" alt="Build Status Badge"> <img src="https://img.shields.io/badge/python-3.6-brightgreen.svg" alt="Compatibility badge"> <img src="https://img.shields.io/npm/l/express.svg" alt="MIT License Badge"> </p>

This library primarily uses the 'Direct Stiffness Method' to solve trusses and frames.

Getting StructPy

Cross Sections Library:

Material Database

Structural Analysis Classes to build structures

Development & Testing

Fork StructPy on github, and clone to your local machine with:

git clone git@github.com:{your_username}/StructPy.git

You can modify then test StructPy on your local Mac/Linux machine by running the following from the StructPy directory.

bash run_tests.sh

To install StructPy as a package run:

python3 setup.py install

References: