Package soovee_app :: Package cli
[frames] | no frames]

Package cli

SooVee Serial Audio Manager - Intializes the command interface.


Requires:
Submodules
  • soovee_app.cli.entry: SooVee Serial Audio Manager - Entry support module for the command inface.
  • soovee_app.cli.feed: SooVee Serial Audio Manager - Feed support module for the command interface.
  • soovee_app.cli.login: SooVee Serial Audio Manager - Login support module for the command interface.
  • soovee_app.cli.main: SooVee Serial Audio Manager - Main support module for the command interface.
  • soovee_app.cli.page: SooVee Serial Audio Manger - Page support module for the command interface.

Functions
None
Exec(mode='podiobooks', optargs=None)
Authorize against a serial audio service account.
Variables
  ACCOUNT = {}
  __package__ = 'soovee_app.cli'

Imports: Auth, Serviceconf, Term, entry, login, main


Function Details

Exec(mode='podiobooks', optargs=None)

 

Authorize against a serial audio service account. Then intialize the main module of the command interface to begin the process of task selection.

Parameters:
  • mode (string) - Service to retrieve serial audio info. Default 'podiobooks'
  • optargs (list) - Optional command line arguments passed.
Returns: None