-
python3-restrictedpython-7.4-1.lbn36.noarch
:alt: Current version on PyPI
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-retrying-1.3.3-5.fc36.noarch
Retrying is an Apache 2.0 licensed general-purpose retrying library,
written in Python, to simplify the task of adding retry behavior to
just about anything.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rfc3339-validator-0.1.4-1.lbn36.noarch
rfc3339-validatorA pure python RFC3339 validator [ >>>
Falsevalidate_rfc3339('2001-10-23T15:32:12.9023368Z') - Free software: MIT
license
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rfc3986+idna2008-2.0.0-1.lbn36.noarch
This is a metapackage bringing in idna2008 extras requires for python3-rfc3986.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rfc3986-2.0.0-1.lbn36.noarch
A Python implementation of RFC 3986 including validation and authority parsing.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rfc3986-validator-0.1.1-1.lbn36.noarch
rfc3986-validatorA pure python RFC3986 validator [ >>>
validate_rfc3986(' also support validate [URI-reference]( rule
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rfc3987-1.3.7-19.fc36.noarch
This module provides regular expressions according to RFC 3986 "Uniform
Resource Identifier (URI): Generic Syntax" <http://tools.ietf.org/html/rfc3986>
and RFC 3987 "Internationalized Resource Identifiers (IRIs)"
<http://tools.ietf.org/html/rfc3987>, and utilities for composition and
relative resolution of references.
This package includes the Python 3 version of the module.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rich-13.9.4-1.lbn36.noarch
English readme
• 简体中文 readme
• 正體中文 readme
• Lengua española readme
• Deutsche readme
• Läs på svenska
• 日本語 readme
• 한국어 readme
• Français readme
• Schwizerdütsch readme
• हिन्दी readme
• Português brasileiro readme
• Italian readme
• Русский readme
• Indonesian readme
• فارسی readme
• Türkçe readme
• Polskie readme
Rich is a Python library for rich text and beautiful formatting in the terminal.
The Rich API makes it easy to add color and style to terminal output. Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, tracebacks, and more — out of the box.
For a video introduction to Rich see calmcode.io by @fishnets88.
See what people are saying about Rich.
Compatibility
Rich works with Linux, macOS and Windows. True color / emoji works with new Windows Terminal, classic terminal is limited to 16 colors. Rich requires Python 3.8 or later.
Rich works with Jupyter notebooks with no additional configuration required.
Installing
Install with pip or y
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rich-14.1.0-2.lbn36.noarch
Rich is a Python library for rich text and beautiful formatting in the terminal.
The Rich API makes it easy to add color and style to terminal output. Rich can
also render pretty tables, progress bars, markdown, syntax highlighted source
code, tracebacks, and more — out of the box.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-rich-argparse-1.3.0-1.lbn36.noarch
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
Located in
LBN
/
…
/
Business
/
BastionLinux 36