functools32


Namefunctools32 JSON
Version 3.2.3-2 PyPI version JSON
download
home_pagehttps://github.com/MiCHiLU/python-functools32
SummaryBackport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
upload_time2015-07-11 02:46:58
maintainerNone
docs_urlNone
authorENDOH takanao
requires_pythonNone
licensePSF license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            This is a backport of the functools standard library module from
Python 3.2.3 for use on Python 2.7 and PyPy. It includes
new features `lru_cache` (Least-recently-used cache decorator).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MiCHiLU/python-functools32",
    "name": "functools32",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "ENDOH takanao",
    "author_email": "djmchl@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz",
    "platform": "UNKNOWN",
    "description": "This is a backport of the functools standard library module from\nPython 3.2.3 for use on Python 2.7 and PyPy. It includes\nnew features `lru_cache` (Least-recently-used cache decorator).",
    "bugtrack_url": null,
    "license": "PSF license",
    "summary": "Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.",
    "version": "3.2.3-2",
    "project_urls": {
        "Download": "UNKNOWN",
        "Homepage": "https://github.com/MiCHiLU/python-functools32"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5606ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db",
                "md5": "09f24ffd9af9f6cd0f63cb9f4e23d4b2",
                "sha256": "f6253dfbe0538ad2e387bd8fdfd9293c925d63553f5813c4e587745416501e6d"
            },
            "downloads": -1,
            "filename": "functools32-3.2.3-2.tar.gz",
            "has_sig": false,
            "md5_digest": "09f24ffd9af9f6cd0f63cb9f4e23d4b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31171,
            "upload_time": "2015-07-11T02:46:58",
            "upload_time_iso_8601": "2015-07-11T02:46:58.482350Z",
            "url": "https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e1a0aa2c8195a204a9f51284018562dea77e25511f02fe924fac202fc012172",
                "md5": "d55232eb132ec779e6893c902a0bc5ad",
                "sha256": "89d824aa6c358c421a234d7f9ee0bd75933a67c29588ce50aaa3acdf4d403fa0"
            },
            "downloads": -1,
            "filename": "functools32-3.2.3-2.zip",
            "has_sig": false,
            "md5_digest": "d55232eb132ec779e6893c902a0bc5ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 34081,
            "upload_time": "2015-07-11T02:47:05",
            "upload_time_iso_8601": "2015-07-11T02:47:05.917894Z",
            "url": "https://files.pythonhosted.org/packages/5e/1a/0aa2c8195a204a9f51284018562dea77e25511f02fe924fac202fc012172/functools32-3.2.3-2.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2015-07-11 02:46:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MiCHiLU",
    "github_project": "python-functools32",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "functools32"
}
        
Elapsed time: 0.41955s