File: control

package info (click to toggle)
python-pytooling 8.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,564 kB
  • sloc: python: 23,883; makefile: 13
file content (43 lines) | stat: -rw-r--r-- 1,373 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
Source: python-pytooling
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Aryan Karamtoth <spaciouscoder78@disroot.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-wheel,
 python3-pytest <!nocheck>,
 python3-mypy <!nocheck>,
 python3-colorama,
 python3-ruamel.yaml,
 python3-networkx <!nocheck>,
 python3-igraph <!nocheck>,
 python3-anytree <!nocheck>,
 python3-treelib <!nocheck>,
 pybuild-plugin-pyproject,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://pytooling.github.io/pyTooling/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pytooling
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytooling

Package: python3-pytooling
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-all,
 python3-colorama,
 python3-ruamel.yaml,
Description: Python Library for collection of useful data models, classes, decorators
 pyTooling is a powerful collection of arbitrary useful abstract data models,
 missing classes, decorators, a new performance boosting meta-class and enhanced
 exceptions.
 .
 It also provides lots of helper functions e.g. to ease the handling of package
 descriptions or to unify multiple existing APIs into a single API.