资 源 简 介
Note: This project has been moved to GitHub: http://github.com/iancmcc/cliutils. This repository will no longer be updated.
A collection of utilities easing the creation of command line scripts.
cliutils is pure Python with no dependencies.
At the moment, the module provides three disparate features: Process objects, a command-line argument parsing decorator, and a logging decorator factory.
Installation
View the trunk at: http://cliutils.googlecode.com/svn/trunk/ cliutils
Check out the development version of the code with:
svn checkout http://cliutils.googlecode.com/svn/trunk/ cliutils
And install it:
$ python setup.py install
Packages of cliutils are available from the Cheese Shop (http://pypi.python.org/pypi/cliutils) and via easy_install:
easy_install cliutils
API documentation may be viewed here: http://packages.python.org/cliutils