Skip to content

pkisztelinski/pulsar-cloud

 
 

Repository files navigation

Pulsar Cloud

Master CI:master-build coverage-master
Downloads:http://pypi.python.org/pypi/pulsar-cloud
Source:https://github.com/quantmind/pulsar-cloud
Mailing list:google user group
Design by:Quantmind and Luca Sbardella
Platforms:Linux, OSX, Windows. Python 3.4 and above
Keywords:amazon, aws, botocore, pusher, websocket, async, pulsar, greenlet

Requirements

Botocore

Asynchronous implementation of botocore with pulsar and greenlet. Usage:

from cloud import Botocore

ec2 = Botocore('ec2', 'us-east-1')
ec2.describe_spot_price_history()

Pusher

A client and server pusher implementation using pulsar asynchronous framework. Create a pusher instance

from cloud import Pusher

pusher = Pusher(app_id, key, secret)

Subscribe to a channel as a client

channel = yield from pusher.subscribe('test_channel')
channel.bind('event', mycallback)

About

Asynchronous cloud clients - botocore - pusher

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%