{ "info": { "author": "Jason R. Coombs", "author_email": "jaraco@jaraco.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": ".. image:: https://img.shields.io/pypi/v/treehouse.svg\n :target: https://pypi.org/project/treehouse\n\n.. image:: https://img.shields.io/pypi/pyversions/treehouse.svg\n\n.. image:: https://img.shields.io/travis/jaraco/treehouse/master.svg\n :target: https://travis-ci.org/jaraco/treehouse\n\n.. .. image:: https://img.shields.io/appveyor/ci/jaraco/treehouse/master.svg\n.. :target: https://ci.appveyor.com/project/jaraco/treehouse/branch/master\n\n.. .. image:: https://readthedocs.org/projects/treehouse/badge/?version=latest\n.. :target: https://treehouse.readthedocs.io/en/latest/?badge=latest\n\n\nTraverse Python object trees (dicts/lists) at C speed::\n\n >>> import treehouse\n >>> treehouse.map_values(int, {\"a\": \"1\", \"b\": {\"c\": \"2\"}})\n {\"a\": 1, \"b\": {\"c\": 2}}\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jaraco/treehouse", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "treehouse", "package_url": "https://pypi.org/project/treehouse/", "platform": "", "project_url": "https://pypi.org/project/treehouse/", "project_urls": { "Homepage": "https://github.com/jaraco/treehouse" }, "release_url": "https://pypi.org/project/treehouse/0.1.0/", "requires_dist": [ "sphinx ; extra == 'docs'", "jaraco.packaging (>=3.2) ; extra == 'docs'", "rst.linker (>=1.9) ; extra == 'docs'", "pytest (!=3.7.3,>=3.5) ; extra == 'testing'", "pytest-checkdocs ; extra == 'testing'", "pytest-flake8 ; extra == 'testing'" ], "requires_python": ">=2.7", "summary": "High-performance tree traversal", "version": "0.1.0" }, "last_serial": 4788639, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "94e01caefb3df31ace6ca7264fe0b5f1", "sha256": "665cd11abc9adf8e8a9cb1ef5121b47965be05f2065c1a8658d456b0caa1c997" }, "downloads": -1, "filename": "treehouse-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "94e01caefb3df31ace6ca7264fe0b5f1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7", "size": 15012, "upload_time": "2019-02-06T21:57:35", "url": "https://files.pythonhosted.org/packages/ca/6e/09ed91f90c8ecb176b494b09f4753c581bb17c1feaadc58b18e695d74ff8/treehouse-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "491f0c18ceb9c36ac41d92f68851866c", "sha256": "f26f91c897ae516b987837b847adbcac16add250ccbeec866ab2a1b178fd5076" }, "downloads": -1, "filename": "treehouse-0.1.0.tar.gz", "has_sig": false, "md5_digest": "491f0c18ceb9c36ac41d92f68851866c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8798, "upload_time": "2019-02-06T21:57:37", "url": "https://files.pythonhosted.org/packages/c6/fc/dd90d7fc32ca11ee451b127b03338ea9a78d415c6db0cd982cf323ed827d/treehouse-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "94e01caefb3df31ace6ca7264fe0b5f1", "sha256": "665cd11abc9adf8e8a9cb1ef5121b47965be05f2065c1a8658d456b0caa1c997" }, "downloads": -1, "filename": "treehouse-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "94e01caefb3df31ace6ca7264fe0b5f1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7", "size": 15012, "upload_time": "2019-02-06T21:57:35", "url": "https://files.pythonhosted.org/packages/ca/6e/09ed91f90c8ecb176b494b09f4753c581bb17c1feaadc58b18e695d74ff8/treehouse-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "491f0c18ceb9c36ac41d92f68851866c", "sha256": "f26f91c897ae516b987837b847adbcac16add250ccbeec866ab2a1b178fd5076" }, "downloads": -1, "filename": "treehouse-0.1.0.tar.gz", "has_sig": false, "md5_digest": "491f0c18ceb9c36ac41d92f68851866c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8798, "upload_time": "2019-02-06T21:57:37", "url": "https://files.pythonhosted.org/packages/c6/fc/dd90d7fc32ca11ee451b127b03338ea9a78d415c6db0cd982cf323ed827d/treehouse-0.1.0.tar.gz" } ] }