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.2.tar.gz
(3.8 kB
view details)
File details
Details for the file Snake-0.0.2.tar.gz.
File metadata
- Download URL: Snake-0.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18e11c7d6536e369f452034783b71e7122245e632f8c8b9d63f1d17015b7a207
|
|
| MD5 |
23a8c4250d87aea3c90a7cff5bdcedce
|
|
| BLAKE2b-256 |
4ec2e2e2df1d8651a76a10c3d46bed7752ab8d157dc7d1ce247766c50a960912
|