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:
pip install nose==1.0.0 cd your-virtual-env-dir/src/pyxform nosetests
To check out the documentation for pyxform do the following:
pip install Sphinx==1.0.7 cd your-virtual-env-dir/src/pyxform/docs make html