File: control

package info (click to toggle)
python-fints 4.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 700 kB
  • sloc: python: 5,021; makefile: 196
file content (48 lines) | stat: -rw-r--r-- 1,445 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
43
44
45
46
47
48
Source: python-fints
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Matthias Geiger <werdahias@riseup.net>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-mt-940,
 python3-requests,
 python3-pytest <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-sphinx,
 python3-sepaxml,
 python3-bleach,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.2
Homepage: https://github.com/raphaelm/python-fints
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fints
Vcs-Git: https://salsa.debian.org/python-team/packages/python-fints.git

Package: python3-fints
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Suggests: python-fints-doc,
Description: Python library for the FinTS banking protocol
 This is a pure-python implementation of FinTS (formerly known as HBCI),
 a online-banking protocol commonly supported by German banks.
 .
 This package installs the library for Python 3.

Package: python-fints-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${sphinxdoc:Depends},
 ${misc:Depends},
Description: Python library for the FinTS banking protocol (documentation)
 This is a pure-python implementation of FinTS (formerly known as HBCI),
 a online-banking protocol commonly supported by German banks.
 .
 This is the common documentation package.