Metadata-Version: 2.1
Name: opsmodel
Version: 0.9.0
Summary: A python library for creating openseespy models
Author-email: Oktai Alizade 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

## opsmodel

```
A python library for creating openseespy models.
```

---

## Installation

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

```
pip install opsmodel
```
---
## Usage

Import opsmodel in your Python code(openseespy project) like this:

```python
import opsmodel.model as omd
```


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

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

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

---
## Author
```
Oktai Alizade Arasi
Master of Science in Structural Engineering
```
---
## Documentation

- Download from: 

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