File: control

package info (click to toggle)
python-tksheet 7.4.16%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,560 kB
  • sloc: python: 25,406; sh: 27; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 900 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
Source: python-tksheet
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bo YU <vimer@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 python3-all,
 dh-sequence-python3,
 python3-setuptools,
 pybuild-plugin-pyproject,
 python3-tk <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/ragardner/tksheet
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tksheet.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tksheet

Package: python3-tksheet
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python tkinter table widget for displaying tabular data
 tksheet is a Python tkinter table widget written in pure Python.
 It works by using tkinter canvases and moving lines, text and
 rectangles around for only the visible portion of the table.