Skip to main content

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 txbreeze

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.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

txBreezeChMS-1.0.0-py2-none-any.whl (8.1 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page