Source: python-bitstring Maintainer: Debian Python Team Uploaders: Scott Kitterman , Ghislain Antony Vaillant Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-bitarray, python3-setuptools, python3-sphinx Standards-Version: 4.6.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.