Metadata-Version: 2.1
Name: opensees
Version: 0.0.22
Summary: Idiomatic and idempotent bindings to the OpenSees framework.
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
Provides-Extra: testing
Provides-Extra: docs
Provides-Extra: plots
License-File: LICENSE

# OpenSees

*Idiomatic* and *idempotent* C++ bindings to the OpenSees framework.

--------------------------------------------------------------------


## Build Environment

  conda create -c conda-forge -n skbuild python==3.8 cmake'>=3.18'  \
    scikit-build pybind11 setuptools

