Skip to content

nsegata/doit

This branch is 508 commits behind pydoit/doit:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6eed702 · Jan 19, 2015
Jan 19, 2015
Jan 17, 2015
Jan 17, 2015
Feb 18, 2014
Sep 28, 2014
Jan 11, 2015
Oct 2, 2014
Jan 17, 2015
Jan 11, 2015
Feb 20, 2014
Jan 11, 2015
Aug 30, 2014
Jun 18, 2014
Sep 28, 2014
Mar 23, 2014
Sep 28, 2014
Jan 12, 2013
Jan 11, 2015
Nov 18, 2013

Repository files navigation

README

https://pypip.in/v/doit/badge.png https://pypip.in/d/doit/badge.png https://coveralls.io/repos/pydoit/doit/badge.png?branch=master

doit - automation tool

doit comes from the idea of bringing the power of build-tools to execute any kind of task

Project Details

license

The MIT License Copyright (c) 2008-2013 Eduardo Naufel Schettino

see LICENSE file

developers / contributors

see AUTHORS file

install

doit is tested on python 2.7, 3.2, 3.3, 3.4.

$ python setup.py install

dependencies

  • six
  • pyinotify (linux)
  • macfsevents (mac)

Tools required for development:

  • git * VCS
  • py.test * unit-tests
  • mock * unit-tests
  • coverage * code coverage
  • epydoc * API doc generator
  • sphinx * doc tool
  • pyflakes * syntax checker
  • doit-py * helper to run dev tasks

development setup

The best way to setup an environment to develop doit itself is to create a virtualenv...

doit$ virtualenv dev
(dev)doit$ dev/bin/activate

install doit as "editable", and add development dependencies from dev_requirements.txt:

(dev)doit$ pip install --editable .
(dev)doit$ pip install --requirement dev_requirements.txt

tests

Use py.test - http://pytest.org

$ py.test

documentation

doc folder contains ReST documentation based on Sphinx.

doc$ make html

They are the base for creating the website. The only difference is that the website includes analytics tracking. To create it (after installing doit):

$ doit website

The website will also includes epydoc generated API documentation.

contributing

On github create pull requests using a named feature branch.

About

automation tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.8%
  • Makefile 1.5%
  • Other 0.7%