Package: python-click-doc Source: python-click Version: 8.2.0+0.really.8.1.8-1 Architecture: all Maintainer: Debian Python Team Installed-Size: 1905 Depends: libjs-sphinxdoc (>= 8.1) Built-Using: sphinx (= 8.1.3-5) Filename: all/python-click-doc_8.2.0+0.really.8.1.8-1_all.deb Size: 316020 MD5sum: 98e0457de47b1358f8ef4d151001e574 SHA1: b0f54efba04ad52f7379465e2ab592af4fd3bf0c SHA256: e97a720faed71760186184a894fbd822f768ed1a5ce9547ef0c3f1322795edca Section: doc Priority: optional Multi-Arch: foreign Homepage: https://github.com/pallets/click Description: Command-Line Interface Creation Kit - documentation Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. . It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API. . This package contains the documentation for Click. Package: python-typer-doc Source: typer Version: 0.20.0-1 Architecture: all Maintainer: Debian Python Team Installed-Size: 2895 Filename: all/python-typer-doc_0.20.0-1_all.deb Size: 262616 MD5sum: fb2e2ede255fdd91962022f5db8695e7 SHA1: 991268914a0b5ce972b5dabfc5e94940bf32e364 SHA256: 24e90cc2c3710e6d561a039226a2f0e8e560c593879846d55cb4f78dec41cc0a Section: doc Priority: optional Homepage: https://typer.tiangolo.com/ Description: Python library for building CLI applications (common documentation) Typer is a library for building command-line interface (CLI) applications that users will love using and developers will love creating. Based on Python 3.6+ type hints. . The key features are: . Intuitive to write: Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. . Easy to use: It's easy to use for the final users. Automatic help, and automatic completion for all shells. . Short: Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs. . Start simple: The simplest example adds only 2 lines of code to your app: 1 import, 1 function call. . Grow large: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments. . This package provides the common documentation for python-typer. Package: python3-click Source: python-click Version: 8.2.0+0.really.8.1.8-1 Architecture: all Maintainer: Debian Python Team Installed-Size: 390 Depends: python3:any Breaks: python3-click-threading (<< 0.5.0) Filename: all/python3-click_8.2.0+0.really.8.1.8-1_all.deb Size: 95408 MD5sum: 16af29bc45f91404902bfdfeadae3929 SHA1: 2940df8753619de4631fad5217c4ca0c0cba4a92 SHA256: 9a4e5d4b6b449b247dd287b78c737e42808827d7f58d087e9cdda79973c9faa1 Section: python Priority: optional Homepage: https://github.com/pallets/click Description: Command-Line Interface Creation Kit - Python 3.x Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. . It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API. . This is the Python 3 compatible package. Package: python3-typer Source: typer Version: 0.20.0-1 Architecture: all Maintainer: Debian Python Team Installed-Size: 215 Depends: python3-click, python3-rich, python3-shellingham, python3-typing-extensions, python3:any Suggests: python-typer-doc, typer Filename: all/python3-typer_0.20.0-1_all.deb Size: 39544 MD5sum: f48b3393b833bebe902cd352194e1900 SHA1: 848ee1b63f0d8968178a267334776035707d8d9f SHA256: 3ea2bceeaf056fd8d1dd77d06cc0f373dd784d258c55063de849257ae4601d83 Section: python Priority: optional Homepage: https://typer.tiangolo.com/ Description: Python library for building CLI applications (Python 3) Typer is a library for building command-line interface (CLI) applications that users will love using and developers will love creating. Based on Python 3.6+ type hints. . The key features are: . Intuitive to write: Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. . Easy to use: It's easy to use for the final users. Automatic help, and automatic completion for all shells. . Short: Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs. . Start simple: The simplest example adds only 2 lines of code to your app: 1 import, 1 function call. . Grow large: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments. . This package provides the library for Python 3. Package: typer Version: 0.20.0-1 Architecture: all Maintainer: Debian Python Team Installed-Size: 18 Depends: python3:any, python3-typer Suggests: python-typer-doc, python3-rich Filename: all/typer_0.20.0-1_all.deb Size: 6932 MD5sum: 71068cfb529ca47e2c092a640e86bc8b SHA1: fe006535b443989db0c88b7b41e67dfe478e1996 SHA256: 92d5f8fcb6e91fa67cd12255b94c47d676ce008d259f628ead428840a3a938aa Section: python Priority: optional Homepage: https://typer.tiangolo.com/ Description: CLI to run Python scripts and create CLI applications Typer is a library for building command-line interface (CLI) applications based on Python type hints. It's also a command line tool to run scripts, automatically converting them to CLI applications. . The key features are: . Intuitive to write: Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. . Easy to use: It's easy to use for the final users. Automatic help, and automatic completion for all shells. . Short: Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs. . Start simple: The simplest example adds only 2 lines of code to your app: 1 import, 1 function call. . Grow large: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments. . This package provides the `typer` command/program that you can use to run scripts, automatically converting them to CLIs, even if they don't use Typer internally.