Metadata-Version: 2.1
Name: opsanalyze
Version: 1.1
Summary: A python package To perform analysis of models created by opensees
Author-email: Okhtay Alizadeh Arasi <ok.programss@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

## opsanalyze

```
A python package To perform analysis of models created by opensees.
```

---

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install opsanalyze.

```
pip install opsanalyze
```
---
## Usage

Import opsanalyze in your Python code like this:

```python
import opsanalyze.analyze as oma
```

---
## Support
- [Email](mailto:ok.programss@gmail.com)

- [Telegram Channel](https://t.me/OKprograms)

- [Instagram](https://www.instagram.com/opensees_apps/?hl=en)


---
## Author
```
Okhtay Alizadeh Arasi
Master of Science in Structural Engineering
```

---
## License
```
OSI Approved : MIT License
```
---