Skip to main content

A Python API for the Flotype Bridge service.

Project description

This package provides a Python API to the Flotype Bridge service. It can be used to write clients and servers that interact over Bridge.

Installation

$ pip install FlotypeBridge

This package supports recent versions of Python 2 and Python 3. It depends on tornado.

Usage

Getting started is as simple as;

from flotype.bridge import Bridge

bridge = Bridge(api_key=’myapikey’)

bridge.ready(lambda: print(‘Connected to bridge.’))

The examples/ directory contains more sample code. The full Bridge API reference can be found here. The getting started tutorial may also be useful.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FlotypeBridge-0.1.7.tar.gz (6.4 kB view hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page