Metadata-Version: 1.1
Name: FlotypeBridge
Version: 0.2.1
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:
        
        	pip install FlotypeBridge
        
        Source install:
        
        	git clone git@bitbucket.org:flotype/bridge-python.git
        	cd bridge-python/
        	python setup.py install
        
        ## Dependencies
        [Tornado](http://www.tornadoweb.org).
        
        Quick install:
        
        	pip install tornado
        
        ## Documentation and Support
        * API Reference: http://flotype.com/docs/api/python/
        * Getting Started: http://www.flotype.com/docs/gettingstarted/python/
        * 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 the LICENSE file for details.
        
Platform: UNKNOWN
Requires: tornado (>= 2.2)
