You are here: Home / LBN / Up2date / Business / BastionLinux 36 / python3-rich-argparse-1.3.0-1.lbn36.noarch

python3-rich-argparse-1.3.0-1.lbn36.noarch

Package Attributes
RPM  python3-rich-argparse-1.3.0-1.lbn36.noarch.rpm Architecture  noarch Size  110255 Created  2023/09/28 12:19:51 UTC
Package Specification
Summary Rich help formatters for argparse and optparse
Group Unspecified
License ZPL
Home Page https://pypi.org/project/rich-argparse
Description

rich-argparse

Format argparse and optparse help using rich. rich-argparse improves the look and readability of argparse's help while requiring minimal changes to the code. Table of contents

Installation Usage Output styles

Colors Group names Highlighting patterns "usage" --version

Subparsers Third party formatters (ft. django) Optparse (experimental) Legacy Windows

Installation Install from PyPI with pip or your favorite tool. pip install rich-argparse

Usage Simply pass formatter_class to the argument parser import argparse from rich_argparse import RichHelpFormatter

parser = argparse.ArgumentParser(..., formatter_class=RichHelpFormatter) ...

rich-argparse defines equivalents to argparse's built-in formatters:

rich_argparse formatter equivalent in argparse

RichHelpFormatter HelpFormatter

RawDescriptionRichHelpFormatter RawDescriptionHelpFormatter

RawTextRichHelpFormatter RawTextHelpFormatter

ArgumentDefaultsRichHelpFormatter ArgumentDefaultsHelpFormatter

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadIsZstd)  
Provides
python-rich-argparse
python3-rich-argparse
python3.10-rich-argparse
python3.10dist(rich-argparse)
python3dist(rich-argparse)
Obsoletes
python-rich-argparse

Document Actions