Skip to main content

Task toolkit

Project description

https://badge.fury.io/py/tatoo.png https://travis-ci.org/malinoff/tatoo.svg?branch=develop&label=Travis https://ci.appveyor.com/api/projects/status/github/malinoff/tatoo?svg=true&branch=develop&passingText=Appveyor%20|%20passing&pendingText=Appveyor%20|%20pending&failingText=Appveyor%20|%20failing

tatoo - task toolkit

Tatoo is python task toolkit, intended to be small and simple, but powerful and extensible. Out of the box it allows you to programmatically execute tasks on the local machine:

>>> from tatoo import Environment
>>> env = Environment()
>>> @env.task
>>> def hello():
...     print('Hello, world!')
...
>>> hello.apply()
Hello, world!

It can be use as a replacement for tools like Make (a command-line interface is provided via extensions), but it was developed with Celery’s features in mind, so once there will be extensions for remote task execution, daemonization and others.

Documentation can be found on read the docs.

It works under Python 2.6, 2.7, 3.3+ and Pypy (Pypy3 is not yet supported) on Linux, OSX and Windows. This ensured on each commit continiously using TravisCI (Linux & OSX) and Appveyor (Windows).

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

tatoo-0.7.0.tar.gz (59.7 kB view hashes)

Uploaded Source

Built Distribution

tatoo-0.7.0-py2.py3-none-any.whl (45.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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