google-apputils-python 0.4.1-1ubuntu2 source package in Ubuntu

Changelog

google-apputils-python (0.4.1-1ubuntu2) wily; urgency=medium

  * No-change rebuild for python3.5 transition

 -- Steve Langasek <email address hidden>  Wed, 22 Jul 2015 17:08:34 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
google-apputils-python_0.4.1.orig.tar.gz 47.0 KiB 2b48bb6c20a94faaeaaf15e22603fd603977e8b8872269fdc784e49d70a9baeb
google-apputils-python_0.4.1-1ubuntu2.debian.tar.xz 5.4 KiB 8d8f97e99ae916f2625c41eb0653a97634d3506e754ad1112be691bec954cd11
google-apputils-python_0.4.1-1ubuntu2.dsc 2.4 KiB 510e1ff3de73b692abd428375a9f1ff82c95ef09242179cb89012e39b8c6fbe2

Available diffs

View changes file

Binary packages built by this source

python-google-apputils: No summary available for python-google-apputils in ubuntu wily.

No description available for python-google-apputils in ubuntu wily.

python3-google-apputils: Google Application Utilities - Python 3.x

 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.
 .
 This package provides the Python 3.x module.