Metadata-Version: 2.1
Name: gmspy
Version: 0.0.1
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



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

To use, install `gmspy` from [gmspy-PyPI]():

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


### License

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