Python client library for the RapidPro
Project description
Build Status Coverage Status PyPI Release
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.4.tar.gz
(31.8 kB
view hashes)
Built Distribution
Close
Hashes for rapidpro_python-2.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 094e6665ae9cd1db09088c76c10acd5fd875cf567be6b4ba970d2e0812148f2d |
|
MD5 | 50747e614e899ae17aaedc649891318d |
|
BLAKE2b-256 | ebfc9473d0ef43cd4d4b021e24d5f41719bed7c5eb0f8cb7d12449998ceed170 |