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.6.2
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               gnupg,
               help2man <!nodoc>,
               ledger,
               python3-all,
               python3-all-dev,
               python3-bottle,
               python3-bs4,
               python3-chardet,
               python3-dateutil,
               python3-googleapi,
               python3-google-auth-oauthlib,
               python3-lxml,
               python3-magic,
               python3-oauth2client,
               python3-pdfminer <!nocheck>,
               python3-ply,
               python3-pytest <!nocheck>,
               python3-requests,
               python3-setuptools,
Rules-Requires-Root: no

Package: beancount
Architecture: all
Depends: python3,
         python3-beancount (<< ${source:Version}.1~),
         python3-beancount (>= ${source:Version}),
         ${misc:Depends}
Recommends: fava
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: 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 python3-google-auth-oauthlib]
  - 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.
