python-ucltip

Python module to help making command line tool Python binding faster
  http://pypi.python.org/pypi/ucltip
  0
  no reviews



This library makes you to use command line tool in Python by OO way. The concept is to transform 1) command as a instance, 2) options of command as arguments and keyword arguments of function or instance method when method be used as a sub command of a command.