Metadata-Version: 2.1
Name: shakelab
Version: 0.0.1
Summary: Python tools for engineering seismology
Home-page: https://github.com/shakelab/shakelab
Author: Valerio Poggi
Author-email: vpoggi@inogs.it
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<img alt="ShakeLab - Tools for Engineering Seismology" class="right" style="width: 60%" src="https://raw.githubusercontent.com/klunk386/shakelab/master/logo/shakelab-header.png#1" />

[![AGPLv3](https://www.gnu.org/graphics/agplv3-88x31.png)](https://www.gnu.org/licenses/agpl.html)
[![Build Status](https://travis-ci.org/shakelab/shakelab.svg?branch=master)](https://travis-ci.org/shakelab/shakelab)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/shakelab.svg)](https://pypi.python.org/pypi/shakelab)
[![PyPI Version](https://img.shields.io/pypi/v/shakelab.svg)](https://pypi.python.org/pypi/shakelab)

ShakeLab is an opensource project with the goal of providing a set of free and opensource tools for seismologists dealing with most common engineering problems.

Warning: This is still **WORK IN PROGRESS!**

## Installation

ShakeLab can be installed directly from the GitHub repository using pip:

```console
python3 -m pip install git+https://github.com/shakelab/shakelab.git
```
To upgrade an existing installation:

```console
python3 -m pip install --upgrade git+https://github.com/shakelab/shakelab.git
```

If you are a developer, you can simply install the cloned GIT repository with:

```console
python3 -m pip install --upgrade --editable shakelab
```

## Dependencies

ShakeLab requires the following dependencies:

  * [NumPy/Scipy](http://www.scipy.org/)
  * [Matplotlib](http://matplotlib.org/)
  * [Shapely](https://pypi.org/project/Shapely/)

## License

Copyright (c) 2019, ShakeLab Developers

ShakeLab is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

You should have received a copy of the GNU General Public License with this download. If not, see <http://www.gnu.org/licenses/>

## Disclaimer

ShakeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

The authors of the software assume no liability for use of the software.


