Source: textual-fastdatatable
Section: python
Priority: optional
Maintainer: Fast Forward Maintainers <maintainers@lists.fastforward.deb822.org>
XSBC-Uploaders: Daniel Baumann <daniel@debian.org>
XSBC-Original-Maintainer: Daniel Baumann <daniel@debian.org>
Bugs: mailto:maintainers@lists.fastforward.deb822.org
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
 python3-poetry,
Standards-Version: 4.7.2
Homepage: https://github.com/tconbeer/textual-fastdatatable
Vcs-Browser: https://git.fastforward.debian.net/trixie-fastforward-backports/textual-fastdatatable
Vcs-Git: https://git.fastforward.debian.net/trixie-fastforward-backports/textual-fastdatatable
XSBC-Original-Vcs-Browser: https://forgejo.debian.net/harlequin/textual-fastdatatable
XSBC-Original-Vcs-Git: https://forgejo.debian.net/harlequin/textual-fastdatatable

Package: python3-textual-fastdatatable
Section: python
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: fast implementation of Textual's DataTable widget (Python module)
 textual-fastdatatable is a performance-focused implementation of Textual's
 DataTable widget, with a pluggable data storage backend.
 .
 Textual's built-in DataTable widget is beautiful and powerful, but it can be
 slow to load large datasets.
