[ ソース: python-rich-click ]
パッケージ: python3-rich-click (1.6.0-1)
python3-rich-click に関するリンク
Debian の資源:
python-rich-click ソースパッケージをダウンロード:
- [python-rich-click_1.6.0-1.dsc]
- [python-rich-click_1.6.0.orig.tar.gz]
- [python-rich-click_1.6.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
creating beautiful command line interfaces for Python3
Format click help output nicely with Rich.
* Click is a "Python package for creating beautiful command line interfaces". * Rich is a "Python library for rich text and beautiful formatting in the terminal".
The intention of rich-click is to provide attractive help output from click, formatted with rich, with minimal customisation required.
Features
* Rich command-line formatting of click help and error messages * Nice styles be default, usage is simply import rich_click as click * CLI tool to run on other people's tools (prefix the command with rich-click) * Group commands and options into named panels * Well formatted error messages * Easily give custom sort order for options and commands * Extensive customisation of styling and behaviour possible
その他の python3-rich-click 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-click
- Command-Line Interface Creation Kit - Python 3.x
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- または python3 (>> 3.8)
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-rich
- render rich text, tables, progress bars, syntax highlighting, markdown and more