Skip to content
forked from XLSForm/pyxform

A Python package to create XForms for ODK Collect.

License

Notifications You must be signed in to change notification settings

uw-ictd/pyxform

This branch is 10 commits ahead of, 1156 commits behind XLSForm/pyxform:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 8, 2011
Jan 25, 2016
Jul 12, 2016
Feb 7, 2013
Mar 26, 2013
Jan 25, 2016
Aug 24, 2015
Sep 2, 2015
May 29, 2017
Jan 25, 2016
Jan 26, 2016

Repository files navigation

pyxform v0.9

https://travis-ci.org/XLSForm/pyxform.svg?branch=master

pyxform is a Python library that makes writing XForms for ODK Collect and enketo easy by converting XLS(X) spreadsheets into XForms. A new user of pyxform should look at the documentation here or here.

pyxform is used by opendatakit.org and by formhub.org.

  • opendatakit.org uses the repo here:

https://github.com/uw-ictd/pyxform

  • formhub.org uses the repo here:

https://github.com/modilabs/pyxform

pyxform is a major rewrite of xls2xform.

Running pyxform as a Python script:

  1. install xlrd:

    # On ubuntu these terminal commands should do it:
    
    easy_install pip
    
    pip install xlrd
    
  2. Run this command:

    python pyxform/xls2xform.py path_to_XLSForm output_path
    

Installation

Installing pyxform from github is easy with pip:

pip install -e git+https://github.com/INSERT GH USER NAME HERE/pyxform.git@master#egg=pyxform

Testing

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

Documentation

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

Change Log

https://github.com/UW-ICTD/pyxform/blob/master/CHANGES.txt

About

A Python package to create XForms for ODK Collect.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%