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
|
Source: beanquery
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
beancount,
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3,
python3-click,
python3-dateutil,
python3-setuptools,
python3-tatsu-lts,
python3-pytest <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/beancount/beanquery
Vcs-Git: https://salsa.debian.org/python-team/packages/beanquery.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/beanquery
Rules-Requires-Root: no
Description: Customizable lightweight SQL query tool
Beanquery is a customizable and extensible lightweight SQL query tool that
works on tabular data, including Beancount ledger data.
Package: python3-beanquery
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
Provides:
beanquery,
Enhances:
beancount,
Breaks:
beancount (<< 3.0),
Replaces:
beancount (<< 3.0),
Description: ${source:Synopsis} (Python 3)
${source:Extended-Description}
|