Metadata-Version: 1.1
Name: gwtools
Version: 1.0.6
Summary: A collection of gravitational wave tools
Home-page: UNKNOWN
Author: Jonathan Blackman, Scott Field, Chad Galley
Author-email: sfield@umassd.edu
License: MIT
Description: # 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.
        
Platform: UNKNOWN
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
