Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.noarch.rpm

Name: python-simplegeneric

Project: openSUSE_13.2

Repository: oss

Title: 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.

Version: 0.8.1

Release: 6.1.3

Architecture: noarch

Size: 10.2 KB

Build Time: 2014-09-25 16:52:08 +0200 (almost 10 years ago)

Provides

Symbol Required by
python-simplegeneric = 0.8.... python-WSME

Requires

Symbol Provided by
python(abi) = 2.7 python-base