orderedmultidict


Nameorderedmultidict JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/gruns/orderedmultidict
SummaryOrdered Multivalue Dictionary
upload_time2019-07-10 20:11:47
maintainer
docs_urlNone
authorAnsgar Grunseid
requires_python
licenseUnlicense
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            A multivalue dictionary is a dictionary that can store multiple values for the
same key. An ordered multivalue dictionary is a multivalue dictionary that
retains the order of insertions and deletions.

omdict retains method parity with dict.

Information and documentation at https://github.com/gruns/orderedmultidict.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gruns/orderedmultidict",
    "name": "orderedmultidict",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ansgar Grunseid",
    "author_email": "grunseid@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/53/4e/3823a27d764bb8388711f4cb6f24e58453e92d6928f4163fdb01e3a3789f/orderedmultidict-1.0.1.tar.gz",
    "platform": "any",
    "description": "A multivalue dictionary is a dictionary that can store multiple values for the\nsame key. An ordered multivalue dictionary is a multivalue dictionary that\nretains the order of insertions and deletions.\n\nomdict retains method parity with dict.\n\nInformation and documentation at https://github.com/gruns/orderedmultidict.\n\n",
    "bugtrack_url": null,
    "license": "Unlicense",
    "summary": "Ordered Multivalue Dictionary",
    "version": "1.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04165e95c70bda8fe6ea715005c0db8e602400bdba50ae3c72cb380eba551289",
                "md5": "aba08f96d8fe397a8aa7d80f1ac5f0c8",
                "sha256": "43c839a17ee3cdd62234c47deca1a8508a3f2ca1d0678a3bf791c87cf84adbf3"
            },
            "downloads": -1,
            "filename": "orderedmultidict-1.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aba08f96d8fe397a8aa7d80f1ac5f0c8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 11699,
            "upload_time": "2019-07-10T20:11:45",
            "upload_time_iso_8601": "2019-07-10T20:11:45.622543Z",
            "url": "https://files.pythonhosted.org/packages/04/16/5e95c70bda8fe6ea715005c0db8e602400bdba50ae3c72cb380eba551289/orderedmultidict-1.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "534e3823a27d764bb8388711f4cb6f24e58453e92d6928f4163fdb01e3a3789f",
                "md5": "8db4ef0caaf1884f2b056158005504da",
                "sha256": "04070bbb5e87291cc9bfa51df413677faf2141c73c61d2a5f7b26bea3cd882ad"
            },
            "downloads": -1,
            "filename": "orderedmultidict-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8db4ef0caaf1884f2b056158005504da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 20706,
            "upload_time": "2019-07-10T20:11:47",
            "upload_time_iso_8601": "2019-07-10T20:11:47.305097Z",
            "url": "https://files.pythonhosted.org/packages/53/4e/3823a27d764bb8388711f4cb6f24e58453e92d6928f4163fdb01e3a3789f/orderedmultidict-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-07-10 20:11:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "gruns",
    "github_project": "orderedmultidict",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "orderedmultidict"
}
        
Elapsed time: 0.10250s