Metadata-Version: 1.1
Name: WeatherAlerts
Version: 0.5.0a2
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
        =====================
        
        
        Current Relase:
        ===================
        The current release of WeatherAlerts is 0.4.9 and is on pypi.
        The next version, 5.x, will not be backwards compatible with the 4.x
        as there are significant changes. Please test any scripts or programs that rely
        on WeatherAlerts before upgrading.
        
        
        Development Release:
        =======================
        You can install the current development release of WeatherAlerts by running
        
        ``pip install https://github.com/zebpalmer/WeatherAlerts/tarball/0.5.0a2``
        
        
        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
        
        
        This project lives at `github.com/zebpalmer/WeatherAlerts <http://github.com/zebpalmer/WeatherAlerts>`_
        
        
        
        Documentation
        ==============
        Please see http://weatheralerts.readthedocs.org for documentation
        
        
        License
        =========
        Version 4.x was released under GPLv3.
        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
