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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: beancount
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Nicolas Dandrimont <olasd@debian.org>,
Stefano Zacchiroli <zack@debian.org>,
Vcs-Browser: https://salsa.debian.org/python-team/packages/beancount
Vcs-Git: https://salsa.debian.org/python-team/packages/beancount.git
Homepage: https://github.com/beancount/
Standards-Version: 4.7.2
Section: utils
Priority: optional
Build-Depends:
bison,
debhelper-compat (= 13),
dh-sequence-python3,
flex,
gnupg,
help2man <!nodoc>,
ledger,
meson,
pkgconf,
pybuild-plugin-pyproject,
python3-all,
python3-all-dev,
python3-bottle,
python3-bs4,
python3-click (>= 7.0),
python3-dateutil (>= 2.6.0),
python3-google-auth-oauthlib,
python3-googleapi,
python3-lxml,
python3-magic,
python3-mesonpy,
python3-pdfminer <!nocheck>,
python3-ply,
python3-pytest <!nocheck>,
python3-regex,
python3-requests,
python3-setuptools,
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
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 python3-google-auth-oauthlib]
- External price imports [python3-requests]
Package: beancount
Architecture: all
Depends:
python3,
python3-beancount (<< ${source:Version}.1~),
python3-beancount (>= ${source:Version}),
${misc:Depends},
Recommends:
fava,
Description: ${source:Synopsis}
${source:Extended-Description}
Package: python3-beancount
Architecture: any
Section: python
Depends:
python3-googleapi,
python3-lxml,
python3-magic,
python3-ply,
python3-requests,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends:
${python3:Recommends},
Suggests:
${python3:Suggests},
Description: ${source:Synopsis} - Python module
${source:Extended-Description}
.
This package provides the underlying Python modules for beancount, allowing
you to write your own scripts to manipulate your ledger files.
|