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

CIL
CIL

20 Feb 15

Craft
Craft

20 Feb 15

IGCC
IGCC

14 Apr 15

Voodoo Compiler
Voodoo Compiler

20 Feb 15

Other Software of Developer Mike Yumatov

Gears
Gears

20 Feb 15

lemon-publications
lemon-publications

20 Feb 15

lemon-pages
lemon-pages

20 Feb 15

gears-stylus
gears-stylus

20 Feb 15

Comments to Snake

Comments not found
Add Comment
Turn on images!