{ "info": { "author": "whtsky", "author_email": "whtsky@me.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Utilities" ], "description": "parguments\n==========\n\nA simple cli args parser for Python.\n\nUseful for creating command-line scripts.\n\nExample ::\n\n \"\"\"\n catsup v1.0\n\n Usage:\n catsup init []\n catsup build\n catsup deploy\n catsup -h | --help\n catsup --version\n\n Options:\n -h --help Show this screen and exit.\n -s --settings= path to config file. [default: config.json]\n \"\"\"\n from parguments import Parguments\n\n parguments = Parguments(__doc__, version='1.0')\n\n @parguments.command\n def init(path):\n \"\"\"\n Usage:\n catsup init []\n\n Options:\n -h --help Show this screen and exit.\n -s --settings= path to setting file. [default: config.json]\n \"\"\"\n pass\n\n @parguments.command\n def build(settings):\n \"\"\"\n Usage:\n catsup build [-s |--settings=]\n\n Options:\n -h --help Show this screen and exit.\n -s --settings= path to setting file. [default: config.json]\n \"\"\"\n pass\n\n @parguments.command\n def deploy(settings):\n \"\"\"\n Usage:\n catsup deploy [-s |--settings=]\n\n Options:\n -h --help Show this screen and exit.\n -s --settings= path to setting file. [default: config.json]\n \"\"\"\n pass\n\n if __name__ == '__main__':\n parguments.run()\n\nDocuments at http://parguments.rtfd.org/", "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/whtsky/parguments", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "parguments", "package_url": "https://pypi.org/project/parguments/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/parguments/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/whtsky/parguments" }, "release_url": "https://pypi.org/project/parguments/0.3.2/", "requires_dist": null, "requires_python": null, "summary": "Parguments: A simple cli args parser for Python", "version": "0.3.2" }, "last_serial": 810173, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6cac8fac082c2aaf35ed554d57ebfbc3", "sha256": "28ca4b8f0ca946fb09bc1bde6a060504a2202fd18db7f7da609e4eb387532250" }, "downloads": -1, "filename": "parguments-0.1-py2.7.egg", "has_sig": false, "md5_digest": "6cac8fac082c2aaf35ed554d57ebfbc3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3218, "upload_time": "2013-01-27T13:52:27", "url": "https://files.pythonhosted.org/packages/10/90/bb9f4c3c5ff2a6af9be74793ee6ea53abbde4f451a8af893d157cee7ab89/parguments-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3c84ba52757f771bd984ced7bf4cddf6", "sha256": "a63db087a34bab07fb7d78745c76298d65299f0c512bcbb9c9171e2258396c0a" }, "downloads": -1, "filename": "parguments-0.1.tar.gz", "has_sig": false, "md5_digest": "3c84ba52757f771bd984ced7bf4cddf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2498, "upload_time": "2013-01-27T13:52:25", "url": "https://files.pythonhosted.org/packages/55/db/9df81240aa63e935d96e6818223b3d4d971ad32a2c393e93381c4163c1ce/parguments-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "bd0ac2852084e377cb7e690599e4c118", "sha256": "04e7a869bf15776827e2e95145df2115a05c2d632c14fb5cee79ad57877e1ba0" }, "downloads": -1, "filename": "parguments-0.2-py2.7.egg", "has_sig": false, "md5_digest": "bd0ac2852084e377cb7e690599e4c118", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 21269, "upload_time": "2013-02-05T11:41:49", "url": "https://files.pythonhosted.org/packages/d4/1e/617272d9249831cd672294d91ab41ec988f2b4f6703cb2a2046052ea6305/parguments-0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7ed13aad6f5aa32eeed52d063f08750e", "sha256": "12a93c4e442f19b980acc9ab62c733ef2dd747689cf3bbe1d5ade9fbb111b558" }, "downloads": -1, "filename": "parguments-0.2.tar.gz", "has_sig": false, "md5_digest": "7ed13aad6f5aa32eeed52d063f08750e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9404, "upload_time": "2013-02-05T11:41:40", "url": "https://files.pythonhosted.org/packages/04/8b/8d8795034c259c9f5b0b2d52aac0c698d5b1205196075a84f89063b8e4c8/parguments-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "e8d3e08eeca152c68a5a87bdc03b5854", "sha256": "91f085667966e5c342b7d9d5d65ac967afc18635cbe3f1d8b1661a8e69d297ca" }, "downloads": -1, "filename": "parguments-0.2.1-py2.7.egg", "has_sig": false, "md5_digest": "e8d3e08eeca152c68a5a87bdc03b5854", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 21246, "upload_time": "2013-02-05T11:54:15", "url": "https://files.pythonhosted.org/packages/bb/29/7362cb04682738fb0975a40e9dac393e46205594a4e16e4716dadd3720e2/parguments-0.2.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "f19f679500a5abef78442cd23e9aea43", "sha256": "b89561ea3a1d6a3f659d0e23476b048bcc550e7a46f0f836e3f0f22bdbd0ff03" }, "downloads": -1, "filename": "parguments-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f19f679500a5abef78442cd23e9aea43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9390, "upload_time": "2013-02-05T11:53:59", "url": "https://files.pythonhosted.org/packages/85/c8/8bdd50498275e21f3311f73a2d8df46ba449ff48bdcb7b1bcb2a0caff413/parguments-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "5d0e6bff784e46039c690e395059522c", "sha256": "169f1ef23486fc9668c9910e2f6335206b615d21e44e90588ebbb7547b2e6f38" }, "downloads": -1, "filename": "parguments-0.3.0-py2.7.egg", "has_sig": false, "md5_digest": "5d0e6bff784e46039c690e395059522c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9084, "upload_time": "2013-05-26T09:53:51", "url": "https://files.pythonhosted.org/packages/7b/14/7d06ed644de4a7ad529993a1264eb0b9b494649de0e6494b71ed91a67cc0/parguments-0.3.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8d6040684ae065897054d59d9aa6eee8", "sha256": "c53c2e83cb57271e91e7611b929f69ea438c761080c9e074aa4438a709050dd9" }, "downloads": -1, "filename": "parguments-0.3.0.tar.gz", "has_sig": false, "md5_digest": "8d6040684ae065897054d59d9aa6eee8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4996, "upload_time": "2013-05-26T09:53:47", "url": "https://files.pythonhosted.org/packages/12/fd/8f913cb183cf83ddbb22c4d267d94e3800e6cb51b4c1ffe477db3c8439de/parguments-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "da79c359d93b93287f6e1fc50741918c", "sha256": "a99fcbf090f0cbe879da34f4731e68808d6e4d28be5b102991a63586fc77a507" }, "downloads": -1, "filename": "parguments-0.3.1-py2.7.egg", "has_sig": false, "md5_digest": "da79c359d93b93287f6e1fc50741918c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9044, "upload_time": "2013-05-26T10:24:28", "url": "https://files.pythonhosted.org/packages/86/e4/1b66e6c1b7642adfd9610cb238bbb9de4f3dbc7d0fc600c2a6c1da0c4888/parguments-0.3.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d301be6c46f5e8a0b607094fc3c3417e", "sha256": "a2abbd2023aeb4cd826217396893af9890995185734e8b406bf5043a53bbae32" }, "downloads": -1, "filename": "parguments-0.3.1.tar.gz", "has_sig": false, "md5_digest": "d301be6c46f5e8a0b607094fc3c3417e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4983, "upload_time": "2013-05-26T10:24:20", "url": "https://files.pythonhosted.org/packages/f8/19/28a26d531b9ab60fc69e3ff7bd543ea1e5d0c108b5f0ff2b3435fe6cc9f8/parguments-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "f9adaa84f8a98ce534173924a6d3ee97", "sha256": "b8676bd877596233d82ae29359eb22a62bc6f06793cfe4d6c3b880ea73a02060" }, "downloads": -1, "filename": "parguments-0.3.2-py2.7.egg", "has_sig": false, "md5_digest": "f9adaa84f8a98ce534173924a6d3ee97", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9047, "upload_time": "2013-07-07T11:44:15", "url": "https://files.pythonhosted.org/packages/3b/98/54faf9a63762973f25f5475aadcfdcf9c7e4b2462cff91bdd203eb0f41a2/parguments-0.3.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "38d35c856d65c0ed9da383de80b56b6c", "sha256": "a58340fa8578aba50243e57399ec9efaf77f5e0c47c2c3435ec38d9cefec528f" }, "downloads": -1, "filename": "parguments-0.3.2.tar.gz", "has_sig": false, "md5_digest": "38d35c856d65c0ed9da383de80b56b6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4989, "upload_time": "2013-07-07T11:44:05", "url": "https://files.pythonhosted.org/packages/31/18/fc5de25e446e16088eed5ca9fc9953645ab8cf6e3e50f90f85c2a0bdd1b2/parguments-0.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f9adaa84f8a98ce534173924a6d3ee97", "sha256": "b8676bd877596233d82ae29359eb22a62bc6f06793cfe4d6c3b880ea73a02060" }, "downloads": -1, "filename": "parguments-0.3.2-py2.7.egg", "has_sig": false, "md5_digest": "f9adaa84f8a98ce534173924a6d3ee97", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9047, "upload_time": "2013-07-07T11:44:15", "url": "https://files.pythonhosted.org/packages/3b/98/54faf9a63762973f25f5475aadcfdcf9c7e4b2462cff91bdd203eb0f41a2/parguments-0.3.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "38d35c856d65c0ed9da383de80b56b6c", "sha256": "a58340fa8578aba50243e57399ec9efaf77f5e0c47c2c3435ec38d9cefec528f" }, "downloads": -1, "filename": "parguments-0.3.2.tar.gz", "has_sig": false, "md5_digest": "38d35c856d65c0ed9da383de80b56b6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4989, "upload_time": "2013-07-07T11:44:05", "url": "https://files.pythonhosted.org/packages/31/18/fc5de25e446e16088eed5ca9fc9953645ab8cf6e3e50f90f85c2a0bdd1b2/parguments-0.3.2.tar.gz" } ] }