Metadata-Version: 2.1
Name: pyepicollect
Version: 5.1.1
Summary: Read EpiCollect 5 data from python
Home-page: UNKNOWN
Author: Rodrigo E. Principe
Author-email: fitoprincipe82@gmail.com
License: UNKNOWN
Description: # PyEpiCollect
        
        ## Read EpiCollect 5 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
        
        2. install requirments
        > pip install -r requirements.txt
        
        3. run test
        > python -m pytest -v
        
Keywords: epicollect epicollect5 database
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: testing
