Skip to main content

Snake is yet another Make-like tool inspired by Rake.

Project description

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!

Project details


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)

Uploaded Source

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

Hashes for Snake-0.1.0.tar.gz
Algorithm Hash digest
SHA256 4d607aaa5b89590ab322dee7085648ed51458fca7eea4d0bda5adfd0041ca873
MD5 86b463fa07d326877cee25a44b050c0d
BLAKE2b-256 ba14dde0d463ee222135bf670aea6667e69317dba524ebaea844b81e07fe7fa1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page