Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.
/ EpiPlanning Public archive

Retrieve planning data for specific user filtering by subscribes modules

Notifications You must be signed in to change notification settings

BDelacour/EpiPlanning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements :

Python 2.7.x

Check version with the following command:

python -V

Python virtualenv (optional)

pip install virtualenv
virtualenv --no-site-packages /path/of/your/virtualenv
source /path/of/your/virtualenv/bin/activate

Python modules

pip install -r requirements.txt

Launch EpiPlanning :

You can run EpiPlanning with default parameters with the following command:

python EpiPlanning.py

Or you can use the class of EpiPlanning.py and give parameters to get_planning method:

planner EpiPlanning()
planner.get_planning('my_outfile.json', '2015-06-24', '2015-07-24')

About

Retrieve planning data for specific user filtering by subscribes modules

Resources

Stars

Watchers

Forks

Packages

No packages published