Metadata-Version: 2.1
Name: burstfit
Version: 0.1.0
Summary: Spectro-temporal modeling of FRBs
Home-page: https://github.com/thepetabyteproject/burstfit
Author: Kshitij Aggarwal, Devansh Agarwal
Author-email: ka0064@mix.wvu.edu, da0017@mix.wvu.edu
License: UNKNOWN
Description: # burstfit
        Spectro-temporal modeling of FRBs
        
        # Installation
        ```bash
        git clone https://github.com/thepetabyteproject/burstfit
        cd burstfit
        pip install -r requirements.txt
        python setup.py install
        ``` 
        
        # Documentation
        Have a look at our [docs](https://thepetabyteproject.github.io/burstfit/) for the documentation.
        
        # Tutorials
        Here are some [tutorial notebooks](https://github.com/thepetabyteproject/burstfit/tree/main/examples) to get you started.
        
        **Note**:
        To run the tutorial notebooks you would need to install `jupyter`.
        
        # Citation
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering :: Astronomy
Description-Content-Type: text/markdown
