Metadata-Version: 2.1
Name: opsmatcal
Version: 1.2
Summary: A python package for calibrating opensees uniaxial materials using genetic algorithm
Author-email: Oktay 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

## opsmatcal

```
A python package for calibrating opensees uniaxial materials using genetic algorithm.
```

---

## Installation

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

```
pip install opsmatcal
```
---
## Usage

Import opsmatcal in your Python code like this:

```python
import opsmatcal.matcalibrate as omc
```

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

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

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


## Documentation

1- Download from: [Documentation](https://drive.google.com/file/d/1qUoTewxzERZKUqCiSyMkAUqFCrTL1BQK/view?usp=sharing)

2- Use getDoc() method of opsmatcal.matcalibrate module:
```python
omc.getDoc()
```

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

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