Skip to content
/ doit Public
forked from pydoit/doit

task management & automation tool

License

Notifications You must be signed in to change notification settings

fgyops/doit

Repository files navigation

================
README
================

doit - automation tool
======================

about: see docs/index.rst

Developers / contributors
==========================

(in chronological order) see also https://launchpad.net/~doit-team/+members

 * Eduardo Schettino - https://launchpad.net/~schettino72
 * Javier Collado - https://launchpad.net/~javier.collado
 * Philipp Tölke - https://launchpad.net/~toelke+lp
 * Daniel Hjelm - doit-d at hjelm dot eu

Project Details
===============

 - Project management on `launchpad <https://launchpad.net/doit>`_
 - Website http://python-doit.sourceforge.net/
 - `Discussion group <http://groups.google.co.in/group/python-doit>`_


INSTALL
=======

doit is tested on python 2.4, 2.5, 2.6.

``python setup.py install``


DEPENDENCIES
============

- pyinotify [all python versions] (requires ctypes - not in python2.4 stdlib)
- simplejson [python 2.4 & 2.5]
- multiprocessing [python 2.4 & 2.5]

Tools required for development:

- py.test * unit-tests
- mock * unit-tests
- bazaar * VCS
- epydoc * API doc generator
- sphinx * doc tool
- pyflakes * syntax checker
- pychecker * syntax checker


TESTS
=====

`py.test <http://codespeak.net/py/dist/test/index.html>`_ is required to run the test suite.

``py.test``

DOCUMENTATION
=============

``doc`` folder contains ReST documentation. They are the base for creating the website.
To create it (after installing doit):

``doit -f website.py``

It includes epydoc generated API documentation.


LICENSE
=======

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

see LICENSE file

About

task management & automation tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Dockerfile 0.1%