Metadata-Version: 2.1
Name: gwtools
Version: 1.1.4
Summary: A collection of gravitational wave tools
Author: Jonathan Blackman, Scott Field, Chad Galley
Author-email: sfield@umassd.edu
License: MIT
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
License-File: LICENSE

# README #

A collection of useful functions and tools for working with gravitational waveform data.

Visit the [wiki](https://bitbucket.org/chadgalley/gwtools/wiki/Home)

# Install #

To install from pypi

```
>>> pip install gwtools
```

To install from source

```
>>> git clone git@bitbucket.org:chadgalley/gwtools.git
>>> pip install -e gwtools
```

where the "-e" installs an editable (development) project with pip. This allows
your local code edits to be automatically seen by the system-wide installation.
