File: control

package info (click to toggle)
python-base58 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: python: 220; makefile: 14
file content (42 lines) | stat: -rw-r--r-- 1,534 bytes parent folder | download
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
Source: python-base58
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Joel Cross <joel@kazbak.co.uk>
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.