Metadata-Version: 2.1
Name: PyNimbus
Version: 0.0.3
Summary: A Python package to organize National Weather Service product data.
Home-page: https://github.com/WxBDM/PyNimbus
Author: Brandon Molyneaux
Author-email: bdmolyne@gmail.com
License: BSD 3-clause "New" or "Revised License"
Description: # PyNimbus
        
        [![Documentation Status](https://readthedocs.org/projects/pynimbus/badge/?version=latest)](https://pynimbus.readthedocs.io/en/latest/?badge=latest) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Issues](https://img.shields.io/github/issues/wxbdm/PyNimbus)](https://github.com/WxBDM/PyNimbus/issues) ![Version](https://img.shields.io/pypi/v/pynimbus)
        
        PyNimbus's goal is to take the "middle man" out of downloading and sorting data found from various National Weather Service products such as NHC and SPC outlooks. 
        
        PyNimbus follows the [semantic version](https://semver.org/) numbering system.
        
        ## Installing PyNimbus
        
        The easiest way to install is through pip: ``pip install pynimbus``
        
        Note that the  only requires pandas >= 0.23.2
        
        ## License
        
        PyNimbus falls under the BSD 3-Clause license. See the [License page]([https://github.com/WxBDM/PyNimbus/blob/master/LICENSE.md](https://github.com/WxBDM/PyNimbus/blob/master/LICENSE.md) for more information.
        
        ## Important Links
        
        - [Documentation](https://pynimbus.readthedocs.io/en/latest/)
        - [Issues](https://github.com/WxBDM/PyNimbus/issues)
        - [Code Repository](https://github.com/WxBDM/PyNimbus)
        
Keywords: meteorology weather
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
