Fedora EPEL 5 Update: python-bunch-1.0.0-1.el5

updates at fedoraproject.org updates at fedoraproject.org
Thu Jun 3 15:01:15 UTC 2010


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2010-2789
2010-05-14 00:39:59
--------------------------------------------------------------------------------

Name        : python-bunch
Product     : Fedora EPEL 5
Version     : 1.0.0
Release     : 1.el5
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')])

--------------------------------------------------------------------------------
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 programs.  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 EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the epel-package-announce mailing list