James Gardner: Home > Work > Code > CommandTool > 0.3.2

CommandTool v0.3.2 documentation

0.3.2

Summary

Tools for creating command line interfaces involving sub-commands.

Get Started

  • Download and install from source

Author

James Gardner

Changes

0.3.2

2009-12-24

  • BuildKit compatibility: restructured docs, added doctests.

0.3.1

2009-11-08

  • Added direct support for a flows setup

2009-10-25

  • Made docutils optional

0.3.0

2009-07-30

  • Updated the documentation to be accurate
  • Moved the create_man example into the core as commandtool.help
  • Removed old comments
  • Updated the find example

0.2.1

2009-06-30

  • Updated the find and create_man programs
  • Created the documentation
  • Removed metavar handlers

0.2.0

2009-04-28

  • Added a create_man.py script which extracts docstrings in written in a subset of full reStructuredText into both HTML, man and help text formats.

0.1.0

  • First version

License

Copyright (C) 2009 James Gardner - http://jimmyg.org/

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

James Gardner: Home > Work > Code > CommandTool > 0.3.2