/usr/lib/python2.7/dist-packages/weakrefmethod-1.0.3.egg-info/PKG-INFO is in python-weakrefmethod 1.0.3-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | 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-Content-Type: UNKNOWN
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
|