Skip to main content

Converts FLOIP Results data package to XForm

Project description

travis

A library for converting the questions in a FLOIP Data Package descriptor to an ODK XForm.

Getting Started

$ pip install pyfloip
$ floip data/flow-results-example-1.json

Example

Reading a FLOIP results data package and generating the XML ODK XForm.

from floip import FloipSurvey
suvey = FloipSurvey('data/flow-results-example-1.json')
print(survey.xml())

Testing

$ pip install -r requirements.txt
$ py.test --pylint

Documentation

FloipSurvey

A class that converts a FLOIP results data package to an ODK XForm.

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

pyfloip-0.0.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

pyfloip-0.0.1-py2.py3-none-any.whl (4.9 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