Metadata-Version: 2.1
Name: opensees
Version: 0.0.7
Summary: OpenSees bindings
Author: Claudio M. Perez
Project-URL: repository, http://github.com/BRACE2/OpenSeesRT
Project-URL: documentation, https://brace2.github.io/OpenSeesRT
Keywords: seismic,earthquake
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
Requires-Dist: pyyaml
Requires-Dist: numpy (<1.20.0) ; python_version < "3.8"
Requires-Dist: scipy (<1.6.0) ; python_version == "3.6"
Requires-Dist: scipy (<1.8) ; python_version == "3.7"
Requires-Dist: scipy (>1.6.0) ; python_version > "3.7"
Requires-Dist: numpy ; python_version >= "3.8"
Provides-Extra: docs
Requires-Dist: elstir ; extra == 'docs'
Provides-Extra: plots
Requires-Dist: matplotlib ; extra == 'plots'
Requires-Dist: panel ; extra == 'plots'
Provides-Extra: testing
Requires-Dist: pytest (>=4.6) ; extra == 'testing'
Requires-Dist: pytest-checkdocs (>=2.4) ; extra == 'testing'
Requires-Dist: pytest-flake8 ; extra == 'testing'

# OpenSees Python Bindings

## Install

```shell
pip install opensees
```


## Documentation

<dl>
  <dt>building</dt>
  <dd>Run <code>elstir build</code> to build the documentation.</dd>

  <dt>publishing</dt>
  <dd><code>git subtree push --prefix site/ origin gh-pages</code>.</dd>

  <dt>developing</dt>
  <dd><code>elstir serve</code>.</dd>

  <dt>API documentation</dt>
  <dd>
   <code>for i in patch section...; do python tools/apidoc.py opensees.$i > docs/api/$i.md</code>.
  </dd>
</dl>




