|
Package soovee_app ::
Package conf
|
|
Package conf
SooVee Serial Audio Manger - Service Config plugin module for setting
values. It provides common and service specific modifiers for the chosen
interface.
-
HOMEDIR:str
-
CONFIGDIR:str
-
CACHEDIR:str
-
serviceConf(service:str) -> None
-
serviceConf.list(None) -> None
-
Account:dict
Conf Plugin Basic Design
Common Attributes
These are attributes common to all serial audio feed services.
Loaded from common.py and stored in serviceConf._common.
-
DELSPACES:re
-
LASTTWO:re
-
DELHTML:re
-
toMB(x:float|int) -> float
-
toKB(x:float|int) -> float
-
getImages(d:str) -> basestring
-
getLinks(d:str) -> basestring
Service Attributes
These are unique attributes for a serial audio feed service.
Loaded from a file of its name and stored in
serviceConf._service.
-
SERVICE:str
-
SITENAME:str
-
OPMLURI:str
-
LOGINURI:str
-
QUERYURI:str
-
QUERYNAME:dict
-
PRETITLE:re
-
PRESUMMARY:re
-
PREEPISODE:re
-
PREIMAGEURL:re
-
toRss(t:str) -> basestring
-
mkAuth(u:str, p:str) -> dict
|
|
Serviceconf
Common and Service related attributes for SooVee.
|
|
|
ACCOUNT = {}
|
|
|
BASEDIR = '/home/ausimage/.config/soovee'
|
|
|
__package__ = 'soovee_app.conf'
|
Imports:
mkpath,
os,
shelve