# PyEpicollect

A community-built library to fetch Epicollect5 data in Python. [**View it on Github**](https://github.com/fitoprincipe/pyepicollect).

## 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](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fitoprincipe/pyepicollect/master)

### Unit Test

1. Make a virtual environment: (see <https://docs.python-guide.org/dev/virtualenvs/#lower-level-virtualenv>)

   > 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. install requirments

   > pip install -r requirements.txt
2. run test

   > python -m pytest -v
