PyEpicollect

A community-built library to fetch Epicollect5 data in Python. View it on Github.

Read EpiCollect5 data from python

  • python code: Rodrigo E. Principe (fitoprincipe82 at gmail)
  • EpiCollect expert: Pablo Masera (pablomasera83 at gmail)

Install

pip install pyepicollect

Use

See example in binder.
Binder

Unit Test

  1. 1.
    virtualenv env --python=python3
Make sure to name the environment env so it's ignored by git. Do not do:
virtualenv venv --python=python3
  1. 1.
    install requirments
    pip install -r requirements.txt
  2. 2.
    run test
    python -m pytest -v