File: control

package info (click to toggle)
python-absl 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,416 kB
  • sloc: python: 18,900; sh: 60; makefile: 13
file content (37 lines) | stat: -rw-r--r-- 1,040 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
Source: python-absl
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Agathe Porte <debian@microjoe.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://github.com/abseil/abseil-py
Vcs-Git: https://salsa.debian.org/python-team/packages/python-absl.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-absl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-absl
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Abseil Python Common Libraries
 A collection of Python library code for building Python applications. The code
 is collected from Google's own Python code base, and has been extensively
 tested and used in production.
 .
 Some features include:
 .
  * Simple application startup
 .
  * Distributed commandline flags system
 .
  * Custom logging module with additional features
 .
  * Testing utilities