Snake

Software Screenshot:
Snake
Software Details:
Version: 0.2
Upload Date: 12 May 15
Developer: Mike Yumatov
Distribution Type: Freeware
Downloads: 19

Rating: nan/5 (Total Votes: 0)

Snake is yet another Make-like utility, written in Python and inspired by Rake.

Usage Example

In a directory with snakefile.py containing such code:

from snake.api import *

@task
def hello():
 print("Hello World!")

task('default', deps=hello)

one could run:

 snake hello
Hello World!


or (because default task is executed if no other task name was specified):

snake
Hello World!

Requirements:

  • Python

Similar Software

Perl
Perl

17 Aug 18

Plessc
Plessc

19 Feb 15

motor
motor

3 Jun 15

Other Software of Developer Mike Yumatov

django-gears
django-gears

20 Feb 15

Gears
Gears

20 Feb 15

gears-handlebars
gears-handlebars

20 Feb 15

gears-stylus
gears-stylus

20 Feb 15

Comments to Snake

Comments not found
Add Comment
Turn on images!