| Trees | Indices | Help |
|
|---|
|
|
SooVee Serial Audio Manager - Network file access library for SooVee. This allows a file to be read once from the network or then locally aftwerwards. If file is present locally, you must pass 'update=True' to the Cache module.
Authorize(user:str, password:str) -> bool
Cache(pathname:str, filename:str, **options) -> None
Cache.data(mode="r":str) -> [str|bin]
| Classes | |
| Setup Urllib2 cookie object | |
|---|---|
|
CacheException Generic Cache Exception |
|
| Cache mechanisim | |
|
Cache Store Internet files locally. |
|
| Functions | |||
| Service authorization | |||
|---|---|---|---|
| boolean |
|
||
| Variables | |
HOMEPATH =
|
|
WORKPATH =
|
|
__package__ =
|
|
| Urllib2 http header | |
|---|---|
CONTENTHEADERS =
|
|
| Setup Urllib2 cookie object | |
cj = <_LWPCookieJar.LWPCookieJar[]>
|
|
WEB_OBJ = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
|
|
Imports: os, cookielib, urllib2, urlencode, mkpath, mkfile
| Function Details |
Authorize servicr login query with uri. The module will then contain an auth cookie to access a user's serial audio feed service.
|
| Variables Details |
CONTENTHEADERS
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 10 23:38:23 2009 | http://epydoc.sourceforge.net |