Metadata-Version: 1.1
Name: WeatherAlerts
Version: 0.5.0rc1
Summary: Parse the National Weather Service Emergency Alerts Feed (NWS CAP format), do useful stuff with it
Home-page: http://github.com/zebpalmer/WeatherAlerts
Author: Zeb Palmer
Author-email: zeb@zebpalmer.com
License: LGPLv3
Description: =====================
        WeatherAlerts README
        =====================
        
        
        
        
        
        PROJECT STATUS
        ===================
        This module is a mess, a functional mess, but still a mess. This code started in my early days of python. But as I have time,
        I'm rewriting it, 0.5.x is much improved.
        
        As of 0.5.0a2, the module has 100% test coverage. Each commit is built and tested in both python 2 and python 3. 
        
        CURRENT BUILD STATUS:
        
        .. image:: http://ci.hznet.us/job/WeatherAlertsMaster/badge/icon
        
        
        As of 0.5.0a2, the module has 100% test coverage. Each commit is built and tested in both python 2 and python 3.
        
        
        Documentation
        ==============
        Please see http://weatheralerts.readthedocs.org for documentation
        
        This project lives at `github.com/zebpalmer/WeatherAlerts <http://github.com/zebpalmer/WeatherAlerts>`_
        
        
        License
        ---------
        Version 5.x is being released under LGPLv3.
        
        
        Install
        ---------
        You can download and install via PIP by runing:  ``pip install -U weatheralerts``
        
        
        Author
        --------
        This module is maintained by Zeb Palmer, a Linux Systems Engineer and Professional Photographer who writes a bit of python at work and play.
        See my other work at `ZebPalmer.com <http://www.zebpalmer.com>`_
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
