Source: lesana
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Elena Grandi <valhalla@debian.org>
Section: utils
Priority: optional
Build-Depends:
 dh-sequence-python3,
 python3-setuptools,
 python3-setuptools-scm,
 pybuild-plugin-pyproject,
 python3-build,
 python3-all,
 debhelper-compat (= 13),
 python3-dateutil,
 python3-git,
 python3-hazwaz,
 python3-jinja2,
 python3-ruamel.yaml,
 python3-sphinx,
 python3-xapian,
Standards-Version: 4.6.2
Homepage: https://lesana.trueelena.org/
Vcs-Browser: https://salsa.debian.org/python-team/packages/lesana
Vcs-Git: https://salsa.debian.org/python-team/packages/lesana.git
Rules-Requires-Root: no

Package: lesana
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends},
 python3-dateutil,
 python3-hazwaz,
 python3-jinja2,
 python3-pkg-resources,
 python3-ruamel.yaml,
 python3-xapian,
 sensible-utils,
Recommends:
 python3-argcomplete,
 python3-git,
Description: manage collection inventories through yaml files
 lesana is a python3 library to organize collections of various
 kinds. It is designed to have a data storage / serialization
 format that is friendly to git and other VCSs, with decent
 performances. To reach this aim it uses yaml as its serialization
 format, but also keeps an index of data in a local xapian
 database in order to allow for fast searches.
 .
 lesana supports collections of any kind, as long as their entries
 can be described with a mostly flat dictionary of fields of the
 types described in the documentation file field_types.
