pyroclast.basic
index
c:\users\brian\projects\pyroclast\basic.py

Basic data handling mechanisms for lists of dictionaries, including alignment
(i.e., given all dictionaries in a list uniform keysets), filtering, and
string value parsing.

 
Functions
       
align(dicts)
Returns a transformation of the given list of dictionaries in which all
dictionary entries have identical fields (with None values assigned for
those fields that did not previously exist).
filter(dicts, filters)
Returns a subset of the given entries in dicts (a list of dictionaries)
for which the fields specified in the filters dictionary have the
corresponding values.
parseStrValue(strValue)
Returns a parsed version of the given string respresentation of a
primitive value into a logical, numeric, or string value.