avid.common.console_abstraction
Functions
|
Ask for yes/no confirmation using rich if available, fallback otherwise |
|
Create a columns object using rich if available, fallback otherwise |
|
Create a padding object using rich if available, fallback otherwise |
|
Create a panel object using rich if available, fallback otherwise |
|
Create a pretty object using rich if available, fallback otherwise |
|
Create a table object using rich if available, fallback otherwise |
|
Create a traceback object using rich if available, fallback otherwise |
|
Get appropriate logging handler based on rich availability |
|
Inspect an object, with rich formatting if available |
|
Check if an object is a rich-compatible object |
|
Ask for user input using rich if available, fallback otherwise |
Classes
alias of |
|
alias of |
|
|
Console abstraction that uses rich if available, falls back to simple stdout otherwise. |
|
Abstraction for column layout that works with or without rich |
Abstraction for yes/no confirmation that works with or without rich |
|
|
Abstraction for padding that works with or without rich |
|
Abstraction for panel creation that works with or without rich |
|
Abstraction for pretty printing that works with or without rich |
Abstraction for user prompts that works with or without rich |
|
|
Abstraction for table creation that works with or without rich |
|
Abstraction for traceback formatting that works with or without rich |
alias of |
|
alias of |
|
alias of |
|
|
Progress abstraction that uses rich if available, provides simple fallback otherwise |
alias of |
|
alias of |
|
alias of |