{ "info": { "author": "PyDotDict", "author_email": "pydotdict@protonmail.ch", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# DotDict implementation for Python 3\n\n\nProduction ready implementation of a dictionary allowing dot style access to stored values.\n\nRaises KeyError if the corresponding key does not exist.\n\n\n## Usage\n\n```\n\n >>> d = dict(a=1, b=2)\n >>> dd = DotDict(d)\n >>> dd.a\n 1\n >>> dd.b\n 2\n\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pydotdict", "package_url": "https://pypi.org/project/pydotdict/", "platform": "", "project_url": "https://pypi.org/project/pydotdict/", "project_urls": { "Homepage": "https://github.com/" }, "release_url": "https://pypi.org/project/pydotdict/3.3.11/", "requires_dist": null, "requires_python": "", "summary": "Production ready Python 3 dictionary with dot style access", "version": "3.3.11" }, "last_serial": 5142907, "releases": { "3.3.11": [ { "comment_text": "", "digests": { "md5": "1b78ba2677cff0655204ff8f26c96bb5", "sha256": "4d80f26106f4215b504f6ea2207f102f708708f691f5184d4ce59570f069e587" }, "downloads": -1, "filename": "pydotdict-3.3.11.tar.gz", "has_sig": false, "md5_digest": "1b78ba2677cff0655204ff8f26c96bb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2393, "upload_time": "2019-04-15T05:34:06", "url": "https://files.pythonhosted.org/packages/41/0e/2a15b8b989319b1b37b8c39987aa874f7fab92a2640a99ab028bd47114a5/pydotdict-3.3.11.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b78ba2677cff0655204ff8f26c96bb5", "sha256": "4d80f26106f4215b504f6ea2207f102f708708f691f5184d4ce59570f069e587" }, "downloads": -1, "filename": "pydotdict-3.3.11.tar.gz", "has_sig": false, "md5_digest": "1b78ba2677cff0655204ff8f26c96bb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2393, "upload_time": "2019-04-15T05:34:06", "url": "https://files.pythonhosted.org/packages/41/0e/2a15b8b989319b1b37b8c39987aa874f7fab92a2640a99ab028bd47114a5/pydotdict-3.3.11.tar.gz" } ] }