Skip to main content

Command-line interface for tatoo library

Project description

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

Tatoo CLI

Command-line interface for tatoo library.

Given the following tasks.py file:

from tatoo import Environment, parameter
from tatoo.tasks import types

env = Environment('myenv')

@env.task
@parameter('x', type=types.Float)
@parameter('y', type=types.Float)
def add(x, y):
    print(x + y)

You can execute add task like this:

$ tatoo -E tasks apply add 1 2
3.0

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-cli-0.4.0.tar.gz (27.1 kB view hashes)

Uploaded Source

Built Distribution

tatoo_cli-0.4.0-py2.py3-none-any.whl (11.3 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