Metadata-Version: 1.1
Name: weakrefmethod
Version: 1.0.3
Summary: A WeakMethod class for storing bound methods using weak references.
Home-page: http://github.com/twang817/weakrefmethod
Author: Tommy Wang
Author-email: twang@august8.net
License: PSF
Download-URL: https://github.com/twang817/weakrefmethod/tarball/1.0.3
Description: Python 3.4 include a ``WeakMethod`` class, for storing bound methods using weak references
        (see the `Python weakref module <http://docs.python.org/library/weakref.html>`_).
        
        This project is a backport of the WeakMethod class, and tests, for Python 2.6. The tests
        require the `unittest2 package <http://pypi.python.org/pypi/unittest2>`_.
        
        * Github repository & issue tracker: https://github.com/twang817/weakrefmethod
        
        
Keywords: weakref WeakMethod
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
