Metadata-Version: 2.1
Name: pysigproc
Version: 0.4.0
Summary: Python reader/writer for sigproc filterbank files.
Home-page: http://github.com/devanshkv/pysigproc
Author: Paul Demorest, Devansh Agarwal, Kshitij Aggarwal
Author-email: pdemores@nrao.edu, da0017@mix.wvu.edu, ka0064@mix.wvu.edu
License: UNKNOWN
Description: # pysigproc
        Simple pure-python3 module for working with filerbank (aka Sigproc) format files.
        
        ## Install 
        
        Install using pip,
        
        From PyPI:
        
        `pip install pysigproc`
        
        From GitHub (Latest):
        
        `pip install git+https://github.com/devanshkv/pysigproc`
        
        ## Examples
        To view a demonstration of `candidate.py`, see this [Jupyter notebook](https://github.com/devanshkv/pysigproc/blob/master/pysigproc_demo.ipynb).
        
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering :: Astronomy
Description-Content-Type: text/markdown
