Snake is yet another Make-like tool, written on 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').needs(hello)
one could run:
$ snake hello Hello World!
or (because default task is executed if no other task name was specified):
$ snake Hello World!
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Snake-0.1.1.tar.gz
(4.3 kB
view details)
File details
Details for the file Snake-0.1.1.tar.gz.
File metadata
- Download URL: Snake-0.1.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e555028c511c0c2fe19a07c13ffedf0e7320a4916925dde8bd11bd4f7a2d3bee
|
|
| MD5 |
b6111a923ca64b3191b01f7a9780e210
|
|
| BLAKE2b-256 |
6713922fe206a4da328d4543a5d4c5f6173e1bb68c95ea515db0de015d865a72
|