Package conduit :: Module Web
[hide private]

Module Web

source code

Functions for dealing with web urls, generally used for logging into web sites for authorization

Classes [hide private]
  LoginWindow
The ConduitLogin object needs to be a singleton so that we only have one window with multiple tabs, and so we can guarentee that it runs in the GUI thread
  LoginMagic
Performs all the magic to log into a website to authenticate.
Variables [hide private]
  log = logging.getLogger("Web")