python-ucltip 0.5-1 source package in Ubuntu

Changelog

python-ucltip (0.5-1) unstable; urgency=low

  * 0.5-1 released
    * New features:
           * create a combined command string for testing
           * setting default command options
    * New Class: CmdConfiguration, SubCmd
    * Rename Function: reg_singlecmds -> regcmds
    * Rename Class: SingleCmd -> Cmd
    * Change copyright year 2010 to 2011
    * New Test: ExecutedCmd, UtilsTestCase, SubCmdTestCase,
                CmdDispatcherTestCase, CustomClassTestCase,
                HelperTestCase
    * Upadte Readme.txt
    * Update comments
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Jun 2011 08:26:13 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Hsin-Yi, Chen (hychen)
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-ucltip_0.5.orig.tar.gz 7.8 KiB c533be163d52d2e91b556f0723652bfd7520502fa6daaa3695f0b9ea2318ade3
python-ucltip_0.5-1.debian.tar.gz 2.5 KiB 46ea4d6c3a4f8ce951cd1c632cca46dbab7b422c2036edcdf8626154c4f6aa4c
python-ucltip_0.5-1.dsc 1.7 KiB bc41c9495e5497c36cfe43f90fc527e1f11477028e182a4d158754004c6b3aeb

Available diffs

View changes file

Binary packages built by this source

python-ucltip: Python module to help making command line tool Python binding faster

 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.