Metadata-Version: 2.1
Name: extrabol
Version: 0.0.5
Summary: Estimate SN bolometric light curves
Home-page: https://github.com/villrv/extrabol
Author: V. Ashley Villar
Author-email: vav2110@columbia.edu
License: UNKNOWN
Description: Get bolometric estimates of SNe
        
        Note: You need the absolute LATEST version of astroquery to work with SVO
        
        
        Install with pip:
        
        ```bash
        pip install extrabol
        ```
        
        Example input:
        
        ```python
        extrabol ./example/Gaia16apd.dat --dm 38.38 --verbose
        ```
        
        
        Note that filters must be specified by their [SVO](http://svo2.cab.inta-csic.es/svo/theory/fps3/) ID.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
