# 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.
