Metadata-Version: 2.1
Name: trussty
Version: 0.1.1
Summary: python package to analyse trusses
Author: Levi Rogalla
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib==3.7.2
Requires-Dist: torch==2.0.1
Requires-Dist: tqdm==4.65.0
Requires-Dist: pandas==2.0.3

# Truss Analysis Package

This package gives functionality to analyse trusses.

## How to use

Create a mesh using Mesh class.

Add joints, members, forces, and supports using coresponding data classes.

Changes to any of the above classes are done in the same memory location. Meaning changing a joint outside of a mesh will also change the joint inside the mesh.

Supports skyciv node and member cvs files to create mesh from cvs.

## Versions

### 0.1.1

Fixed dependancies

### 0.1.0

First version.
