{ "info": { "author": "Iain Lamb", "author_email": "x+python@lamb.cc", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: Python Software Foundation License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: System :: Shells", "Topic :: Terminals", "Topic :: Utilities" ], "description": "Use with Python 3.\n\n\nThis module is mostly for folks who need to write a python script\nthat will be run from the command line. You know, something that can\nparse command line arguments and run other external programs via the\nshell. The kind of script you can call with --help. Something that\nperhaps reads, copies, deletes, or otherwise manipulates files by\ntheir pathname.\n\nIf any of these apply, perhaps this module is for you!\n\nA simple ``import script`` statement can provide your code with\nconvenient command line parsing, \u00e0 la carte ``--help`` documentation,\nuseful path operations, shell command invocation with optional pipe\nredirection, and early run-time termination with exit status\ncontrol. Read on for more. Cheers!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://lamb.cc/script", "keywords": null, "license": "Copyright (c) 2010 by Iain Lamb. Licensed to PSF under a Contributor Agreement. See http://www.python.org/3.1/license for details.", "maintainer": null, "maintainer_email": null, "name": "script", "package_url": "https://pypi.org/project/script/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/script/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://lamb.cc/script" }, "release_url": "https://pypi.org/project/script/1.7.2/", "requires_dist": null, "requires_python": null, "summary": "Help for writing shell scripts in Python", "version": "1.7.2" }, "last_serial": 205780, "releases": { "1.2.0": [], "1.2.1": [], "1.2.2": [], "1.2.3": [], "1.3.0": [], "1.3.1": [], "1.4.0": [], "1.4.1": [], "1.5.0": [], "1.5.1": [], "1.5.2": [], "1.5.3": [], "1.6.1": [], "1.7.0": [], "1.7.1": [], "1.7.2": [] }, "urls": [] }