Skip to content

mijdavis2/starter_weppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heliosphere

Heliosphere is an experimental microservice built on the weppy framework.

How to use it?

Requirements:

  • Python 2.7.11

For automated pip and virtual env setup and creation, clone this repository and in your terminal do:

. ./setup.sh
python run.py

Otherwise, do:

pip install -r requirements.txt
python run.py

Test

Run:

py.test --cov=heliosphere tests