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.
Release files for txBreezeChMS 1.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| txBreezeChMS-1.0.5.tar.gz | 6.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| txBreezeChMS-1.0.5-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 14.9 kB
Release files / txBreezeChMS-1.0.5.tar.gz
| Download URL | txBreezeChMS-1.0.5.tar.gz |
|---|---|
| Size | 6.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
63083d0b610a5c0494e35230302bdb1f54db034a3f21965c0395d40608f96fb2
|
|
BLAKE2b-256 checksum How to use checksums |
030625e6a68bbac799a3b621adfc203fbde7e02a36f8c1731b28a07cc8d00e92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / txBreezeChMS-1.0.5-py2-none-any.whl
| Download URL | txBreezeChMS-1.0.5-py2-none-any.whl |
|---|---|
| Size | 8.3 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
6db4aa9ff5f334aa5ff51fb55e1eb46d48cdbc45b98948ceb02f20383ded559d
|
|
BLAKE2b-256 checksum How to use checksums |
9ff3ba840e30d27a0debe5d3304bc022ee041b8a910c2fbe2f02c4ec9ea67cbf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |