utils Package

plaintext_keyring Module

Plaintext keyring module

class notify.utils.plaintext_keyring.PlaintextKeyring(filename=None)[source]

Bases: object

Methods

delete_password(service_name, username)[source]
get_password(service_name, username)[source]
set_password(service_name, username, password)[source]

terminalmsg Module

notify.utils.terminalmsg.termianlmsg(paragraphs, wallchar='*')[source]

terminalsize Module

notify.utils.terminalsize.get_terminal_size()[source]

getTerminalSize() - get width and height of console - works on linux,os x,windows,cygwin(windows) originally retrieved from: http://stackoverflow.com/questions/566746/how-to-get-console-window-width-in-python