{ "info": { "author": "Rafa\u0142 Ga\u0142czy\u0144ski , Adam Jakubek , Oleksandr Pryymak", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "pyllist - linked lists for Python\n=================================\n\npyllist is a Python module providing basic linked list data structures.\nCollections implemented in the pyllist module perform well in problems\nwhich rely on fast insertions and/or deletions of elements in\nthe middle of a sequence.\nFor this kind of workload, they can be faster than collections.deque\nor standard Python lists.\n\nThis extension requires Python 2.x or 3.x. It should work with any\nimplementation (tested with CPython and PyPy).\nNote however, that for CPython there is a much faster C extension\nmodule with the same API at http://github.com/ajakubek/python-llist/\n\nCurrently pyllist provides the following types of linked lists:\n - dllist - a doubly linked list\n - sllist - a singly linked list\n\nFull documentation of these classes is available at:\nhttp://packages.python.org/pyllist/\n\nTo install this package, either run \"pip install pyllist\",\nor download it manually from http://pypi.python.org/pypi\nthen unpack the sources and compile them with \"python setup.py install\".\n\nThe most current development version is available at:\nhttps://github.com/rgsoda/pypy-llist/\n\nBugs can be reported at:\nhttps://github.com/rgsoda/pypy-llist/issues\n\nThis software is distributed under the MIT license.\nPlease see the LICENSE file included in the package for details.\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/pyllist/", "download_url": "http://pypi.python.org/pypi/pyllist/0.3", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rgsoda/pypy-llist", "keywords": "linked list", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyllist", "package_url": "https://pypi.org/project/pyllist/", "platform": "", "project_url": "https://pypi.org/project/pyllist/", "project_urls": { "Download": "http://pypi.python.org/pypi/pyllist/0.3", "Homepage": "https://github.com/rgsoda/pypy-llist" }, "release_url": "https://pypi.org/project/pyllist/0.3/", "requires_dist": null, "requires_python": "", "summary": "Linked list data structures (in pure Python)", "version": "0.3" }, "last_serial": 3344617, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "19d4b4f953352028884fc22d89baec2c", "sha256": "24563a6800c9f8a692a436f57eed47aa825185d6f1c785132c31d2369374dd81" }, "downloads": -1, "filename": "pyllist-0.1.tar.gz", "has_sig": false, "md5_digest": "19d4b4f953352028884fc22d89baec2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16454, "upload_time": "2012-01-01T18:42:41", "url": "https://files.pythonhosted.org/packages/b1/c8/e3d0d85704196e6bc93bb0d985e9c816ddd3a3a9001ba9c78d21d831b8c3/pyllist-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ff661393f4af70db99e7bb86fe0a0935", "sha256": "abb5c33939f2b856748547835c19c276bc50f01b501c54d0047e528d53939660" }, "downloads": -1, "filename": "pyllist-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ff661393f4af70db99e7bb86fe0a0935", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18140, "upload_time": "2013-03-03T16:44:45", "url": "https://files.pythonhosted.org/packages/7e/40/553ad3b77dd66eda68eb50a68fa49e30738e383db8ece8019b6ffecca92a/pyllist-0.1.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "8a854248fe9d5e8f56880951b1d15c86", "sha256": "e838158ea77465dc2de35d0a993229fbb37f184dd01f956f8cfe6072a1f292a2" }, "downloads": -1, "filename": "pyllist-0.2.tar.gz", "has_sig": false, "md5_digest": "8a854248fe9d5e8f56880951b1d15c86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18888, "upload_time": "2017-07-23T14:47:43", "url": "https://files.pythonhosted.org/packages/aa/4c/ce7b4c8997b6d12192e1d8f15435677069ee8ab4fcc0b69f6492d92fd65d/pyllist-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "2c52ae53267f0899e798a66f50f5c6e5", "sha256": "6afd58ab1bccfa948da78dc9bfb5915c38bb280a19e68926c4a9d1c9e9cac45f" }, "downloads": -1, "filename": "pyllist-0.3.tar.gz", "has_sig": false, "md5_digest": "2c52ae53267f0899e798a66f50f5c6e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19598, "upload_time": "2017-11-18T20:04:38", "url": "https://files.pythonhosted.org/packages/d6/da/68160735f958f76bba1daaaef86fd831230c19454fb6d8721df93ebe59b3/pyllist-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2c52ae53267f0899e798a66f50f5c6e5", "sha256": "6afd58ab1bccfa948da78dc9bfb5915c38bb280a19e68926c4a9d1c9e9cac45f" }, "downloads": -1, "filename": "pyllist-0.3.tar.gz", "has_sig": false, "md5_digest": "2c52ae53267f0899e798a66f50f5c6e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19598, "upload_time": "2017-11-18T20:04:38", "url": "https://files.pythonhosted.org/packages/d6/da/68160735f958f76bba1daaaef86fd831230c19454fb6d8721df93ebe59b3/pyllist-0.3.tar.gz" } ] }