{ "info": { "author": "Mark Haines", "author_email": "mjark@negativecurvature.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2" ], "description": "Simple Script\n=============\n\n* .. image:: https://pypip.in/version/simplescript/badge.svg?branch=master\n :target: https://pypi.python.org/pypi/simplescript/\n :alt: Latest Version\n\nMake a shell script from a python function. Generates an argument parser for\nthe function using ``argparse`` by inspecting the function arguments.\n\n.. code:: python\n\n #! /usr/bin/python\n from simplescript import simplescript\n\n @simplescript\n def myscript(a_flag=False, a_string=\"default\"):\n \"\"\"An example script\"\"\"\n if a_flag:\n print a_string\n\nInstall using pip::\n\n pip install simplescript", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/NegativeMjark/simplescript", "keywords": "script shell", "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "simplescript", "package_url": "https://pypi.org/project/simplescript/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/simplescript/", "project_urls": { "Homepage": "https://github.com/NegativeMjark/simplescript" }, "release_url": "https://pypi.org/project/simplescript/0.2/", "requires_dist": null, "requires_python": null, "summary": "Make shell scripts from python functions", "version": "0.2" }, "last_serial": 1548227, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "999b14ef199dbba14fac925045610d31", "sha256": "052612aba4d4c5b8051254269122d88d4ab1e6773e20d98ed53fa0676eb7ca84" }, "downloads": -1, "filename": "simplescript-0.1.tar.gz", "has_sig": false, "md5_digest": "999b14ef199dbba14fac925045610d31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2426, "upload_time": "2015-02-09T14:28:04", "url": "https://files.pythonhosted.org/packages/e8/bd/4333ee25b4fde6a652be8084c10a44069351ae2717b7d2ff6bb1a608588d/simplescript-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "3df090939d3b5b73080063147d8bfb47", "sha256": "71b33d24fa82ee8a16ea45fd12218af69db0dddf44e991388fe0f7170cf54c17" }, "downloads": -1, "filename": "simplescript-0.2.tar.gz", "has_sig": false, "md5_digest": "3df090939d3b5b73080063147d8bfb47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2455, "upload_time": "2015-05-15T10:46:08", "url": "https://files.pythonhosted.org/packages/68/67/adbf20fdc0356a1ff40d819a0186d6770cdbf973f50e045a6d298c27961e/simplescript-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3df090939d3b5b73080063147d8bfb47", "sha256": "71b33d24fa82ee8a16ea45fd12218af69db0dddf44e991388fe0f7170cf54c17" }, "downloads": -1, "filename": "simplescript-0.2.tar.gz", "has_sig": false, "md5_digest": "3df090939d3b5b73080063147d8bfb47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2455, "upload_time": "2015-05-15T10:46:08", "url": "https://files.pythonhosted.org/packages/68/67/adbf20fdc0356a1ff40d819a0186d6770cdbf973f50e045a6d298c27961e/simplescript-0.2.tar.gz" } ] }