Metadata-Version: 1.1
Name: pySRA
Version: 0.3.2
Summary: Site Response Analysis with Python
Home-page: http://github.com/arkottke/pysra
Author: Albert Kottke
Author-email: albert.kottke@gmail.com
License: MIT
Description: =====
        pySRA
        =====
        
        .. image:: https://img.shields.io/pypi/v/pysra.svg
            :target: https://pypi.python.org/pypi/pysra
            :alt: PyPi Cheese Shop
        
        .. image:: https://img.shields.io/travis/arkottke/pysra.svg
            :target: https://travis-ci.org/arkottke/pysra
            :alt: Build Status
        
        .. image:: https://readthedocs.org/projects/pysra/badge/?version=latest&style=flat
            :target: https://pysra.readthedocs.org
            :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/github/arkottke/pysra/badge.svg?branch=master
            :target: https://coveralls.io/github/arkottke/pysra?branch=master
            :alt: Test Coverage
        
        .. image:: https://landscape.io/github/arkottke/pysra/master/landscape.svg?style=flat
            :target: https://landscape.io/github/arkottke/pysra/master
            :alt: Code Health
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :target: https://github.com/arkottke/pysra/blob/master/LICENSE
            :alt: License
        
        .. image:: https://zenodo.org/badge/8959678.svg
           :target: https://zenodo.org/badge/latestdoi/8959678
        
        Site response analyses implemented in Python.
        
        * Free software: MIT license
        * Documentation: https://pysra.readthedocs.org.
        
        
        
        
        =======
        History
        =======
        
        v0.3.2 (2018-12-02)
        -------------------
        
        - Fixed building of docs.
        - Removed stickler.
        - Version double increment due to pypi naming conflict.
        
        v0.3.0 (2018-11-30)
        -------------------
        
        - Converted all damping to decimal.
        - Added tests for KishidaSoilType.
        - Added tests against Deepsoil.
        
        v0.0.1 (2016-04-30)
        -------------------
        
        - First release on PyPI.
        
Keywords: site response
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
