UNKNOWN
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pulsar-cloud-0.1.0.tar.gz
(7.2 kB
view details)
File details
Details for the file pulsar-cloud-0.1.0.tar.gz.
File metadata
- Download URL: pulsar-cloud-0.1.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3c47810b6d63b19ad4b1860daf13d6df7b7edf9373686096649812b0bcb7caa
|
|
| MD5 |
6f90c32c86b617284b5b4cdecdfc93a5
|
|
| BLAKE2b-256 |
9a1f5ab4b63076ade69b1d8bd82297a3b7b6d417263fa1a2390cf9c11f83d501
|