File: control

package info (click to toggle)
python-bitcoinlib 0.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,356 kB
  • sloc: python: 8,212; makefile: 132; sh: 6
file content (23 lines) | stat: -rw-r--r-- 850 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
Source: python-bitcoinlib
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3-setuptools,
 python3-all
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/petertodd/python-bitcoinlib
Vcs-Git: https://salsa.debian.org/debian/python-bitcoinlib.git
Vcs-Browser: https://salsa.debian.org/debian/python-bitcoinlib

Package: python3-bitcoinlib
Architecture: all
Conflicts: python3-bitcoin
Depends: ${misc:Depends}, ${python3:Depends},
 libssl-dev
Description: Python module with an easy interface to the Bitcoin protocol
 Python 3 module that provides an easy interface to the bitcoin data structures
 and protocol. The approach is low-level and "ground up", with a focus on
 providing tools to manipulate the internals of how Bitcoin works.