pypi: http://pypi.python.org/pypi/doit
homepage: http://python-doit.sourceforge.net/
`doit` comes from the idea of bringing the power of build-tools to
execute any kind of task. It will keep track of dependencies between
"tasks" and execute them only when necessary. It was designed to be
easy to
On Sun, Apr 25, 2010 at 11:44 PM, Jonathan Fine wrote:
> Eduardo Schettino wrote:
>>
>> On Sun, Apr 25, 2010 at 4:53 AM, Jonathan Fine wrote:
>>>
>>> Hi
>>>
>>> I'm hoping to avoid reinventing a wheel (or other rolling device). I've
On Sun, Apr 25, 2010 at 4:53 AM, Jonathan Fine wrote:
> Hi
>
> I'm hoping to avoid reinventing a wheel (or other rolling device). I've got
> a number of dependencies and, if possible, I want to order them so that each
> item has its dependencies met before it is processed.
>
> I think I could get
doit - Automation Tool
doit comes from the idea of bringing the power of build-tools to
execute any kind of task. It will keep track of dependencies between
"tasks" and execute them only when necessary. It was designed to be
easy to use and "get out of your way".
doit can be used as:
* a bu
doit comes from the idea of bringing the power of build-tools to
execute any kind of task. It will keep track of dependencies between
“tasks” and execute them only when necessary. It was designed to be
easy to use and “get out of your way”.
check the new website http://python-doit.sourceforge.net/
On Wed, Apr 23, 2008 at 8:39 PM, Ville M. Vainio <[EMAIL PROTECTED]> wrote:
>
> Yeah, decorators get around this.
>
>
> Perhaps you could do:
>
> for f in pyFiles:
> @task("checker")
> @depend(f)
> def check():
> c("pychecker %s" % f)
>
> Never underestimate the magic that is nested s
I guess I should post a link to the project in this thread...
http://python-doit.sourceforge.net/
--
http://mail.python.org/mailman/listinfo/python-list
>
> I took a look at dolt syntax, and saw this:
>
> QQQ
>
> def create_folder(path):
> """Create folder given by "path" if it doesnt exist"""
> if not os.path.exists(path):
> os.mkdir(path)
> return True
>
> def task_create_build_folder():
> buildFolder = jsPath + "
On Sun, Apr 20, 2008 at 2:04 AM, John Machin <[EMAIL PROTECTED]> wrote:
> You may like to consider the possibility of confusion caused by the
> similarity of some characters in some fonts (DoIt, Do1t, Dolt) ...
> google("dictionary dolt") :-)
> --
> http://mail.python.org/mailman/listinfo/pyth
On Sun, Apr 20, 2008 at 12:58 AM, globalrev <[EMAIL PROTECTED]> wrote:
> do i need to import something to use random?
> --
you need to import random :)
Python 2.5.1 (r251:54863, Mar 7 2008, 03:39:23)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright",
DoIt - A task execution tool (build-tool)
=
This is the first public release of DoIt
Website: http://python-doit.sourceforge.net/
Release: DoIt 0.1.0
License: MIT
About
-
DoIt is a build tool that focus not only on making/building things but on
execut
11 matches
Mail list logo