{ "info": { "author": "Vinod Vijayarajan", "author_email": "vinod.vijayarajan@hp.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: User Interfaces", "Topic :: Text Processing" ], "description": "getargs is a Python module that implements a command line parser that Python\r\nscripts can use to parse their command line arguments in sys.argv. It is\r\ndesigned as a considerably more powerful and flexible alternative to the\r\nstandard getopt module. While supporting all features provided by getopt, it\r\nalso allows a command line option to take an arbitrary number of arguments and\r\nhave defaults, permits switches (options without arguments) and options with\r\narguments to be interleaved on the command line, allows the developer to specify\r\nthe maximum and minimum number of arguments an option can take and allows the\r\nuser to specify his oft-used options and arguments in a file.", "description_content_type": null, "docs_url": null, "download_url": "http://iamroot.beigetower.org/pkgs/getargs-2.0.tar.bz2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://iamroot.beigetower.org/getargs.html", "keywords": "command line parser, options, arguments", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "getargs", "package_url": "https://pypi.org/project/getargs/", "platform": null, "project_url": "https://pypi.org/project/getargs/", "project_urls": { "Download": "http://iamroot.beigetower.org/pkgs/getargs-2.0.tar.bz2", "Homepage": "http://iamroot.beigetower.org/getargs.html" }, "release_url": "https://pypi.org/project/getargs/2.0/", "requires_dist": null, "requires_python": null, "summary": "A more powerful and flexible alternative to the standard getopt module", "version": "2.0" }, "last_serial": 802996, "releases": { "2.0": [] }, "urls": [] }