Metadata-Version: 1.1
Name: giferror
Version: 1.0.0
Summary: Open GIFs in exception messages in a web browser.
Home-page: https://github.com/briancurtin/giferror
Author: Brian Curtin
Author-email: brian@python.org
License: UNKNOWN
Description: [![Build Status](https://travis-ci.org/briancurtin/giferror.svg?branch=master)](https://travis-ci.org/briancurtin/giferror)
        
        giferror
        ========
        
        A very useful exception class which identifies GIF links within exception
        messages and presents them to the user in a web browser.
        
        Installation
        ============
        
            pip install giferror
        
        Simple Usage
        ============
        
        ```python
        >>> from giferror import GIFError
        >>> raise GIFError("Boom. http://i.imgur.com/o6Yj0bP.gif")
        ```
        
        The above code would conveniently display the following image in your
        operating system's default web browser.
        
        ![Alonzo Harris](http://i.imgur.com/o6Yj0bP.gif)
        
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
