GRIP library
Project description
Date: April 5th, 2013 Author: Justin Karneges <justin@fanout.io>
GRIP library for Python.
Requirements:
jwt pubcontrol
Sample usage:
import gripcontrol as grip
http_body = grip.create_hold_response(“mychannel”) # django: HttpResponse(http_body, content_type=”application/grip-instruct”)
pub = grip.GripPubControl(”https://api.fanout.io/realm/myrealm”) pub.set_jwt_auth({“iss”: “myrealm”}, “secret”)
pub.publish_http_response(“mychannel”, “stuffn”)
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
gripcontrol-1.0.3.tar.gz
(2.4 kB
view details)
File details
Details for the file gripcontrol-1.0.3.tar.gz.
File metadata
- Download URL: gripcontrol-1.0.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7243fa07fb81f78d4e987861903e202a1a5428544a3c24eaf0fb3fe012cabe3e
|
|
| MD5 |
738b180ec44eb44059b4edeed0ede532
|
|
| BLAKE2b-256 |
267139afcd363f8fa26963e31c20130e4e08f58ba89349736c3f3a81adb1c737
|