Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python-bunch

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')])

Found 1 sites for python-bunch

Found 4 RPM for python-bunch

PackageSummaryDistributionDownload
python-bunch-1.0.1-4.el7.noarch.htmlPython dictionary with attribute-style accessEPEL 7 for ppc64lepython-bunch-1.0.1-4.el7.noarch.rpm
python-bunch-1.0.1-4.el7.noarch.htmlPython dictionary with attribute-style accessEPEL 7 for aarch64python-bunch-1.0.1-4.el7.noarch.rpm
python-bunch-1.0.1-4.el7.noarch.htmlPython dictionary with attribute-style accessEPEL 7 for ppc64python-bunch-1.0.1-4.el7.noarch.rpm
python-bunch-1.0.1-4.el7.noarch.htmlPython dictionary with attribute-style accessEPEL 7 for x86_64python-bunch-1.0.1-4.el7.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet