{ "info": { "author": "Richard McGraw", "author_email": "dasnar at fastmail dot fm", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: Public Domain", "Programming Language :: C", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This small C package is comprised of an independent set of\nroutines dedicated to manipulating AVL trees (files avl.c, avl.h), and of\nan extension module for Python that builds upon it (file avlmodule.c) to\nprovide objects of type 'avl_tree' in Python, which can behave as sorted\ncontainers or sequential lists. For example one can take slices of trees\nwith the usual syntax. Unlike collectionsmodule.c, avlmodule.c contains\nonly bindings to the underlying implementation.", "description_content_type": null, "docs_url": null, "download_url": "http://sourceforge.net/projects/pyavl/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://dasnar.sdf-eu.org/miscres.html", "keywords": null, "license": "None, public domain", "maintainer": null, "maintainer_email": null, "name": "pyavl", "package_url": "https://pypi.org/project/pyavl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyavl/", "project_urls": { "Download": "http://sourceforge.net/projects/pyavl/", "Homepage": "http://dasnar.sdf-eu.org/miscres.html" }, "release_url": "https://pypi.org/project/pyavl/1.12/", "requires_dist": null, "requires_python": null, "summary": "avl-tree type for Python (C-written extension module)", "version": "1.12" }, "last_serial": 1941396, "releases": { "1.12": [], "1.12_1": [ { "comment_text": "", "digests": { "md5": "55e1e2a6a7010103d44b79b21eeb166a", "sha256": "1f0d82b41df86db45455b40b2f20ba89b08d7c95ea27eaa379a0130ad3e514cf" }, "downloads": -1, "filename": "pyavl-1.12_1.tar.bz2", "has_sig": false, "md5_digest": "55e1e2a6a7010103d44b79b21eeb166a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 167832, "upload_time": "2016-02-05T11:51:51", "url": "https://files.pythonhosted.org/packages/38/2f/ad2940725037c482079b2f8152a07fb75a07775e865befe54b3976ade298/pyavl-1.12_1.tar.bz2" } ] }, "urls": [] }