Metadata-Version: 2.1
Name: OpenFastSEES
Version: 0.0.2
Summary: Combined package of OpenSeesPy and pyFAST
Home-page: https://github.com/ALSHAMIQAHTAN/OpenFastSEES
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Testing
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: openpyxl
Requires-Dist: numpy (>=1.15.2)
Requires-Dist: pandas
Requires-Dist: pyarrow
Requires-Dist: scipy
Requires-Dist: chardet
Requires-Dist: xarray
Requires-Dist: pytest
Requires-Dist: openseespy


# OpenFastSEES

This project combines the OpenSeesPy library for structural analysis and the pyFAST toolbox for tools related to OpenFAST.

## Installation

```bash
pip install OpenFastSEES


# OpenSeesPy


Pip Package for OpenSeesPy

OpenSeesPy is free for research, education, and internal use. Commercial redistribution of OpenSeesPy, such as, but not limited to, an application or cloud-based service that uses ``import openseespy``, requires a license similar to that required for commercial redistribution of OpenSees.exe. Contact Dr. Minjie Zhu (zhum@oregonstate.edu) for commercial licensing details.

## Installation

```bash
pip install openseespy
```

## Import

```python
import OpenFastSEES as opfs
```

## Documentation

**Linux and Windows versions maintained by:**

Minjie Zhu <dralshami@tju.edu>

Civil Engineering

Tianjin University

**Mac version maintained by:**

Dr. Stevan Gavrilovic <dralshami@tju.edu>

Structural and Earthquake Engineering 

University of California, Berkeley

[OpenSeesPy Documentation](https://github.com/ALSHAMIQAHTAN)

[OpenSeesPy Source Code](github.com/ALSHAMIQAHTAN)

## Issues

Any issues for installation and running the pip package, please
report to
[OpenSeesPy Github Page](https://github.com/ALSHAMIQAHTAN).

Any issues and bugs in `OpenFASTSEES` should be
reported on the [OpenSees GitHub Page](https://github.com/ALSHAMIQAHTAN).
