Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37518322
en ru br
ALT Linux repos
S:0.8.1-alt4

Group :: Development/Python3
RPM: python3-module-simplegeneric

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.8.1-alt4
Build date: 2 march 2023, 10:35 ( 60.0 weeks ago )
Size: 13.52 Kb

Home page:   http://cheeseshop.python.org/pypi/simplegeneric

License: Python or ZPLv2.1
Summary: Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
Description:

The simplegeneric module lets you define simple single-dispatch generic
functions, akin to Python's built-in generic functions like len(), 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. pickle.dump()
and other generic functions found in the Python standard library.

Current maintainer: Anton Vyatkin

List of contributors

List of rpms provided by this srpm:

  • python3-module-simplegeneric
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin