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
|
Source: python-hexbytes
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>
Standards-Version: 4.6.1
Homepage: https://github.com/ethereum/hexbytes
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-hexbytes
Vcs-Git: https://salsa.debian.org/python-team/packages/python-hexbytes.git
Testsuite: autopkgtest-pkg-python
Package: python3-hexbytes
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Suggests: python-hexbytes-doc
Description: Python bytes subclass decodes hex (Python 3)
HexBytes is a very thin wrapper around the Python built-in bytes class.
It has these three changes:
.
1. Accepts more initializing values, like hex strings, non-negative
integers, and booleans
2. Returns hex with prefix ‘0x’ from HexBytes.hex()
3. The representation at console is in hex
.
This package installs the library for Python 3.
Package: python-hexbytes-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: Python bytes subclass decodes hex (common documentation)
HexBytes is a very thin wrapper around the Python built-in bytes class.
It has these three changes:
.
1. Accepts more initializing values, like hex strings, non-negative
integers, and booleans
2. Returns hex with prefix ‘0x’ from HexBytes.hex()
3. The representation at console is in hex
.
This package installs the common documentation package.
|