Metadata-Version: 1.1
Name: bearychat-py
Version: 0.3.1
Summary: A simple package for interacting with bearychat.
Home-page: https://github.com/bcho/bearychat-py
Author: hbc
Author-email: bcxxxxxx@gmail.com
License: MIT
Description: # bearychat-py
        
        A simple package for interacting with [bearychat][bc]'s API.
        
        [bc]: http://bearychat.com
        
        [![Build Status](https://travis-ci.org/bcho/bearychat-py.svg)](https://travis-ci.org/bcho/bearychat-py)
        
        
        ## Usage
        
        ### Incoming Message
        
        ```python
        >>> import bearychat
        >>> bearychat.Incoming('https://hook.bearychat.com').with_text('hello, world').push()
        ```
        
        ## Installation
        
        ```bash
        pip install bearychat-py
        ```
        
        
        ## LICENSE
        
        MIT
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
