Metadata-Version: 2.4
Name: OpenSeesHpy
Version: 0.1.2
Summary: an OpenSees customization optimized for performance-based analysis and design of structures
Author-email: OpesnSeesHouse <OpenSeesHouse@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://openseeshouse.com/
Project-URL: Repository, https://github.com/OpenSeesHouse/OpenSeesH
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Requires-Python: <3.15,>=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# OpenSeesHpy

This is an OpenSees customization optimized for performance-based analysis and design of structures.

This package is provided and published by OpenSeesHouse: `https://OpenSeesHouse.com/`.

## Platform support

- **OS**: Windows x64 only
- **Python**: 3.12, 3.13, 3.14

## Installation

```bash
pip install OpenSeesHpy
```

## Quick usage

```python
from OpenSeesHpy import OpenSeesHpy as oph

oph.model()
oph.node(1, 0.0, 0.0)
```

## Links

- Homepage: `https://openseeshouse.com/`
- Repository: `https://github.com/OpenSeesHouse/OpenSeesH`
