File: control

package info (click to toggle)
textual-fastdatatable 0.12.0-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,856 kB
  • sloc: python: 3,461; makefile: 24
file content (28 lines) | stat: -rw-r--r-- 928 bytes parent folder | download
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
Source: textual-fastdatatable
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/tconbeer/textual-fastdatatable
Vcs-Browser: https://forgejo.debian.net/harlequin/textual-fastdatatable
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.