-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2010-8456 2010-05-12 17:10:03 --------------------------------------------------------------------------------
Name : python-bunch Product : Fedora 13 Version : 1.0.0 Release : 1.fc13 URL : http://tire.less.ly/hacking/bunch Summary : Python dictionary with attribute-style access Description : python-bunch provides a python class which can perform as a dict whose keys are also accessible as attributes, similar to JavaScript objects. For instance:: >>> import bunch >>> people = bunch.Bunch({'alice': 'here', 'bob': 'there'}) >>> print people['alice'], people.alice here here The piece of python-bunch that sets it apart from similar modules found inside other projects is the bunchify() function which recursively converts from a dict to a Bunch:: >>> multi_level = {'array': ['scalar', {'mapping': 'to show recursion'} ]} >>> bunch.bunchify(multi_level) Bunch(array=['scalar', Bunch(mapping='to show recursion')]) -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #575185 - Review Request: python-bunch - python dictionary with attribute-style access https://bugzilla.redhat.com/show_bug.cgi?id=575185 -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update python-bunch' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
