SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python2-bunch rpm build for : Fedora 29. For other distributions click python2-bunch.

Name : python2-bunch
Version : 1.0.1 Vendor : Fedora Project
Release : 15.fc29 Date : 2018-07-15 05:51:51
Group : Unspecified Source RPM : python-bunch-1.0.1-15.fc29.src.rpm
Size : 0.03 MB
Packager : Fedora Project
Summary : Python dictionary with attribute-style access
Description :
Bunch is a dictionary that supports attribute-style access, a la JavaScript.

>>> b = Bunch()
>>> b.hello = \'world\'
>>> b.hello
\'world\'
>>> b[\'hello\'] += \"!\"
>>> b.hello
\'world!\'
>>> b.foo = Bunch(lol=True)
>>> b.foo.lol
True
>>> b.foo is b[\'foo\']
True

Python 2 version.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/29/Everything/x86_64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python2-bunch-1.0.1-15.fc29.noarch.rpm
ftp.icm.edu.pl  python2-bunch-1.0.1-15.fc29.noarch.rpm
     

Provides :
python-bunch
python2-bunch
python2.7dist(bunch)
python2dist(bunch)

Requires :
python(abi) = 2.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/python2.7/site-packages/bunch
/usr/lib/python2.7/site-packages/bunch-1.0.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/bunch-1.0.1-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/bunch-1.0.1-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/bunch-1.0.1-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/bunch-1.0.1-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/bunch/__init__.py
/usr/lib/python2.7/site-packages/bunch/__init__.pyc
/usr/lib/python2.7/site-packages/bunch/__init__.pyo
/usr/share/doc/python2-bunch
/usr/share/doc/python2-bunch/README.rst
/usr/share/licenses/python2-bunch
/usr/share/licenses/python2-bunch/LICENSE.txt

 
ICM