Metadata-Version: 2.1
Name: gmspy
Version: 0.0.4
Summary: Ground Motions Signal Processing for Python
Home-page: https://github.com/yexiang1992
Author: Yexiang Yan
Author-email: yexiang_yan@outlook.com
License: GPL Licence
Keywords: Ground Motions Seismic IMs response spectra
Platform: any
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8.*
Description-Content-Type: text/markdown
License-File: LICENCE.txt

[![PyPI](https://img.shields.io/pypi/v/gmspy)](https://pypi.org/project/gmspy/)
[![Downloads](https://static.pepy.tech/badge/gmspy)](https://pepy.tech/project/gmspy)
[![Documentation Status](https://readthedocs.org/projects/gmspy/badge/?version=latest)](https://gmspy.readthedocs.io/en/latest/?badge=latest)
![license](https://img.shields.io/github/license/yexiang1992/gmspy)
[![CodeFactor](https://www.codefactor.io/repository/github/yexiang1992/gmspy/badge)](https://www.codefactor.io/repository/github/yexiang1992/gmspy)

``gmspy`` is a python package for dealing with ``ground motions time-histories`` induced by earthquakes, including various ``intensity measures (IMs)``, ``elastic response spectra``, ``constant ductility response spectra``, ``pre-processing``, etc.

To use, install `gmspy` from [gmspy-PyPI](https://pypi.org/project/gmspy/):

```python
pip install --upgrade gmspy
```

Document: [https://gmspy.readthedocs.io/en/latest/](https://gmspy.readthedocs.io/en/latest/)

### License

This software is published under the [GPLv3 license](https://www.gnu.org/licenses/gpl-3.0.en.html).
