Added h5pyd.get_config method. Config object supports track_order, complex_names, and bool_names properties (though the later two have no effect currently).
Setting track_order works like it does with h5py: setting to True when adding objects will result in those objects listing links and attributes via creation order rather than alphanumeric order.