File: control

package info (click to toggle)
construct 2.10.58%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,780 kB
  • sloc: python: 11,135; makefile: 132
file content (32 lines) | stat: -rw-r--r-- 1,279 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
Source: construct
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Henry-Nicolas Tourneur <debian@nilux.be>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all (>= 3.6),
               python3-arrow,
               python3-numpy,
               python3-ruamel.yaml,
               python3-setuptools
Standards-Version: 4.5.1
X-Python3-Version: >= 3.6
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: http://construct.readthedocs.org/en/latest/
Vcs-Git: https://salsa.debian.org/python-team/packages/construct.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/construct

Package: python3-construct
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Breaks: python3-dfwinreg (<< 20170706-2~)
Description: powerful declarative parser (and builder) for binary data
 Construct is a Python library for parsing and building of data structures
 (binary or textual).
 .
 It is based on the concept of defining data structures in a declarative
 manner, rather than procedural code: more complex constructs are composed of
 a hierarchy of simpler ones. It's the first library that makes parsing
 fun, instead of the usual headache it is today.