dictset

A specialized Python container datatype for managing collections of sets
Download

dictset Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Roger Lew
  • Publisher web site:
  • http://code.google.com/u/@VRRXR1JYBxlAXgV6/

dictset Tags


dictset Description

A specialized Python container datatype for managing collections of sets The basic Python container types (dict, list, set, and tuple) are extremely versatile and powerful. The collections module first implemented in Python 2.4 has shown that sub-classing these containers can yield elegant solutions to the right problem. In a similar vein this project is a dict subclass for elegantly handling collections of sets.Put simply, dictset is a dict of sets that behaves like a set.dictset requires 0 non-standard dependencies and should work with Python 2.5 and up.dictset was supported by NIH Grant Number P20 RR016454 from the INBRE Program of the National Center for Research Resources. Requirements: · Python


dictset Related Software