Skip to content

A sample Flask-based web service that includes the configuration files for monitoring with VyPR.

Notifications You must be signed in to change notification settings

pyvypr/SampleWebService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Web Service for use with VyPR

To use this sample web service:

Set up a virtual environment with

virtualenv venv --python=2.7

Activate it with

source venv/bin/activate

Install the requirements with

pip install -r requirements.txt

Then, launch the service with

python run.py

Follow the instructions for using VyPR at http://cern.ch/vypr/use-vypr.html for information on how to attach VyPR.

About

A sample Flask-based web service that includes the configuration files for monitoring with VyPR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages