{ "info": { "author": "Daniel Richard Stromberg", "author_email": "strombrg@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Cython", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "A set of python modules implementing treaps is provided.\n\nTreaps perform most operations in O(log2(n)) time, and are innately sorted.\nThey're very nice for keeping a collection of values that needs to\nalways be sorted, or for optimization problems in which you need to find\nthe p best values out of q, when p is much smaller than q.\n\nA module is provided for treaps that enforce uniqueness.\n\nA pure python version is included, as is a Cython-enhanced version for performance.\n\nRelease 1.39 is pylint'd and is known to run on at least CPython 2.x, CPython 3.x\nand Pypy, Pypy3 (beta) and Jython.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://stromberg.dnsalias.org/~dstromberg/treap/", "keywords": "", "license": "Apache v2", "maintainer": "", "maintainer_email": "", "name": "treap-python", "package_url": "https://pypi.org/project/treap-python/", "platform": "Cross platform", "project_url": "https://pypi.org/project/treap-python/", "project_urls": { "Homepage": "http://stromberg.dnsalias.org/~dstromberg/treap/" }, "release_url": "https://pypi.org/project/treap-python/1.39/", "requires_dist": null, "requires_python": "", "summary": "Python implementation of treaps", "version": "1.39" }, "last_serial": 5391395, "releases": { "1.39": [ { "comment_text": "", "digests": { "md5": "7f7429de01b6c38c7aaa4d03e355e084", "sha256": "653fe94a5be86ec7d5d79f262bad1e9320eb6b20abe28db4f905e81ace4b254f" }, "downloads": -1, "filename": "treap-python-1.39.tar.gz", "has_sig": false, "md5_digest": "7f7429de01b6c38c7aaa4d03e355e084", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106402, "upload_time": "2019-06-12T14:14:40", "url": "https://files.pythonhosted.org/packages/70/1f/c85f29237649190f027982e476b3e919c3e25fe6842011a9e97fb7834e5f/treap-python-1.39.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7f7429de01b6c38c7aaa4d03e355e084", "sha256": "653fe94a5be86ec7d5d79f262bad1e9320eb6b20abe28db4f905e81ace4b254f" }, "downloads": -1, "filename": "treap-python-1.39.tar.gz", "has_sig": false, "md5_digest": "7f7429de01b6c38c7aaa4d03e355e084", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106402, "upload_time": "2019-06-12T14:14:40", "url": "https://files.pythonhosted.org/packages/70/1f/c85f29237649190f027982e476b3e919c3e25fe6842011a9e97fb7834e5f/treap-python-1.39.tar.gz" } ] }