Metadata-Version: 1.1 Name: demset Version: 1.0 Author: Deron Meranda Author-email: deron meranda at gmail com Maintainer: Deron Meranda Maintainer-email: deron meranda at gmail com Home-page: http://deron.meranda.us/python/demset/ Download-url: http://deron.meranda.us/python/demset/demset.py Summary: set and frozenset classes for Python 2.2 and 2.3 compatible with Python 2.4 builtin types Description: This module provides an implementation of the 'set' and 'frozenset' types which were introduced in Python 2.4, but which work under older versions (Python 2.2 or 2.3). It is a standalone module written entirely in Python, and can easily be used as a substitute for the built-in types when runing under older Pythons. Care was taken to try to provide nearly 100% compatibility with Python 2.4's behavior. Keywords: set frozenset Classifier: Development Status :: 6 - Mature Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: Python Software Foundation License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Topic :: Software Development :: Libraries :: Python Modules