File: control

package info (click to toggle)
construct 2.10.68%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,812 kB
  • sloc: python: 11,793; makefile: 135
file content (36 lines) | stat: -rw-r--r-- 1,400 bytes parent folder | download | duplicates (2)
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
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,
               python3-arrow,
               python3-cloudpickle,
               python3-lz4,
               python3-pytest,
               python3-pytest-benchmark,
               python3-pytest-cov,
               python3-numpy,
               python3-ruamel.yaml,
               python3-setuptools
Standards-Version: 4.6.0
X-Python3-Version: >= 3.6
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://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}
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.