Metadata-Version: 2.4
Name: openseespy
Version: 3.8.0.0
Summary: OpenSeesPy — Python interpreter for OpenSees
Home-page: https://github.com/zhuminjie/openseespy
Author: Minjie Zhu
Author-email: zhum@oregonstate.edu
License: LICENSE.md
Platform: Linux
Platform: Windows
Platform: Mac
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: openseespylinux>=3.8.0.0; platform_system == "Linux"
Requires-Dist: openseespywin>=3.8.0.0; platform_system == "Windows"
Requires-Dist: openseespymac>=3.8.0.0; platform_system == "Darwin"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# OpenSeesPy

Pip package for OpenSeesPy — the Python interpreter for OpenSees.

This is a meta-package that automatically installs the correct platform-specific
package for your operating system.

## Installation

```bash
pip install openseespy
```

## Import

```python
import openseespy.opensees as ops
```

## Upgrade

```bash
pip install openseespy --upgrade --no-cache
```

## Documentation

[OpenSeesPy Documentation](https://openseespydoc.readthedocs.io/en/latest/index.html)

[OpenSeesPy Source Code](https://github.com/OpenSees/OpenSees)

## Issues

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

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