Metadata-Version: 1.1
Name: rbpy
Version: 0.1.0
Summary: Python wrapper around the RelayBox API.
Home-page: https://github.com/mmaybeno/rbpy
Author: Matt Maybeno
Author-email: mmaybeno@gmail.com
License: BSD
Download-URL: https://bitbucket.org/relaybox/rbpy/get/master.tar.gz
Description: rbpy
        ===============================
        
        version number: 0.1.0
        author: Matt Maybeno
        
        Overview
        --------
        
        Python wrapper around the RelayBox API.
        
        Installation / Usage
        --------------------
        
        To install use pip:
        
            $ pip install rbpy
        
        
        Or clone the repo:
        
            $ git clone git@bitbucket.org:relaybox/rbpy.git
            $ python setup.py install
            
        
        Example
        -------
        
        TBD
        
Keywords: Relay Box
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
