Source: lesana
Version: 0.9.1-3
Severity: minor

I see typo in package description: s/inventaries/inventories/

I also think this description is too terse.  Please think about updating
it by copying description from https://pypi.org/project/lesana/ .

---
Description: manage collections of various kinds 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, but decent performances.
 .
 To reach this aim it uses yaml as its serialization format, which is
 easy to store in a VCS, share between people and syncronize between
 different computers, but it also keeps an index of this 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.
 .
 Some example collection schemas are provided, but one big strenght of
 lesana is the ability to customize your collection with custom fields by
 simply writing a personalized settings.yaml.
---

("but decent performances" may be grammatically odd.  Something like
"with decent performances" sounds better for me but it isn't essential.)

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.17.0-1-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Reply via email to