{ "info": { "author": "Dmitry Malinovsky", "author_email": "damalinov@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": ".. image:: https://badge.fury.io/py/tatoo-cli.png\n :target: http://badge.fury.io/py/tatoo-cli\n\n.. image:: https://travis-ci.org/malinoff/tatoo-cli.svg?branch=develop&label=Travis\n :target: https://travis-ci.org/malinoff/tatoo-cli\n\n.. image:: 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\n :target: https://ci.appveyor.com/project/malinoff/tatoo-cli/branch/develop\n\nTatoo CLI\n=========\n\nCommand-line interface for `tatoo `_\nlibrary.\n\nGiven the following ``tasks.py`` file::\n\n from tatoo import Environment, parameter\n from tatoo.tasks import types\n\n env = Environment('myenv')\n\n @env.task\n @parameter('x', type=types.Float)\n @parameter('y', type=types.Float)\n def add(x, y):\n print(x + y)\n\nYou can execute ``add`` task like this::\n\n $ tatoo -E tasks apply add 1 2\n 3.0\n\nIt works under Python 2.6, 2.7, 3.3+ and Pypy (Pypy3 is not yet supported) on\nLinux, OSX and Windows. This ensured on each commit continiously using\n`TravisCI `_ (Linux & OSX) and\n`Appveyor `_ (Windows).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/malinoff/tatoo-cli", "keywords": "tatoo cli command line interface", "license": "BSD-3", "maintainer": null, "maintainer_email": null, "name": "tatoo-cli", "package_url": "https://pypi.org/project/tatoo-cli/", "platform": "linux,osx,windows", "project_url": "https://pypi.org/project/tatoo-cli/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/malinoff/tatoo-cli" }, "release_url": "https://pypi.org/project/tatoo-cli/0.4.0/", "requires_dist": null, "requires_python": null, "summary": "Command-line interface for tatoo library", "version": "0.4.0" }, "last_serial": 1448654, "releases": { "0.2.0": [], "0.4.0": [ { "comment_text": "", "digests": { "md5": "b6d0dac18e2e9d87f3712fa7f763acf3", "sha256": "fbd7ea671f952d1193769b1f1961c32d5f7e1e494ed5863086b05d14f7d570d6" }, "downloads": -1, "filename": "tatoo_cli-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b6d0dac18e2e9d87f3712fa7f763acf3", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 11318, "upload_time": "2015-03-05T02:14:28", "url": "https://files.pythonhosted.org/packages/a7/81/44057ddb61730d2a878ca164b0a0b9c0a283c32c251e4f1468d4ab57985d/tatoo_cli-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce2426de79429b40e16cdb6d92f0f1d6", "sha256": "f0df45b356aa0152b147c31bc506c6d23c8829ee721352652cec2bf9ed26fbc2" }, "downloads": -1, "filename": "tatoo-cli-0.4.0.tar.gz", "has_sig": false, "md5_digest": "ce2426de79429b40e16cdb6d92f0f1d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27051, "upload_time": "2015-03-05T02:14:25", "url": "https://files.pythonhosted.org/packages/85/eb/b9737034959df3576d73d379f74cdd98aa531c407a62ebb7f2056c4158e8/tatoo-cli-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b6d0dac18e2e9d87f3712fa7f763acf3", "sha256": "fbd7ea671f952d1193769b1f1961c32d5f7e1e494ed5863086b05d14f7d570d6" }, "downloads": -1, "filename": "tatoo_cli-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b6d0dac18e2e9d87f3712fa7f763acf3", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 11318, "upload_time": "2015-03-05T02:14:28", "url": "https://files.pythonhosted.org/packages/a7/81/44057ddb61730d2a878ca164b0a0b9c0a283c32c251e4f1468d4ab57985d/tatoo_cli-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce2426de79429b40e16cdb6d92f0f1d6", "sha256": "f0df45b356aa0152b147c31bc506c6d23c8829ee721352652cec2bf9ed26fbc2" }, "downloads": -1, "filename": "tatoo-cli-0.4.0.tar.gz", "has_sig": false, "md5_digest": "ce2426de79429b40e16cdb6d92f0f1d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27051, "upload_time": "2015-03-05T02:14:25", "url": "https://files.pythonhosted.org/packages/85/eb/b9737034959df3576d73d379f74cdd98aa531c407a62ebb7f2056c4158e8/tatoo-cli-0.4.0.tar.gz" } ] }