| Trees | Indices | Help |
|
|---|
|
|
SooVee Serial Audio Manager - File and path management library for SooVee.
mkpath(mkpath(filepath:str, workpath:str,
subpath:str="") -> str
mkfile(urlpath:str) -> str
mkquery(service:obj, action:str, idnum:int) -> str
| Functions | |||
| basestring |
|
||
| basestring |
|
||
| bool |
|
||
| Variables | |
__package__ =
|
|
| Function Details |
Combine file fragments workpath and filepath. Optionally add a subpath of workpath to filepath. When path is new, make needed directories before returning the combined path.
Requires: os |
Create a file path from urlpath to locate a cache file locally. An md5 hash is made of urlpath to create the file path that is returned.
Requires: hashlib |
Perform a get query on a service page.
Requires: urllib |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 10 23:38:23 2009 | http://epydoc.sourceforge.net |