Metadata-Version: 2.2
Name: libdenavit
Version: 0.2
Summary: A Python library for structural engineering research.
Home-page: https://github.com/denavit/libdenavit-py
Author: Mark Denavit
Author-email: mdenavit@utk.edu
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: openseespy
Requires-Dist: pandas
Requires-Dist: Pint
Requires-Dist: scipy
Requires-Dist: shapely


# LibDenavit [![Badge License]][License] [![Badge University]][University]

*A **Python Library** for **Structural Engineering Research**​*

<br>
<br>
<br>

<div align = center>

*Maintained by **Mark Denavit's** research group.*

</div>

<br>

## Install

```sh
pip install libdenavit
```

## Local Build

```sh
cd libdenavit-py

python3 -m build .
python3 -m pip install .
```

<!----------------------------------------------------------------------------->

[Badge University]: https://img.shields.io/badge/University-Tennessee_--_Knoxville-FF8200?style=for-the-badge
[Badge License]: https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge

[University]: https://www.utk.edu/
[License]: LICENSE



