Source: python-base58 Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Joel Cross Build-Depends: debhelper, debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, ronn Standards-Version: 4.5.1 Testsuite: autopkgtest-pkg-python Homepage: https://github.com/keis/base58 Vcs-Git: https://salsa.debian.org/python-team/packages/python-base58.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-base58 Package: python3-base58 Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Recommends: base58 (= ${binary:Version}) Description: Python library with Base58 encode and decode functions This package contains the following functions, in a form compatible with that used by the bitcoin network: - b58encode - b58decode - b58encode_check - b58decode_check . This package installs the library for Python 3. Package: base58 Section: devel Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-base58 (= ${binary:Version}) Description: Command line encoder and decoder for Base58 format This package contains the base58 command, which can be used to encode, decode or check, in a form compatible with that used by the bitcoin network. . Base58 is a group of binary-to-text encoding schemes used to represent large integers as alphanumeric text. Compared with Base64, similar-looking letters are omitted.