rattail.progress

Console Stuff

class rattail.progress.ConsoleProgress(message, maximum, stdout=None)[source]

Provides a console-based progress bar.

class rattail.progress.FileProgress(path)[source]

Progress indicator which writes progress info to the given file object.

class rattail.progress.ProgressBase(message, maximum)[source]

Base class for all progress implementations.

class rattail.progress.SocketProgress(host, port, suffix=None)[source]

Progress indicator which writes progress info to the given socket object.