{ "info": { "author": "Pastafarianist", "author_email": "delonorm@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This is a very simple Python class for creating priority queues which maintain unique copies of elements.\n\nThis is achieved by storing a separate `set` of elements that have been inserted and checking each time whether the new elements is in that set or not. An optional `key` parameter allows to specify a function that will be calculated on each element before checking it against the set.\n\n`put()` will return `True` if the element was not present in the queue and `False` otherwise.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Pastafarianist/pqunique", "keywords": "development queue priority", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pqunique", "package_url": "https://pypi.org/project/pqunique/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pqunique/", "project_urls": { "Homepage": "https://github.com/Pastafarianist/pqunique" }, "release_url": "https://pypi.org/project/pqunique/0.1/", "requires_dist": null, "requires_python": "", "summary": "Priority queue with unique items", "version": "0.1" }, "last_serial": 2175113, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "013c7b9ac9a2be86f1662c6a96fa0dd7", "sha256": "d967e37ad48a3ccb49f3024fd870c2895c5e5f57cac0c1fb1d65d358ce33cc2a" }, "downloads": -1, "filename": "pqunique-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "013c7b9ac9a2be86f1662c6a96fa0dd7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3480, "upload_time": "2016-06-18T20:28:11", "url": "https://files.pythonhosted.org/packages/b6/81/86d33560b02304b779b0ef43fca7023a675622e7c6198f80dadeebc836cb/pqunique-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98919a12c19c88701f93df27f7a460a7", "sha256": "252e84588f22a89b5edfd330e08032c83eff14e2dea8c9934f4f51927a847ea9" }, "downloads": -1, "filename": "pqunique-0.1.tar.gz", "has_sig": false, "md5_digest": "98919a12c19c88701f93df27f7a460a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3475, "upload_time": "2016-06-18T20:29:33", "url": "https://files.pythonhosted.org/packages/c0/4b/5cb5b8ed562bc574a660c234489fcc24b6e64802171e01c14996c35e836e/pqunique-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "013c7b9ac9a2be86f1662c6a96fa0dd7", "sha256": "d967e37ad48a3ccb49f3024fd870c2895c5e5f57cac0c1fb1d65d358ce33cc2a" }, "downloads": -1, "filename": "pqunique-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "013c7b9ac9a2be86f1662c6a96fa0dd7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3480, "upload_time": "2016-06-18T20:28:11", "url": "https://files.pythonhosted.org/packages/b6/81/86d33560b02304b779b0ef43fca7023a675622e7c6198f80dadeebc836cb/pqunique-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98919a12c19c88701f93df27f7a460a7", "sha256": "252e84588f22a89b5edfd330e08032c83eff14e2dea8c9934f4f51927a847ea9" }, "downloads": -1, "filename": "pqunique-0.1.tar.gz", "has_sig": false, "md5_digest": "98919a12c19c88701f93df27f7a460a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3475, "upload_time": "2016-06-18T20:29:33", "url": "https://files.pythonhosted.org/packages/c0/4b/5cb5b8ed562bc574a660c234489fcc24b6e64802171e01c14996c35e836e/pqunique-0.1.tar.gz" } ] }