{ "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 linked list class is provided. It is\nthoroughly unit tested, passes pylint, and is known\nto run on CPython 2.7, CPython 3.3, Pypy 2.2 and\nJython 2.7b1.\n\nA LIFO (stack) and FIFO (queue) are also provided,\nbuilt from the linked list.", "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/linked-list", "keywords": "linked list,stack,queue,lifo,fifo", "license": "Apache v2", "maintainer": null, "maintainer_email": null, "name": "linked_list_mod", "package_url": "https://pypi.org/project/linked_list_mod/", "platform": "Cross platform", "project_url": "https://pypi.org/project/linked_list_mod/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://stromberg.dnsalias.org/~strombrg/linked-list" }, "release_url": "https://pypi.org/project/linked_list_mod/1.12/", "requires_dist": null, "requires_python": null, "summary": "Pure Python linked list module, with lifo (stack) and fifo (queue)", "version": "1.12" }, "last_serial": 1248720, "releases": { "1.00": [ { "comment_text": "", "digests": { "md5": "3d3410caaa0f57d189eb04c3755778f0", "sha256": "b38662419fd078a13ad22b99ece3ca714675c107016afc7f1e2525af8298cf1c" }, "downloads": -1, "filename": "linked_list_mod-1.00.tar.gz", "has_sig": false, "md5_digest": "3d3410caaa0f57d189eb04c3755778f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2416, "upload_time": "2013-12-28T20:00:33", "url": "https://files.pythonhosted.org/packages/f2/de/3ae2588c6e32ed9ae91c8558c8c8d9192fa97d62e86653692faaf7da013a/linked_list_mod-1.00.tar.gz" } ], "1.10": [ { "comment_text": "", "digests": { "md5": "2afecd3d6cda203c9c2fea7dff404db5", "sha256": "7a680f94fa02c532c47aa2c2b6a1c1f3962bd830a6724a5550220302a2be7d99" }, "downloads": -1, "filename": "linked_list_mod-1.10.tar.gz", "has_sig": false, "md5_digest": "2afecd3d6cda203c9c2fea7dff404db5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2850, "upload_time": "2013-12-29T22:37:20", "url": "https://files.pythonhosted.org/packages/34/66/2107c680eee136085cb6b8bfddf4fdea5822685a36fdbf9fba5e3a801e04/linked_list_mod-1.10.tar.gz" } ], "1.11": [ { "comment_text": "", "digests": { "md5": "d49eaff0b920a7a56d1a55cad9372733", "sha256": "390b6d64a439981007a576cbc488927dd3da4b52df2f7f843110ca1f0315dfa3" }, "downloads": -1, "filename": "linked_list_mod-1.11.tar.gz", "has_sig": false, "md5_digest": "d49eaff0b920a7a56d1a55cad9372733", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2895, "upload_time": "2014-01-02T05:05:02", "url": "https://files.pythonhosted.org/packages/08/4c/41c9bea342ad53d864c088a4328b813b29caf6e7c3ec7fd7bd2e937f9ad8/linked_list_mod-1.11.tar.gz" } ], "1.12": [ { "comment_text": "", "digests": { "md5": "a2ca4121b72c22d55c6d97d7f09aad52", "sha256": "debffa646eedb4bc848821c6c83381abe5e281b737cb43b1649c7260f4c69bc4" }, "downloads": -1, "filename": "linked_list_mod-1.12.tar.gz", "has_sig": false, "md5_digest": "a2ca4121b72c22d55c6d97d7f09aad52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8708, "upload_time": "2014-10-05T20:04:48", "url": "https://files.pythonhosted.org/packages/b4/3f/7e0824e9f0599954231202d00dbf58108969b8e40ac87bbc289fbf658e53/linked_list_mod-1.12.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a2ca4121b72c22d55c6d97d7f09aad52", "sha256": "debffa646eedb4bc848821c6c83381abe5e281b737cb43b1649c7260f4c69bc4" }, "downloads": -1, "filename": "linked_list_mod-1.12.tar.gz", "has_sig": false, "md5_digest": "a2ca4121b72c22d55c6d97d7f09aad52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8708, "upload_time": "2014-10-05T20:04:48", "url": "https://files.pythonhosted.org/packages/b4/3f/7e0824e9f0599954231202d00dbf58108969b8e40ac87bbc289fbf658e53/linked_list_mod-1.12.tar.gz" } ] }