dictset 0.3.1.2
A specialized Python container datatype for managing collections of sets.
V0.3.1.2 - fixed bug were the intersection with an empty dict returned an empty dict instead of an empty DictSet, also reworked how the this is checked for all the functions in the unit testing.
V0.3.1.1 - refactored .update duck typing
V0.3.1 - added fromkeys classmethod, some cruft removal, PEP8...
V0.3 - defined an __iter__ method to only yield keys to non-empty sets. To iterate over all the sets use .keys()
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| dictset-0.3.1.2.zip (md5, pgp) | Source | 2011-05-13 | 16KB | 300 | |
- Author: Roger Lew
- Home Page: http://code.google.com/p/dictset/
- License: BSD
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Natural Language :: English
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.0
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.2
- Topic :: Scientific/Engineering :: Information Analysis
- Topic :: Scientific/Engineering :: Mathematics
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: rogerlew
- DOAP record: dictset-0.3.1.2.xml
