Python client library for the RapidPro
Project description
Official Python client library for the RapidPro. Supports latest Python 2 and 3.
Visit here for complete documentation.
Installation
pip install rapidpro-python
Example
from temba_client.v2 import TembaClient
client = TembaClient('rapidpro.io', 'your-api-token')
for contact in client.get_contacts(group='Reporters').iterfetches(retry_on_rate_exceed=True):
print(contact.name)
If you don’t know your API token then visit the API Explorer
Development
For discussions about future development, see the RapidPro Developers Group.
To run the tests:
nosetests --with-coverage --cover-erase --cover-package=temba_client --cover-html
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
rapidpro-python-2.3.tar.gz
(31.8 kB
view hashes)
Built Distribution
Close
Hashes for rapidpro_python-2.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08273ffe2f22de13223a460ca108f55b770b2c2e2ddfc4689961bf7fd76ec780 |
|
MD5 | 1e868b05ea6f5d698e2e94c938a75b7f |
|
BLAKE2b-256 | eb097722db2d5606526bde74cf27b0e0301e5cc4a44c337e50650fc0cbbe357d |