{ "info": { "author": "Daniel Richard Stromberg", "author_email": "strombrg@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "A pure python binary tree class is provided. It is\nthoroughly unit tested, passes pylint, and is known\nto run on CPython 2.x, CPython 3.x, Pypy 2.4.0, Pypy3 2.4.0 and\nJython 2.7b3.\n\nThis binary tree looks like a dictionary that's always\nsorted by key. It does not reorganize itself.\n\nAlthough definitely a poor choice for pre-sorted keys, it's quite\ngood for pre-randomized keys.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://stromberg.dnsalias.org/~strombrg/binary-tree-dict/", "keywords": "binary tree,dictionary-like,sorted dictionary,cache", "license": "Apache v2", "maintainer": null, "maintainer_email": null, "name": "binary_tree_dict_mod", "package_url": "https://pypi.org/project/binary_tree_dict_mod/", "platform": "Cross platform", "project_url": "https://pypi.org/project/binary_tree_dict_mod/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://stromberg.dnsalias.org/~strombrg/binary-tree-dict/" }, "release_url": "https://pypi.org/project/binary_tree_dict_mod/1.0/", "requires_dist": null, "requires_python": null, "summary": "Pure Python binary tree (dictionary) module", "version": "1.0" }, "last_serial": 1333584, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "9aa2b61ceb14e9181507048860e5f0ba", "sha256": "4ead43559ac555a42f5d2f71eb97525e28f12ff990830290b049ccce0619e8fd" }, "downloads": -1, "filename": "binary_tree_dict_mod-1.0.tar.gz", "has_sig": false, "md5_digest": "9aa2b61ceb14e9181507048860e5f0ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9935, "upload_time": "2014-12-06T22:07:33", "url": "https://files.pythonhosted.org/packages/66/a4/855740054eab07ec6844520fd4fb33291d7f8e844b46e537490ab968e20d/binary_tree_dict_mod-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9aa2b61ceb14e9181507048860e5f0ba", "sha256": "4ead43559ac555a42f5d2f71eb97525e28f12ff990830290b049ccce0619e8fd" }, "downloads": -1, "filename": "binary_tree_dict_mod-1.0.tar.gz", "has_sig": false, "md5_digest": "9aa2b61ceb14e9181507048860e5f0ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9935, "upload_time": "2014-12-06T22:07:33", "url": "https://files.pythonhosted.org/packages/66/a4/855740054eab07ec6844520fd4fb33291d7f8e844b46e537490ab968e20d/binary_tree_dict_mod-1.0.tar.gz" } ] }