Metadata-Version: 2.1
Name: seispro
Version: 0.0.3
Summary: Seismic processing tools
Home-page: https://github.com/ar4/seispro
Author: Alan Richardson
Author-email: alan@ausargeo.com
License: UNKNOWN
Description: # SeisPro
        
        A Python package containing some basic seismic processing tools
        
        ## Currently available tools
        * [FXDECON](https://github.com/ar4/seispro/blob/master/notebooks/fxdecon.ipynb)
        * [AGC](https://github.com/ar4/seispro/blob/master/notebooks/agc.ipynb)
        
        ## Installation
        `pip install seispro`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
