Metadata-Version: 2.1
Name: opsvis
Version: 1.0.18
Summary: OpenSeesPy (OpenSees) Python postprocessing and visualization module
Home-page: https://github.com/sewkokot/opsvis
Author: Seweryn Kokot
Author-email: sewkokot@gmail.com
Project-URL: Bug Tracker, https://github.com/sewkokot/opsvis/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# opsvis

OpenSeesPy (OpenSees) postprocessing and visualization module

## Installation

`pip install opsvis`

Note: The previous name of this module was `ops_vis`, but to avoid
issues with PyPi and readthedocs naming conventions, the name of the
package and module to import is without the underscore.

## Usage

`import opsvis as opsv`

## Documentation

https://opsvis.readthedocs.io/en/latest/

## OpenSeesPy documentation

https://openseespydoc.readthedocs.io/en/latest/
