Metadata-Version: 1.1
Name: noaareport
Version: 0.2
Summary: A package to read noaa solar reports
Home-page: https://github.com/3ldr0n/noaa-report
Author: Edison Neto
Author-email: ednetoali@gmail.com
License: UNKNOWN
Description: # noaareport
        
        A library used to read the noaa's solar report. It uses pandas to store the data into a dataframe making it easy to manipulate.
        
        ## Installation
        
        ### Python package
        
        ```bash
        pip install noaareport
        ```
        
        ### CLI tool
        
        There is a very basic cli tool that can be used once the package is installed.
        
        ```bash
        python -m noaareport ~/reports/2005_events 2005 03 10
        ```
        
        You can use the grabit.sh script to download all the files from 1998 to 2018.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
