Metadata-Version: 1.1
Name: hipchat-notifications
Version: 0.1.1
Summary: Basic functions for sending notifications via HipChat API (v2)
Home-page: https://github.com/yunojuno/hipchat-notifications
Author: Hugo Rodger-Brown
Author-email: hugo@yunojuno.com
License: MIT
Description: .. image:: https://travis-ci.org/yunojuno/hipchat-notifications.svg?branch=master
            :target: https://travis-ci.org/yunojuno/hipchat-notifications
        
        .. image:: https://badge.fury.io/py/hipchat-notifications.svg
            :target: https://badge.fury.io/py/hipchat-notifications
        
        .. image:: https://codecov.io/gh/yunojuno/hipchat-notifications/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/yunojuno/hipchat-notifications
        
        HipChat Notifications
        =====================
        
        Very simple library for sending notifications to HipChat via their v2 API.
        
        Installation
        ------------
        
        The library is available on PyPI as 'hipchat_notifications'
        
        Tests
        -----
        
        The tests can be run using ``tox``:
        
        .. code:: shell
        
            $ tox
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
