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.
