Twisted Python interface to BreezeChMS REST API.
Project description
Twisted Python interface to BreezeChMS REST API http://www.breezechms.com
Based on pyBreezeChMS by Alex Ortiz-Rosado
Installation
$ pip install txbreezechms
Getting Started
from txbreeze import breeze
breeze_api = breeze.BreezeApi(
breeze_url='https://your_subdomain.breezechms.com',
api_key='YourApiKey')
To get a JSON of all people:
people = breeze_api.get_people()
# people is a Deferred instance
License
Code released under the Apache 2.0 license.
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
txBreezeChMS-1.0.5.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file txBreezeChMS-1.0.5.tar.gz
.
File metadata
- Download URL: txBreezeChMS-1.0.5.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63083d0b610a5c0494e35230302bdb1f54db034a3f21965c0395d40608f96fb2 |
|
MD5 | bc81e47b47767b99f16c278e67d8640e |
|
BLAKE2b-256 | 030625e6a68bbac799a3b621adfc203fbde7e02a36f8c1731b28a07cc8d00e92 |
File details
Details for the file txBreezeChMS-1.0.5-py2-none-any.whl
.
File metadata
- Download URL: txBreezeChMS-1.0.5-py2-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6db4aa9ff5f334aa5ff51fb55e1eb46d48cdbc45b98948ceb02f20383ded559d |
|
MD5 | 18fb6176c9acb567963f220d61839ca8 |
|
BLAKE2b-256 | 9ff3ba840e30d27a0debe5d3304bc022ee041b8a910c2fbe2f02c4ec9ea67cbf |