{ "info": { "author": "Victor Oliveira da Silva", "author_email": "victor_o_silva@hotmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "========================\r\npython_subdict\r\n========================\r\n\r\n.. image:: https://travis-ci.org/victor-o-silva/python_subdict.svg?branch=master\r\n :target: https://travis-ci.org/victor-o-silva/python_subdict\r\n :alt: Build Status\r\n\r\n.. image:: https://landscape.io/github/victor-o-silva/python_subdict/master/landscape.svg?style=flat\r\n :target: https://landscape.io/github/victor-o-silva/python_subdict/master\r\n :alt: Code Health\r\n\r\n.. image:: https://coveralls.io/repos/victor-o-silva/python_subdict/badge.svg?branch=master&service=github\r\n :target: https://coveralls.io/github/victor-o-silva/python_subdict?branch=master\r\n :alt: Coverage Status\r\n\r\nThe intent of this library is to make it easy to extract subdicts from\r\npython dicts by just specifying which keys are needed, in a\r\ndotted-syntax.\r\n\r\nExample\r\n-------------\r\n\r\n >>> from subdict import extract_subdict\r\n >>> d = {'a': 1, 'b': 0, 'c': {'ca': '3', 'cb': {'cba': 0, 'cbb': False}}}\r\n >>> extract_subdict(d, ['a', 'c.cb.cbb'])\r\n {'a': 1, 'c': {'cb': {'cbb': False}}}\r\n\r\nDocumentation Links\r\n-----------------------\r\n\r\n`IPython-Notebook version `_\r\n\r\n`Markdown version `_", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/victor-o-silva/python_subdict/tarball/0.5", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/victor-o-silva/python_subdict", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "subdict", "package_url": "https://pypi.org/project/subdict/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/subdict/", "project_urls": { "Download": "https://github.com/victor-o-silva/python_subdict/tarball/0.5", "Homepage": "https://github.com/victor-o-silva/python_subdict" }, "release_url": "https://pypi.org/project/subdict/0.5/", "requires_dist": null, "requires_python": null, "summary": "Extract subdicts from python dicts by just specifying which keys are needed, in a dotted-syntax.", "version": "0.5" }, "last_serial": 1645124, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "7e7aab78941b5ec78905d03dcc28396f", "sha256": "14ec7036c532d6e165325a76ce5b43ce8efa38c6ebc746407a3128be756ebac3" }, "downloads": -1, "filename": "subdict-0.5.tar.gz", "has_sig": false, "md5_digest": "7e7aab78941b5ec78905d03dcc28396f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3001, "upload_time": "2015-07-21T19:53:24", "url": "https://files.pythonhosted.org/packages/da/33/b4940bfec1cfd38127e4274639f9cd9c760886b9c7fdf3b3c6784066c752/subdict-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7e7aab78941b5ec78905d03dcc28396f", "sha256": "14ec7036c532d6e165325a76ce5b43ce8efa38c6ebc746407a3128be756ebac3" }, "downloads": -1, "filename": "subdict-0.5.tar.gz", "has_sig": false, "md5_digest": "7e7aab78941b5ec78905d03dcc28396f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3001, "upload_time": "2015-07-21T19:53:24", "url": "https://files.pythonhosted.org/packages/da/33/b4940bfec1cfd38127e4274639f9cd9c760886b9c7fdf3b3c6784066c752/subdict-0.5.tar.gz" } ] }