skip to navigation
skip to content

Not Logged In

BridgePython 0.2.2

A Python API for the Bridge service.

# Bridge for Python Bridge is a unified messaging system that allows you to easily build cross-language services to share data and realtime updates among your servers and your clients

## Installation Quick install:

pip install BridgePython

Source install:

git clone git@bitbucket.org:getbridge/bridge-python.git cd bridge-python/ python setup.py install

## Dependencies [Tornado](http://www.tornadoweb.org) for asynchronous socket library and event loop. (NOT for Tornado web server)

Quick install:

pip install tornado

## Documentation and Support * API Reference: http://getbridge.com/docs/api/python/ * Getting Started: http://www.getbridge.com/docs/gettingstarted/python/ * About Bridge: http://www.getbridge.com/

The examples directory of this library contains sample applications for Bridge.

Support is available in #getbridge on Freenode IRC or the Bridge Google Group.

## License Bridge is made available under the MIT/X11 license. See the LICENSE file for details.

 
File Type Py Version Uploaded on Size
BridgePython-0.2.2.tar.gz (md5) Source 2012-06-27 8KB
  • Downloads (All Versions):
  • 54 downloads in the last day
  • 243 downloads in the last week
  • 465 downloads in the last month