Metadata-Version: 1.1
Name: FlotypeBridge
Version: 0.2.0
Summary: A Python API for the Flotype Bridge service.
Home-page: http://pypi.python.org/pypi/FlotypeBridge/
Author: Flotype Inc.
Author-email: team@flotype.com
License: LICENSE.txt
Description: #Flotype Bridge for Python
        Flotype Bridge enables cross-language RPC for interserver and client-server communication.
        
        ##Installation
        Quick install: Using the [pip package manager](http://www.pip-installer.org/en/latest/index.html), do `pip install FlotypeBridge`
        
        Source install: 
        
        Clone this repository using `git clone git@bitbucket.org:flotype/bridge-python.git`and install using the pip installer
        
        ###Dependencies
        [Tornado](http://www.tornadoweb.org) for asynchronous TCP socket connection.
        
        
        ##Documentation and Support
        * API Reference: http://www.flotype.com/resources/api
        * Getting Started: http://www.flotype.com/resources/gettingstarted
        * About Flotype and Flotype Bridge: http://www.flotype.com/
        
        The `examples` directory of this library contains sample applications for Flotype Bridge.
        
        Support is available in #flotype on Freenode IRC or the Flotype Bridge Google Group.
        
        
        ##License
        Flotype Bridge is made available under the MIT/X11 license. See LICENSE file for details.
        
Platform: UNKNOWN
Requires: tornado (>= 2.2)
