Metadata-Version: 2.1
Name: pyZiagn
Version: 0.1.6
Summary: Python librarY for material characteriZation based on experImental dAta for lightweiGht desigN
Home-page: https://github.com/e-dub/pyZiagn
Author: E. J. Wehrle
License: gpl-3.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

<p align=center><img height="50%" width="50%" src="figures/pyZiagn.png"></p>

[![PyPi Version](https://img.shields.io/pypi/v/pyZiagn.svg?style=flat-square)](https://pypi.org/project/pyZiagn)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pyZiagn.svg?style=flat-square)](https://pypi.org/project/Ziagn/)
[![GitHub stars](https://img.shields.io/github/stars/e-dub/Ziagn.svg?style=flat-square&logo=github&label=Stars&logoColor=white)](https://github.com/e-dub/Ziagn)
[![PyPi downloads](https://img.shields.io/pypi/dm/Ziagn.svg?style=flat-square)](https://pypistats.org/packages/Ziagn)
[![Code style: blue](https://img.shields.io/badge/code%20style-blue-blue.svg)](https://blue.readthedocs.io/)

# pyZiagn

**Python librarY for material characteriZation based on experImental dAta for lightweiGht desigN**

**Python-Bibliothek zur Materialcharakterisierung basierend auf experimentellen Daten für den Leichtbau**

**Libreria Python per la caratterizzazione dei materiali sulla base di dati sperimentali per la costruzione leggera**

## Installation
### Prerequisites
Python 3 and you can install the necessary libraries via PIP:
```
pip install scipy
pip install numpy
pip install matplotlib
pip install matplotlib2tikz
pip install pandas
```

### Install
```
python -m pip install -U .
```

### PIP
You can also install pyZiagn via PIP
```
pip install pyZiagn
```

## How to use 
* Step 1: find cut off displacement of F-u curve, if needed (print force-displacement curve to show data graphically)
* Step 2: activate cuting and smoothing and verify smoothed F-u curve is correct (print force-displacement curve with raw and smoothed data)
* Step 3: find proper region for strain0 and strain1 to calculate Young's modulus (and therefore the yield limit)

## Getting started
See iPython notebook under examples. 


