ordereddict


Nameordereddict JSON
Version 1.1 PyPI version JSON
download
home_pageUNKNOWN
SummaryA drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.
upload_time2010-10-28 10:08:17
maintainerSteven Hazel
docs_urlNone
authorRaymond Hettinger
requires_pythonNone
licenseUNKNOWN
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has big-oh 
performance that matches regular dictionaries (amortized O(1) 
insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).

Originally based on http://code.activestate.com/recipes/576693/
            

Raw data

            {
    "_id": null,
    "home_page": "UNKNOWN",
    "name": "ordereddict",
    "maintainer": "Steven Hazel",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "sah@awesame.org",
    "keywords": "",
    "author": "Raymond Hettinger",
    "author_email": "UNKNOWN",
    "download_url": "https://files.pythonhosted.org/packages/53/25/ef88e8e45db141faa9598fbf7ad0062df8f50f881a36ed6a0073e1572126/ordereddict-1.1.tar.gz",
    "platform": "UNKNOWN",
    "description": "Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has big-oh \r\nperformance that matches regular dictionaries (amortized O(1) \r\ninsertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).\r\n\r\nOriginally based on http://code.activestate.com/recipes/576693/",
    "bugtrack_url": null,
    "license": "UNKNOWN",
    "summary": "A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.",
    "version": "1.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "a0ed854ee442051b249bfad0f638bbec",
                "sha256": "1c35b4ac206cef2d24816c89f89cf289dd3d38cf7c449bb3fab7bf6d43f01b1f"
            },
            "downloads": -1,
            "filename": "ordereddict-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a0ed854ee442051b249bfad0f638bbec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2114,
            "upload_time": "2010-10-28T10:08:17",
            "upload_time_iso_8601": "2010-10-28T10:08:17.831012Z",
            "url": "https://files.pythonhosted.org/packages/53/25/ef88e8e45db141faa9598fbf7ad0062df8f50f881a36ed6a0073e1572126/ordereddict-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2010-10-28 10:08:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ordereddict"
}
        
Elapsed time: 0.02589s