{ "info": { "author": "James Gardner", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "CommandTool\n+++++++++++\n\n\n.. contents ::\n\nSummary\n=======\n\nTools for creating command line interfaces involving sub-commands.\n\nGet Started\n===========\n\n* Download and install from source\n\nAuthor\n======\n\nJames Gardner\n\n\nChanges\n=======\n\n0.5.3\n-----\n\n2011-07-11\n~~~~~~~~~~\n\n* Support for ``cmd.out`` and ``cmd.err`` functions on the ``cmd`` object\n\n0.5.2\n-----\n\n2011-04-24\n~~~~~~~~~~\n\n* Added support for extra information in command-specific help, not shown \n on the command index page\n* Added a ``bag`` argument and default alias look up on ``self`` so that \n commands behave a bit like Marbles\n* Added ``instance``, ``raw_args`` and ``raw_opts`` to the ``cmd`` object\n passed to ``run()`` and deprecated the use of ``on_initial_convert()``\n* Moved the ``bag`` argument out of ``run()`` and instead it gets passed\n as a service by PipeStack if needed. Can be accessed as ``cmd.service``\n in your ``run()`` function.\n* Changed the command structure to be that of a list of tuples, rather than a\n dictionary; nesting now happens by placing a list of tuples as a value\n\n0.5.1\n-----\n\n2011-04-04\n~~~~~~~~~~\n\n* Added ``requires.txt``\n* Added a new ``run()`` method allowing you to use a ``cmd`` object for\n chaining sub commands\n\n0.5.0\n-----\n\n* Basic support for nested commands, further refactoring of the new use cases\n may be forthcoming\n\n0.4.1\n-----\n\n2010-09-16\n~~~~~~~~~~\n\n* Added support for aliases to commands\n\n2010-09-05\n~~~~~~~~~~\n\n* Changed terminology from sub-command to command (internally variables\n are still called ``sub_command`` though)\n* Added a ``help_option``\n* Fixed bad default help desciptions\n\n0.4.0\n-----\n\n2010-03-02\n~~~~~~~~~~\n\n* Complete restructure, now uses a ``Cmd`` class\n* Removed man page and reStructuredText support\n\n0.3.2\n-----\n\n2009-12-24\n~~~~~~~~~~\n\n* BuildKit compatibility: restructured docs, added doctests.\n\n0.3.1\n-----\n\n2009-11-08\n~~~~~~~~~~\n\n* Added direct support for a flows setup\n\n2009-10-25\n~~~~~~~~~~\n\n* Made docutils optional\n\n0.3.0\n-----\n\n2009-07-30\n~~~~~~~~~~\n\n* Updated the documentation to be accurate\n* Moved the create_man example into the core as commandtool.help\n* Removed old comments\n* Updated the find example\n\n0.2.1\n-----\n\n2009-06-30\n~~~~~~~~~~\n\n* Updated the find and create_man programs\n* Created the documentation\n* Removed metavar handlers\n\n0.2.0\n-----\n\n2009-04-28\n~~~~~~~~~~\n\n* Added a create_man.py script which extracts docstrings in written in a subset\n of full reStructuredText into both HTML, man and help text formats.\n\n0.1.0\n-----\n* First version\n\n\nLicense\n=======\nCopyright (C) 2009 James Gardner - http://jimmyg.org/\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n\nDownload\n========", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://jimmyg.org/work/code/commandtool/index.html", "keywords": "", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "CommandTool", "package_url": "https://pypi.org/project/CommandTool/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/CommandTool/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://jimmyg.org/work/code/commandtool/index.html" }, "release_url": "https://pypi.org/project/CommandTool/0.5.3/", "requires_dist": null, "requires_python": null, "summary": "Tools for creating command line interfaces involving sub-commands.", "version": "0.5.3" }, "last_serial": 325732, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "5b6afbb2bd8c94a4db142aca6ee0a066", "sha256": "5e87e486347408917cea6560af1a7b42018a91ad51837afdf63f3e5866c203b9" }, "downloads": -1, "filename": "CommandTool-0.2.1-py2.5.egg", "has_sig": false, "md5_digest": "5b6afbb2bd8c94a4db142aca6ee0a066", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 14627, "upload_time": "2009-06-30T16:33:12", "url": "https://files.pythonhosted.org/packages/6a/a6/adbef2eb830d4244855859e1df608e06b877ae2f21afc9ef847478aba061/CommandTool-0.2.1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "d41477d8e73f74804dd8ca137721e0c9", "sha256": "62937cda57deb5971bf6efba84764f4bf7d858bc9ae98355c7bd8437cea470c1" }, "downloads": -1, "filename": "CommandTool-0.2.1.tar.gz", "has_sig": false, "md5_digest": "d41477d8e73f74804dd8ca137721e0c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8158, "upload_time": "2009-06-30T16:33:11", "url": "https://files.pythonhosted.org/packages/7a/ce/40169e7e559a2c464ac9de37b7d4f360ef2b8a4b76956e7f625a03a60b65/CommandTool-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "79f06cda41cd7cd8bebec54385cfbfbe", "sha256": "c60252cbf76bdfbd58fe135a7cf4d05de6685fc37c2cb07f80336a531c34490e" }, "downloads": -1, "filename": "CommandTool-0.3.0-py2.5.egg", "has_sig": false, "md5_digest": "79f06cda41cd7cd8bebec54385cfbfbe", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 45129, "upload_time": "2009-07-31T00:08:05", "url": "https://files.pythonhosted.org/packages/de/f6/1bb5e20d44d030a3fe7ea9e13c05d51606910a5bcd52ea989b859e1763e3/CommandTool-0.3.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "76d80be1ab4608a280288be8037d636b", "sha256": "8d727ee5d4285ed38a889c1dccd364b4c3e557c80356d00428385e6f1383830b" }, "downloads": -1, "filename": "CommandTool-0.3.0.tar.gz", "has_sig": false, "md5_digest": "76d80be1ab4608a280288be8037d636b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19064, "upload_time": "2009-07-31T00:08:04", "url": "https://files.pythonhosted.org/packages/e8/20/fc8275ffd3fa1f66187e2de6a103ed1681188dfd3f1341ce025dd087ba05/CommandTool-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "b183203493ebbee0f5565123cf52470a", "sha256": "fe48eb9355369b25ab6b128410937b799f06ebf42db4eda818df68bb4cdfcf5c" }, "downloads": -1, "filename": "CommandTool-0.4.0.tar.gz", "has_sig": false, "md5_digest": "b183203493ebbee0f5565123cf52470a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24511, "upload_time": "2010-09-01T21:06:43", "url": "https://files.pythonhosted.org/packages/83/ca/980622e56b316ed6728dc7509bba64f086e145a904b2a58dbaa8f1cf8504/CommandTool-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "1caba1b80a6671e5b1586d715bf043ab", "sha256": "1c7e30064957faeacf41c1194c0c42476dc21e7560b100d7f4a062dbeea2f280" }, "downloads": -1, "filename": "CommandTool-0.4.1.tar.gz", "has_sig": false, "md5_digest": "1caba1b80a6671e5b1586d715bf043ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20993, "upload_time": "2010-09-18T17:21:29", "url": "https://files.pythonhosted.org/packages/5e/09/c57c7a92bd0802ffd62b20efa93e99c09513302839dd5c18be96b5f80f54/CommandTool-0.4.1.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "b12e27f00bd2c7a8b34a3589071acf80", "sha256": "c60e6913703bbf54c7acf9e5862c7f85d86ffa0d931630f4eb183c15f6a0b096" }, "downloads": -1, "filename": "CommandTool-0.5.0.tar.gz", "has_sig": false, "md5_digest": "b12e27f00bd2c7a8b34a3589071acf80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22118, "upload_time": "2010-11-26T20:41:12", "url": "https://files.pythonhosted.org/packages/bd/e7/deefde921a7af7465ad529ea90a519de8ff6d61ec42521f5a23ae178ee5c/CommandTool-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "6a33d099a9a7ea9a62bdc99296f15b0d", "sha256": "831dcdad94d02cd63a1ae814870c7a93ffef23712c4cb3cf1d1a963064d9180a" }, "downloads": -1, "filename": "CommandTool-0.5.1.tar.gz", "has_sig": false, "md5_digest": "6a33d099a9a7ea9a62bdc99296f15b0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22342, "upload_time": "2011-04-04T20:13:02", "url": "https://files.pythonhosted.org/packages/97/47/32105b8ad12fc9c3e29b096ad94fa7676168fe303eb9551cad2143fe7d2a/CommandTool-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "31707d04e78b39acdd6469375a8e49cb", "sha256": "9f9e91e008940a97052194a8f0c95c1f029e392f522d6b445a9c5a2535eda1ec" }, "downloads": -1, "filename": "CommandTool-0.5.2.tar.gz", "has_sig": false, "md5_digest": "31707d04e78b39acdd6469375a8e49cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23552, "upload_time": "2011-04-24T12:40:32", "url": "https://files.pythonhosted.org/packages/77/32/ade5e0f34ee8e7003c1ea7cd8459a3188ad8481980901ed9655432a22434/CommandTool-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "f97ef2dd63dc02a83d90f3d4094a0bb7", "sha256": "239e1957971253c1a1757b728bbaf6ce84048d46d75e9a1dc50645e98fe44501" }, "downloads": -1, "filename": "CommandTool-0.5.3.tar.gz", "has_sig": false, "md5_digest": "f97ef2dd63dc02a83d90f3d4094a0bb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24393, "upload_time": "2011-07-11T18:17:20", "url": "https://files.pythonhosted.org/packages/46/7a/dbc09c5a7fd5f0a2e4e069f67d4b6be88b5d177870045ffdee88a4d86c20/CommandTool-0.5.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f97ef2dd63dc02a83d90f3d4094a0bb7", "sha256": "239e1957971253c1a1757b728bbaf6ce84048d46d75e9a1dc50645e98fe44501" }, "downloads": -1, "filename": "CommandTool-0.5.3.tar.gz", "has_sig": false, "md5_digest": "f97ef2dd63dc02a83d90f3d4094a0bb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24393, "upload_time": "2011-07-11T18:17:20", "url": "https://files.pythonhosted.org/packages/46/7a/dbc09c5a7fd5f0a2e4e069f67d4b6be88b5d177870045ffdee88a4d86c20/CommandTool-0.5.3.tar.gz" } ] }