Module output
[hide private]
[frames] | no frames]

Module output

source code

This handles actual output from the cli

Classes [hide private]
  YumTextMeter
Text progress bar output.
  YumTerm
some terminal "UI" helpers based on curses
  YumOutput
Main output class for the yum command line.
  DepSolveProgressCallBack
provides text output callback functions for Dependency Solver callback
  CacheProgressCallback
The class handles text output callbacks during metadata cache updates.
  YumCliRPMCallBack
Yum specific callback class for RPM operations.
Functions [hide private]
 
_term_width()
Simple terminal width, limit to 20 chars.
source code
 
_pkgname_ui(ayum, pkgname, ts_states=None)
Get more information on a simple pkgname, if we can.
source code
 
progressbar(current, total, name=None)
simple progress bar 50 # marks
source code
Variables [hide private]
  __package__ = None
Function Details [hide private]

_term_width()

source code 

Simple terminal width, limit to 20 chars. and make 0 == 80.

_pkgname_ui(ayum, pkgname, ts_states=None)

source code 

Get more information on a simple pkgname, if we can. We need to search packages that we are dealing with atm. and installed packages (if the transaction isn't complete).