File: control

package info (click to toggle)
google-apputils-python 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 448 kB
  • ctags: 512
  • sloc: python: 2,094; makefile: 18
file content (70 lines) | stat: -rw-r--r-- 2,832 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: google-apputils-python
Section: python
Priority: optional
Maintainer: Debian Cloud Team <cloud-packages@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>, Thomas Goirand <zigo@debian.org>, Robert Edmonds <edmonds@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               python (>= 2.6.6-3~),
               python-gflags (>= 1.4),
               python-mox (>= 0.5),
               python-nose,
               python-setuptools (>= 0.6b3),
               python3-all (>= 3.2),
               python3-gflags,
               python3-setuptools
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/google-apputils
Vcs-Git: git://anonscm.debian.org/cloud/google-apputils-python.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=cloud/google-apputils-python.git

Package: python-google-apputils
Architecture: all
Depends: python-dateutil (>= 1.4),
         python-gflags (>= 1.4),
         python-tz (>= 2010),
         ${misc:Depends},
         ${python:Depends}
Description: Google Application Utilities - Python 2.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 2.x module.

Package: python3-google-apputils
Architecture: all
Depends: python3-dateutil (>= 1.4),
         python3-gflags (>= 1.4),
         python3-tz (>= 2010),
         ${misc:Depends},
         ${python3:Depends}
Description: 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.