Metadata-Version: 2.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
Download-URL: https://github.com/twang817/weakrefmethod/tarball/1.0.3
Author: Tommy Wang
Author-email: twang@august8.net
License: PSF
Keywords: weakref WeakMethod
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
License-File: LICENSE

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

