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.0.tar.gz
(4.3 kB
view details)
File details
Details for the file Snake-0.1.0.tar.gz.
File metadata
- Download URL: Snake-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d607aaa5b89590ab322dee7085648ed51458fca7eea4d0bda5adfd0041ca873
|
|
| MD5 |
86b463fa07d326877cee25a44b050c0d
|
|
| BLAKE2b-256 |
ba14dde0d463ee222135bf670aea6667e69317dba524ebaea844b81e07fe7fa1
|