google-apputils-python 0.4.0-1 source package in Ubuntu

Changelog

google-apputils-python (0.4.0-1) unstable; urgency=low


  * Initial release. Closes: #719977.

 -- Vincent Bernat <email address hidden>  Sat, 17 Aug 2013 11:58:00 +0200

Upload details

Uploaded by:
Debian Cloud Team
Uploaded to:
Sid
Original maintainer:
Debian Cloud Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
google-apputils-python_0.4.0-1.dsc 2.1 KiB 77c1b5a2e4dcc54ba407028c4ad43c4cb9d437e68aa0ccfcd910d137e7f4db8d
google-apputils-python_0.4.0.orig.tar.gz 78.1 KiB b260eb39f2723b71329ad016773033b95a31e89d8c9e13b8e6a1ef8eed8e94a3
google-apputils-python_0.4.0-1.debian.tar.gz 1.8 KiB de2f7a448164c8523fd8e2ef05030a6cddb0c69bed17257075bd3317e9b88e3f

No changes file available.

Binary packages built by this source

python-google-apputils: Google Application Utilities for Python

 This project is a small collection of utilities for building Python
 applications. It includes some of the same set of utilities used to
 build and run internal Python apps at Google.
 .
 It features:
  + Simple application startup integrated with python-gflags.
  + Subcommands for command-line applications.
  + Option to drop into pdb on uncaught exceptions.
  + Helper functions for dealing with files.
  + High-level profiling tools.
  + Timezone-aware wrappers for datetime.datetime classes.
  + Improved TestCase with the same methods as unittest2, plus helpful flags for
    test startup.
  + google_test setuptools command for running tests.
  + Helper module for creating application stubs.