{ "info": { "author": "Andrew Bentley", "author_email": "andrew.t.bentley@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.5" ], "description": "Plank\n=====\n\nPlank is a simple and unopinionated python task runner. Plank doesn't manipulate Python or your environment to run the tasks. Plank doesn't provide any default or template tasks.\n\n.. image:: https://travis-ci.org/atbentley/plank.svg?branch=master\n :target: https://travis-ci.org/atbentley/plank\n\n.. image:: https://coveralls.io/repos/github/atbentley/plank/badge.svg?branch=master\n :target: https://coveralls.io/github/atbentley/plank?branch=master\n\n\nUsage\n-----\n\nCreate a ``planks.py`` file in the project directory containing ``@task`` decorated methods, call them using ``plank task_name``.\n\n\nExamples\n--------\n\n.. code-block:: python\n\n from plank import task\n\n @task\n def unit_tests():\n import pytest\n\n assert pytest.main(['tests/unit']) == 0\n\n\nTests\n-----\n\nTests are written using pytest and can be run using plank, ``plank tests``.\n\n\nLicense\n-------\n\nMIT", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/atbentley/plank/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "plank", "package_url": "https://pypi.org/project/plank/", "platform": "any", "project_url": "https://pypi.org/project/plank/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/atbentley/plank/" }, "release_url": "https://pypi.org/project/plank/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "A simple task and build runner that doesn't get in the way.", "version": "0.0.4" }, "last_serial": 2362069, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7c5760df97fc302825b4918e7e9a3d0b", "sha256": "36c48fa8575597a311407d679445ab556dd8085af3fb156bb38dba5eb9ef843a" }, "downloads": -1, "filename": "plank-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7c5760df97fc302825b4918e7e9a3d0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2800, "upload_time": "2016-07-14T12:02:15", "url": "https://files.pythonhosted.org/packages/0a/26/f0a0856242892c67e1bc7f240e41a2171fa523d3941d478c6b33b49f224f/plank-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "30f4ec44b5687651246e1c802a194473", "sha256": "8a95ae94dd0e83dc4efad112240ea6b6455ccac6dafb9d31ae9e0a4d58e86b7e" }, "downloads": -1, "filename": "plank-0.0.2.tar.gz", "has_sig": false, "md5_digest": "30f4ec44b5687651246e1c802a194473", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4571, "upload_time": "2016-08-22T09:56:52", "url": "https://files.pythonhosted.org/packages/31/db/6d3361a35c8dc5f6e9edae95a676850e1e22eb330ca21d794732637d8c4a/plank-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "88c20c757253cc40edfd63b0641f0e58", "sha256": "42fc61f09c79d81e8e2ccdfb3647a3f2f80459d2393af5bb320560d14b63c956" }, "downloads": -1, "filename": "plank-0.0.3.tar.gz", "has_sig": false, "md5_digest": "88c20c757253cc40edfd63b0641f0e58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4910, "upload_time": "2016-09-10T10:45:09", "url": "https://files.pythonhosted.org/packages/f8/db/3af7f0d87fcf17f23eb8a107f6313f2031da57b5abeb1633c82b3ddb8143/plank-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "009ace08a7dfa00660254921e0c2fbfe", "sha256": "1dac5319e123699816c6cc526912c5137c149538b5aadb674ee048ee457780f1" }, "downloads": -1, "filename": "plank-0.0.4.tar.gz", "has_sig": false, "md5_digest": "009ace08a7dfa00660254921e0c2fbfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4876, "upload_time": "2016-09-25T06:44:58", "url": "https://files.pythonhosted.org/packages/ed/ad/497ddcdf1b1b48442a3ba1ef281a2013c1a1326f6eec1d63574bcc5d6463/plank-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "009ace08a7dfa00660254921e0c2fbfe", "sha256": "1dac5319e123699816c6cc526912c5137c149538b5aadb674ee048ee457780f1" }, "downloads": -1, "filename": "plank-0.0.4.tar.gz", "has_sig": false, "md5_digest": "009ace08a7dfa00660254921e0c2fbfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4876, "upload_time": "2016-09-25T06:44:58", "url": "https://files.pythonhosted.org/packages/ed/ad/497ddcdf1b1b48442a3ba1ef281a2013c1a1326f6eec1d63574bcc5d6463/plank-0.0.4.tar.gz" } ] }