File: control

package info (click to toggle)
beancount 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,080 kB
  • sloc: python: 44,026; yacc: 741; ansic: 649; lisp: 506; makefile: 215; xml: 32; sh: 4
file content (69 lines) | stat: -rw-r--r-- 2,602 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: beancount
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>, Stefano Zacchiroli <zack@debian.org>
Vcs-Browser: https://salsa.debian.org/python-team/applications/beancount
Vcs-Git: https://salsa.debian.org/python-team/applications/beancount.git
Homepage: http://furius.ca/beancount/
Standards-Version: 4.3.0
Section: utils
Priority: optional
Build-Depends: debhelper (>= 12~),
               dh-elpa,
               dh-python (>= 3~),
               gnupg,
               help2man <!nodoc>,
               ledger,
               python3-all,
               python3-all-dev,
               python3-bottle,
               python3-bs4,
               python3-chardet,
               python3-dateutil,
               python3-googleapi,
               python3-lxml,
               python3-magic,
               python3-ply,
               python3-pytest,
               python3-requests,
               python3-setuptools,
Rules-Requires-Root: no

Package: beancount
Architecture: all
Depends: python3,
         python3-beancount (<< ${source:Version}.1~),
         python3-beancount (>= ${source:Version}),
         ${elpa:Depends},
         ${misc:Depends}
Description: Double-entry accounting from text files
 A double-entry bookkeeping computer language that lets you define financial
 transaction records in a text file, read them in memory, generate a variety of
 reports from them, and provides a web interface.
 .
 The following features require the following extra dependencies to be
 installed:
  - Beancount Web [python3-bottle]
  - OFX import [python3-bs4]
  - Google Sheets upload [python3-googleapi]
  - External price imports [python3-requests]

Package: python3-beancount
Architecture: any
Section: python
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Double-entry accounting from text files - Python module
 A double-entry bookkeeping computer language that lets you define financial
 transaction records in a text file, read them in memory, generate a variety of
 reports from them, and provides a web interface.
 .
 The following features require the following extra dependencies to be
 installed:
  - Beancount Web [python3-bottle]
  - OFX import [python3-bs4]
  - Google Sheets upload [python3-googleapi]
  - External price imports [python3-requests]
 .
 This package provides the underlying Python modules for beancount, allowing
 you to write your own scripts to manipulate your ledger files.