weakrefmethod


Nameweakrefmethod JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttp://github.com/twang817/weakrefmethod
SummaryA WeakMethod class for storing bound methods using weak references.
upload_time2016-07-18 19:57:07
maintainerNone
docs_urlNone
authorTommy Wang
requires_pythonNone
licensePSF
keywords weakref weakmethod
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            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
            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/twang817/weakrefmethod",
    "name": "weakrefmethod",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "weakref WeakMethod",
    "author": "Tommy Wang",
    "author_email": "twang@august8.net",
    "download_url": "https://files.pythonhosted.org/packages/99/82/73a21e3eab9a1ff76d12375f7301fba5c6325b9598eed0ae5b0cf5243656/weakrefmethod-1.0.3.tar.gz",
    "platform": "UNKNOWN",
    "description": "Python 3.4 include a ``WeakMethod`` class, for storing bound methods using weak references\n(see the `Python weakref module <http://docs.python.org/library/weakref.html>`_).\n\nThis project is a backport of the WeakMethod class, and tests, for Python 2.6. The tests\nrequire the `unittest2 package <http://pypi.python.org/pypi/unittest2>`_.\n\n* Github repository & issue tracker: https://github.com/twang817/weakrefmethod",
    "bugtrack_url": null,
    "license": "PSF",
    "summary": "A WeakMethod class for storing bound methods using weak references.",
    "version": "1.0.3",
    "project_urls": {
        "Download": "https://github.com/twang817/weakrefmethod/tarball/1.0.3",
        "Homepage": "http://github.com/twang817/weakrefmethod"
    },
    "split_keywords": [
        "weakref",
        "weakmethod"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "998273a21e3eab9a1ff76d12375f7301fba5c6325b9598eed0ae5b0cf5243656",
                "md5": "39e7450191dea0b17a646b929784ac6f",
                "sha256": "37bc1fbb5575acf82172d4eb7b6fc4412d77d5a1d70dff2c1f8a4574301cda66"
            },
            "downloads": -1,
            "filename": "weakrefmethod-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "39e7450191dea0b17a646b929784ac6f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7472,
            "upload_time": "2016-07-18T19:57:07",
            "upload_time_iso_8601": "2016-07-18T19:57:07.158786Z",
            "url": "https://files.pythonhosted.org/packages/99/82/73a21e3eab9a1ff76d12375f7301fba5c6325b9598eed0ae5b0cf5243656/weakrefmethod-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-07-18 19:57:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "twang817",
    "github_project": "weakrefmethod",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "weakrefmethod"
}
        
Elapsed time: 0.07505s