python-ucltip 0.6-3 source package in Ubuntu

Changelog

python-ucltip (0.6-3) unstable; urgency=low

  * 0.6-3 released
    * Added debian watch file

python-ucltip (0.6-2) unstable; urgency=low

  * 0.6-2 released
    * set DM-Upload-Allowed to yes

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

  * 0.6-1 released
    * New features:
           * available for setting global configure
           * pipeline
    * New Class: Pipe
    * New Function:global_config
    * Enhance class customiz way
    * Rename Parameter: interact parameter -> as_process in
                        ExecutableCmd.execute
    * Update README.txt
  * Convert dh_support to dh_python2 an add X-Python-Version
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  23 Oct 2011 08:27:20 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-ucltip_0.6.orig.tar.gz 10.6 KiB d1cf71574a87109ae2699c593fb2efa7c8eaed08e24cc14d155f2bba5b7e8d9b
python-ucltip_0.6-3.debian.tar.gz 2.6 KiB 60662dbe69179f1567e1ab119cd3acf7a5f8edc0961e985735e259caacbd6537
python-ucltip_0.6-3.dsc 1.8 KiB c448a5853c69f3f92c9bd67f84f9a1b3a486212526f22063e0d80dfd1419c52a

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.