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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: python-bitstring
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>,
Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3-all,
python3-bitarray (>= 3.0.0),
python3-gfloat <!nocheck>,
python3-hypothesis <!nocheck>,
python3-setuptools,
python3-sphinx,
python3-pytest <!nocheck>,
python3-pytest-benchmark <!nocheck>,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-bitstring
Vcs-Git: https://salsa.debian.org/python-team/packages/python-bitstring.git
Homepage: https://github.com/scott-griffiths/bitstring
Package: python3-bitstring
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python-bitstring-doc
Description: Python module for manipulation of binary data (Python 3)
Bitstring is a pure Python module designed to help make the creation and
analysis of binary data as simple and natural as possible.
.
Bitstrings can be constructed from integers (big and little endian), hex,
octal, binary, strings or files. They can be sliced, joined, reversed,
inserted into, overwritten, etc. with simple functions or slice notation.
They can also be read from, searched and replaced, and navigated in, similar
to a file or stream.
.
This package provides the Python 3 version of the module.
Package: python-bitstring-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: Python module for manipulation of binary data (documentation)
Bitstring is a pure Python module designed to help make the creation and
analysis of binary data as simple and natural as possible.
.
Bitstrings can be constructed from integers (big and little endian), hex,
octal, binary, strings or files. They can be sliced, joined, reversed,
inserted into, overwritten, etc. with simple functions or slice notation.
They can also be read from, searched and replaced, and navigated in, similar
to a file or stream.
.
This package provides the common documentation.
|