Metadata-Version: 2.1
Name: autodyna
Version: 2.2.7
Summary: A collection of LS-DYNA card writing tools
Home-page: https://gitlab.arup.com/kevin.stanton/AutomatedCardGenerator_LS-DYNA
Author: Kevin Stanton
Author-email: kevin.stanton@arup.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pywin32
Requires-Dist: pandas
Requires-Dist: datetime
Requires-Dist: psutil
Requires-Dist: scipy

## autodyna

This project is a collection of LS-DYNA card writing tools.

Developer: @Kevin.Stanton

## Usage

1. Install with pip <br />
`pip install autodyna`
2. Import the library <br />
`import autodyna`
3. Run the desired function <br />
`autodyna.[module_name].[function_name]([options])`

## Modules

* Generalized array data formatting tool (FormatForDYNA.xlsm)
    - [ReadMe](https://gitlab.arup.com/kevin.stanton/AutomatedCardGenerator_LS-DYNA/blob/master/autodyna/Array_Formatting/ReadMe.md) 
* MAT_HYSTERETIC_BEAM
    - [ReadMe](https://gitlab.arup.com/kevin.stanton/AutomatedCardGenerator_LS-DYNA/blob/master/autodyna/ReadMe_hysBeams.md)
* MAT_ELASTIC
    - [ReadMe](https://gitlab.arup.com/kevin.stanton/AutomatedCardGenerator_LS-DYNA/blob/master/autodyna/ReadMe_elasticBeams.md)

