Source: python-curtsies
Section: python
Priority: optional
Maintainer: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-blessings,
 python3-cwcwidth,
 python3-pytest,
 python3-pyte,
 python3-setuptools,
Standards-Version: 4.6.0
Homepage: https://github.com/bpython/curtsies
Vcs-Browser: https://salsa.debian.org/sramacher/python-curtsies
Vcs-Git: https://salsa.debian.org/sramacher/python-curtsies.git
Rules-Requires-Root: no

Package: python3-curtsies
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: library for terminal interaction (Python 3)
 Curtsies is a library for interacting with the terminal. It features
 string-like objects which carry formatting information, per-line fullscreen
 terminal rendering, and keyboard input event reporting.
 .
 This package provides the module for Python 3.
