rattail.console Module

rattail.console - Console helper library

There’s not a whole lot to this yet, but it can grow...

Classes

class rattail.console.Progress(message, maximum)

Provides a console-based progress bar.

__init__(message, maximum)

Constructor.

Note

The underlying progress bar implementation will raise an exception if maximum is not greater than zero.

destroy()

Tear down resources associated with the progress bar. This currently does nothing.

update(value)

Update the progress bar’s notion of the current value.

Table Of Contents

Previous topic

rattail.classes Module

Next topic

rattail.db Module

This Page