Skip to content

Multiscale-Genomics/mg-rest-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mg-rest-util

Util functions common to all rest services

Documentation Status Code Health

Requirements

  • Python 2.7.10+
  • pyenv
  • pyenv virtualenv
  • Python Modules:
    • Flask
    • Flask-Restful
    • httplib2

Installation

Cloneing from GitHub:

git clone https://github.com/Multiscale-Genomics/mg-rest-util.git

To get this to be picked up by pip if part of a webserver then:

pip install --editable .
pip install -r requirements.txt

This should install the required packages listed in the setup.py script.

Installation via pip:

pip install git+https://github.com/Multiscale-Genomics/mg-rest-util.git

About

Util functions common to all rest services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages