simplegeneric 0.7-1 source package in Ubuntu

Changelog

simplegeneric (0.7-1) unstable; urgency=low

  * Initial release (Closes: #591295)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  02 Nov 2010 13:17:04 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
Original maintainer:
Cédric Delfosse
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
simplegeneric_0.7.orig.tar.gz 9.3 KiB 26fdad03138baf3e7ff5d46d762bd085e4d5a75eef08da9964a209659416341e
simplegeneric_0.7-1.debian.tar.gz 1.7 KiB 3e0fb86e922dec67df78feb50271c24fb4ef33367c9241edf969c2d217aa96ea
simplegeneric_0.7-1.dsc 1.1 KiB b8241a7e911fc55861c231dc649812f13013cbdadebe2923073bdbf417297646

View changes file

Binary packages built by this source

python-simplegeneric: simple generic functions for Python

 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.