Skip to content

fitoprincipe/pyepicollect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyEpiCollect

Read EpiCollect 5 data from python

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

Description

This is a python wrapper around EpiCollect 5 API available at https://developers.epicollect.net/

Install

pip install pyepicollect

Use

See example in binder. Binder

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

  1. run test

python -m pytest -v

About

Read EpiCollect 5 (https://five.epicollect.net/) data from python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages