Source: python-typer
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/tiangolo/typer/tags
Vcs-Browser: https://github.com/alvistack/tiangolo-typer
Vcs-Git: https://github.com/alvistack/tiangolo-typer.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-typer
Architecture: all
Description: Typer, build great CLIs. Easy to code. Based on Python type hints
 Typer is a library for building CLI applications that users will love
 using and developers will love creating. Based on Python 3.6+ type
 hints.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-annotated-doc (>= 0.0.2),
 python3-click (>= 8.2.1),
 python3-rich (>= 13.8.0),
 python3-shellingham (>= 1.3.0),
