Metadata-Version: 1.1
Name: pygmm
Version: 0.4.1.dev0
Summary: Ground motion models implemented in Python.
Home-page: https://github.com/arkottke/pygmm
Author: Albert Kottke
Author-email: albert.kottke@gmail.com
License: MIT
Description: =====
        pyGMM
        =====
        
        .. image:: https://img.shields.io/pypi/v/pygmm.svg
            :target: https://pypi.python.org/pypi/pygmm
            :alt: PyPi Cheese Shop
        
        .. image:: https://img.shields.io/travis/arkottke/pygmm.svg
            :target: https://travis-ci.org/arkottke/pygmm
            :alt: Build Status
        
        .. image:: https://readthedocs.org/projects/pygmm/badge/?version=latest&style=flat
            :target: https://pygmm.readthedocs.org
            :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/github/arkottke/pygmm/badge.svg?branch=master
            :target: https://coveralls.io/github/arkottke/pygmm?branch=master
            :alt: Test Coverage
        
        .. image:: https://landscape.io/github/arkottke/pygmm/master/landscape.svg?style=flat
            :target: https://landscape.io/github/arkottke/pygmm/master
            :alt: Code Health
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :target: https://github.com/arkottke/pygmm/blob/master/LICENSE
            :alt: License
        
        Ground motion models implemented in Python.
        
        * Free software: MIT license
        * Documentation: https://pygmm.readthedocs.org.
        
        Features
        --------
        
        Models currently supported:
        
        * Akkar, Sandikkaya, & Bommer (2014) with unit tests
        
        * Atkinson & Boore (2006)
        
        * Abrahamson, Silva, & Kamai (2014) with unit tests
        
        * Boore, Stewart, Seyhan, & Atkinson (2014) with unit tests
        
        * Campbell (2003)
        
        * Campbell & Bozorgnia (2014) with unit tests
        
        * Chiou & Youngs (2014) with unit tests
        
        * Derras, Bard & Cotton (2013) with unit tests
        
        * Idriss (2014) with unit tests
        
        * Pezeshk, Zandieh, & Tavakoli (2001)
        
        * Tavakoli & Pezeshk (2005)
        
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.4.1 (unreleased)
        ------------------
        
        - Nothing changed yet.
        
        
        0.4.0 (2016-04-08)
        ------------------
        
        - Added Hermkes et al. (2014).
        - Improved documentation.
        
        
        0.3.2 (2016-03-30)
        ------------------
        
        - Nothing changed yet.
        
        
        0.3.1 (2016-03-30)
        ------------------
        
        * First release on PyPI.
        
Keywords: pygmm
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
