SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python2-simplegeneric rpm build for : OpenSuSE. For other distributions click python2-simplegeneric.

Name : python2-simplegeneric
Version : 0.8.1 Vendor : openSUSE
Release : bp153.1.1 Date : 2021-02-16 21:27:57
Group : Development/Languages/Python Source RPM : python-simplegeneric-0.8.1-bp153.1.1.src.rpm
Size : 0.02 MB
Packager : https://bugs_opensuse_org
Summary : Simple generic functions (similar to Python\'s own len(), pickle.dump(), etc)
Description :
The gsimplegeneric module lets you define simple single-dispatch
generic functions, akin to Python\'s built-in generic functions like
glen(), iter() and so on. However, instead of using
specially-named methods, these generic functions use simple lookup
tables, akin to those used by e.g. gpickle.dump() and other
generic functions found in the Python standard library.

As you can see from the above examples, generic functions are actually
quite common in Python already, but there is no standard way to create
simple ones. This library attempts to fill that gap, as generic
functions are an gexcellent alternative to the Visitor pattern_, as
well as being a great substitute for most common uses of adaptation.

This library tries to be the simplest possible implementation of generic
functions, and it therefore eschews the use of multiple or predicate
dispatch, as well as avoiding speedup techniques such as C dispatching
or code generation. But it has absolutely no dependencies, other than
Python 2.4, and the implementation is just a single Python module of
less than 100 lines.

RPM found in directory: /vol/rzm3/linux-opensuse/ports/armv7hl/distribution/leap/15.3/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python2-simplegeneric-0.8.1-bp153.1.1.noarch.rpm
ftp.icm.edu.pl  python2-simplegeneric-0.8.1-bp153.1.1.noarch.rpm
     

Provides :
python-simplegeneric
python2-simplegeneric

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/simplegeneric-0.8.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/simplegeneric.py
/usr/lib/python2.7/site-packages/simplegeneric.pyc
/usr/lib/python2.7/site-packages/simplegeneric.pyo
/usr/share/doc/packages/python2-simplegeneric
/usr/share/doc/packages/python2-simplegeneric/README.txt

 
ICM