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', 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!
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.0.1.tar.gz
(3.2 kB
view details)
File details
Details for the file Snake-0.0.1.tar.gz.
File metadata
- Download URL: Snake-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ec10c1861df39d18e04acc252b8a9e6eee0b442959116c414c3490b15f9f326
|
|
| MD5 |
28c3e0414a41e489b54c83b81374ab89
|
|
| BLAKE2b-256 |
6a217a759d447777172fbbe6fb87d49e50fdebaceef2fd18688324c01dbd1cd7
|