progressbar.terminal package¶
Submodules¶
- progressbar.terminal.base module
CLEAR_LINECLEAR_LINE_ALLCLEAR_LINE_LEFTCLEAR_LINE_RIGHTCLEAR_SCREENCLEAR_SCREEN_ALLCLEAR_SCREEN_ALL_AND_HISTORYCLEAR_SCREEN_TILL_ENDCLEAR_SCREEN_TILL_STARTCOLUMNCSICSINoArgCUPColorColorBaseColorGradientColorsDOWNDummyColorESCHIDE_CURSORHSLLEFTNEXT_LINEOptionalColorPREVIOUS_LINERESTORE_CURSORRGBRIGHTSAVE_CURSORSCROLL_UPSGRSGRColorUPWindowsColorWindowsColorsWindowsColors.BLACKWindowsColors.BLUEWindowsColors.CYANWindowsColors.GREENWindowsColors.GREYWindowsColors.INTENSE_BLACKWindowsColors.INTENSE_BLUEWindowsColors.INTENSE_CYANWindowsColors.INTENSE_GREENWindowsColors.INTENSE_MAGENTAWindowsColors.INTENSE_REDWindowsColors.INTENSE_WHITEWindowsColors.INTENSE_YELLOWWindowsColors.MAGENTAWindowsColors.REDWindowsColors.YELLOWWindowsColors.from_rgb()
apply_colors()boldclear_line()double_underlineencircledfaintfast_blinkframedget_color()gothicinverseitalicoverlineslow_blinkstrike_throughunderline
- progressbar.terminal.colors module
- progressbar.terminal.stream module
LastLineStreamLineOffsetStreamWrapperTextIOOutputWrapperTextIOOutputWrapper.close()TextIOOutputWrapper.fileno()TextIOOutputWrapper.flush()TextIOOutputWrapper.isatty()TextIOOutputWrapper.read()TextIOOutputWrapper.readable()TextIOOutputWrapper.readline()TextIOOutputWrapper.readlines()TextIOOutputWrapper.seek()TextIOOutputWrapper.seekable()TextIOOutputWrapper.tell()TextIOOutputWrapper.truncate()TextIOOutputWrapper.writable()TextIOOutputWrapper.writelines()
Module contents¶
Terminal primitives: colors, escape sequences and stream wrappers.
Re-exports everything from base and stream. Neither declares an __all__, so every public name in them is reachable as progressbar.terminal.X and is covered by the API-surface snapshot test.