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

Package: python3-cmd2
Architecture: all
Description: Tool for building interactive command line apps
 cmd2 is a tool for building interactive command line applications in
 Python. Its goal is to make it quick and easy for developers to build
 feature-rich and user-friendly interactive command line applications. It
 provides a simple API which is an extension of Python's built-in cmd
 module. cmd2 provides a wealth of features on top of cmd to make your
 life easier and eliminates much of the boilerplate code which would be
 necessary when using cmd.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-backports.strenum,
 python3-pyperclip (>= 1.8.2),
 python3-rich (>= 15.0.0),
 python3-rich-argparse (>= 1.7.2),
 python3-typing-extensions,
