Home | Trees | Indices | Help |
|
---|
|
Helper functions for handling package meta data.
|
|||
ParseError | |||
UnsupportedFormatError |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_line_rx = re.compile(r'^
|
|||
log = logging.getLogger("eggbasket.controllers")
|
|
Sets field value in pkg_info. If field is already set, value will be a list of all values. |
Parse string with PKG-INFO meta data. Returns dictionary with PKG-INFO fields as keys. Mutiple field values are collected in a list value. Raises ParseError on any malformatted line. |
Read PKG-INFO meta data from given package distribution file. If the package file format is not supported, returns empty dict. See parse_pkg_info() for more information. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 30 22:09:03 2008 | http://epydoc.sourceforge.net |