Home | Trees | Indices | Help |
---|
|
Mostly utility functions couchdbkit uses internally that don't really belong anywhere else in the modules.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
VALID_DB_NAME = re.compile(r'^
|
|||
SPECIAL_DBS =
|
|||
__package__ =
|
|
return md5 hash from file content :attr file_path: string, path of file :return: string, md5 hexdigest |
write content in a file :attr fname: string,filename :attr content: string |
serialize content in json and save it :attr filename: string :attr content: string |
read a json file and deserialize :attr filename: string :attr use_environment: boolean, default is False. If True, replace environment variable by their value in file content :return: dict or list |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 4 11:48:40 2012 | http://epydoc.sourceforge.net |