Metadata-Version: 1.1
Name: demset
Version: 1.0
Summary: set and frozenset classes for Python 2.2 and 2.3 compatible with Python 2.4 builtin types
Home-page: http://deron.meranda.us/python/demset/
Author: Deron Meranda
Author-email: deron.meranda@gmail.com
License: Python
Download-URL: http://deron.meranda.us/python/demset/dist/demset-1.0.tar.gz
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
Platform: UNKNOWN
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
