Skip to content

christabor-archive/flask_sluice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sluice

sluice logo

A dashboard and service for displaying results and executing linting reports for the Python prospector analysis module.

Getting started.

You'll need mongo, flask, and celery, along with all other python dependencies.

git clone --recursive https://github.com/christabor-incubator/sluice.git

virtualenv env
source env/bin/activate
pip install -r frozen.txt
cd src
python app.py

Celery+Redis

redis-server

celery -A app.celery worker

Mongo

e.g. in OSX:

mongod

About

A flask + celery + mongodb microservice to do code linting + reporting via the python prospector module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published