Skip to main content

Python implementation of the RapidPro flow engine

Project description

RapidPro Flows
==============

Python implementation of the RapidPro flow engine.

Usage
-----

```python
org = Org("RW", "eng", pytz.timezone("Africa/Kigali"), DateStyle.DAY_FIRST, False)
fields = [...]
contact = Contact(...)
flow = Flow.from_json("...")

runner = Runner()

run = runner.start(org, fields, contact, flow)

steps = run.get_completed_steps()
fields_to_create = run.get_created_fields()

runner.resume(run, Input.of("Yes"))

json = run.to_json() # run state can be serialized as JSON

restored = RunState.from_json(json, flow) # and then de-serialized when needed

runner.resume(run, Input.of(123))

```

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

rapidpro-flows-1.2.9.tar.gz (28.9 kB view hashes)

Uploaded Source

Built Distribution

rapidpro_flows-1.2.9-py2.py3-none-any.whl (32.7 kB view hashes)

Uploaded Python 2 Python 3

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