{ "info": { "author": "Yann Kaiser", "author_email": "kaiser.yann@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "od\n==\n\n.. image:: https://travis-ci.org/epsy/od.svg?branch=master\n :target: https://travis-ci.org/epsy/od\n\n.. image:: https://coveralls.io/repos/github/epsy/od/badge.svg?branch=master\n :target: https://coveralls.io/github/epsy/od?branch=master\n\n\nThe ``od`` package adds a shorthand syntax to create instances of `OrderedDict\n`_\n::\n\n >>> import od\n >>>\n >>> od[\"cat\": \"fish\", \"mouse\": \"cheese\"]\n OrderedDict([('cat', 'fish'), ('mouse', 'cheese')])\n >>> od[\"mouse\": \"cheese\", \"cat\": \"fish\"]\n OrderedDict([('mouse', 'cheese'), ('cat', 'fish')])\n\nYou can also use it like the regular constructor for ``OrderedDict``::\n\n >>> od()\n OrderedDict()\n >>> an_iterable = [(\"cat\", \"fish\"), (\"mouse\", \"cheese\")]\n >>> od(an_iterable)\n OrderedDict([('cat', 'fish'), ('mouse', 'cheese')])\n\nInstall this package using `pip `_::\n\n $ pip install --user od\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/epsy/od", "keywords": "OrderedDict,od,syntactic sugar", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "od", "package_url": "https://pypi.org/project/od/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/od/", "project_urls": { "Homepage": "https://github.com/epsy/od" }, "release_url": "https://pypi.org/project/od/1.0/", "requires_dist": null, "requires_python": "", "summary": "Shorthand syntax for building OrderedDicts", "version": "1.0" }, "last_serial": 2430915, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "a72b890d972bcef2d11389f31529cdde", "sha256": "52d4c8dafbb274abc41e8ca4507f6fd3718d6a26dc449cb9bfb700adc43e1154" }, "downloads": -1, "filename": "od-1.0-py3-none-any.whl", "has_sig": true, "md5_digest": "a72b890d972bcef2d11389f31529cdde", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3018, "upload_time": "2016-10-29T22:19:26", "url": "https://files.pythonhosted.org/packages/92/5b/73044c22c5f83caebf36eb4c28dfdc6399218e8d99d89bb2057d05c68260/od-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ab783864c8ae1c76afd0a618116065c", "sha256": "d1c94cd3af5fdb13ca27c4d3e1601c77028f36bbba9e78c324daf0c1ac06e3ab" }, "downloads": -1, "filename": "od-1.0.tar.gz", "has_sig": true, "md5_digest": "4ab783864c8ae1c76afd0a618116065c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2838, "upload_time": "2016-10-29T22:19:28", "url": "https://files.pythonhosted.org/packages/5f/d0/c91a75e71e2e780fc1d478420497ebfb0d3f450370ff6254f0f369db5e50/od-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a72b890d972bcef2d11389f31529cdde", "sha256": "52d4c8dafbb274abc41e8ca4507f6fd3718d6a26dc449cb9bfb700adc43e1154" }, "downloads": -1, "filename": "od-1.0-py3-none-any.whl", "has_sig": true, "md5_digest": "a72b890d972bcef2d11389f31529cdde", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3018, "upload_time": "2016-10-29T22:19:26", "url": "https://files.pythonhosted.org/packages/92/5b/73044c22c5f83caebf36eb4c28dfdc6399218e8d99d89bb2057d05c68260/od-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ab783864c8ae1c76afd0a618116065c", "sha256": "d1c94cd3af5fdb13ca27c4d3e1601c77028f36bbba9e78c324daf0c1ac06e3ab" }, "downloads": -1, "filename": "od-1.0.tar.gz", "has_sig": true, "md5_digest": "4ab783864c8ae1c76afd0a618116065c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2838, "upload_time": "2016-10-29T22:19:28", "url": "https://files.pythonhosted.org/packages/5f/d0/c91a75e71e2e780fc1d478420497ebfb0d3f450370ff6254f0f369db5e50/od-1.0.tar.gz" } ] }