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

daot
daot

11 May 15

byacc
byacc

3 Jun 15

JBasic
JBasic

3 Jun 15

PyInstaller
PyInstaller

18 Feb 15

Other Software of Developer Mike Yumatov

Comments to Snake

Comments not found
Add Comment
Turn on images!