Skip to content

cseifert/gulp-python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-python-example

This repository provides a Gulp task file containing developer tools for Python

Installation

At first, clone this repository to the location of your choice. Then install required dependencies by:

sudo apt-get install python-pip nodejs graphviz
sudo pip install pylint autopep8 clonedigger pycallgraph coverage sphinx vulture nose
sudo npm install gulp -g

After having installed the dependencies, please go to cloned folder and install the Nodejs dependencies:

sudo npm install

Now you can start report and documentation tasks by the following command (See gulp.js for included tasks):

gulp

Note

Work on this repository is still in progress. Further documentation will occur soon.

About

Gulp QA tasks for Python projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published