Skip to content

aptivate/pyxform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyxform

pyxform is a Python library that makes writing XForms for ODK Collect easy.

pyxform is a major rewrite of xls2xform. A new user of pyxform should look at the tutorial spreadsheet in the docs.

Installing pyxform from github is easy with pip:

pip install -e git+https://github.com/mvpdev/pyxform.git@master#egg=pyxform

To make sure the install worked out, you can do the following:

cd your-virtual-env-dir/src/pyxform nosetests

About

A Python package to create XForms for ODK Collect.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.4%
  • Java 2.6%