{ "info": { "author": "Saito Tsutomu", "author_email": "tsutomu.saito@beproud.jp", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "License :: OSI Approved :: Python Software Foundation License", "Programming Language :: Python", "Topic :: Software Development" ], "description": "`unionfind` is a package for unionfind.\n::\n\n u = unionfind(3) # There are 3 items.\n u.unite(0, 2) # Set 0 and 2 to same group.\n u.issame(1, 2) # Ask \"Are 1 and 2 same?\"\n u.groups() # Return groups.\n\nRequirements\n------------\n* Python 3\n\nFeatures\n--------\n* nothing\n\nSetup\n-----\n::\n\n $ pip install unionfind\n\nHistory\n-------\n0.0.1 (2015-4-3)\n~~~~~~~~~~~~~~~~~~\n* first release", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/unionfind", "keywords": "unionfind", "license": "PSFL", "maintainer": "", "maintainer_email": "", "name": "unionfind", "package_url": "https://pypi.org/project/unionfind/", "platform": "", "project_url": "https://pypi.org/project/unionfind/", "project_urls": { "Homepage": "https://pypi.python.org/pypi/unionfind" }, "release_url": "https://pypi.org/project/unionfind/0.0.10/", "requires_dist": null, "requires_python": "", "summary": "`unionfind` is a package for unionfind.", "version": "0.0.10" }, "last_serial": 3466853, "releases": { "0.0.10": [ { "comment_text": "", "digests": { "md5": "52aa06439edbc4989c4c8ef14baf8d4b", "sha256": "9cf215fc4f9f3fb4f3eac5fdc61d225ba3a6bb9c44bed0c1f83c877fd983cf00" }, "downloads": -1, "filename": "unionfind-0.0.10.tar.gz", "has_sig": false, "md5_digest": "52aa06439edbc4989c4c8ef14baf8d4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1678, "upload_time": "2018-01-06T11:35:42", "url": "https://files.pythonhosted.org/packages/1c/ee/d76a33febf802c8cc89b05e46f6f9702d94c90699375f1e1d23be6a41bf3/unionfind-0.0.10.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "14b0afe3170eb8f4a46c22b41a730a65", "sha256": "ad3f23bd8c29d203799f90d960977ebcd50283c69262bf4a89c4a1b8f1fb4501" }, "downloads": -1, "filename": "unionfind-0.0.8.zip", "has_sig": false, "md5_digest": "14b0afe3170eb8f4a46c22b41a730a65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3153, "upload_time": "2015-04-03T05:36:19", "url": "https://files.pythonhosted.org/packages/6a/49/4d6753794c9f53a26aadf6de45a727f17043a0830daf248af5e0d9e8ef16/unionfind-0.0.8.zip" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "a8750a2ba813f5fe21ec25a01257384f", "sha256": "0496bfa93617279a15cb6a1bd5f02a6d1e884424df43463144fa429857fff66f" }, "downloads": -1, "filename": "unionfind-0.0.9.zip", "has_sig": false, "md5_digest": "a8750a2ba813f5fe21ec25a01257384f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3422, "upload_time": "2015-09-29T06:15:19", "url": "https://files.pythonhosted.org/packages/fc/41/1681164ee785a0493f08754cb09187034e6bc8352cbdcdcd185016a3880b/unionfind-0.0.9.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "52aa06439edbc4989c4c8ef14baf8d4b", "sha256": "9cf215fc4f9f3fb4f3eac5fdc61d225ba3a6bb9c44bed0c1f83c877fd983cf00" }, "downloads": -1, "filename": "unionfind-0.0.10.tar.gz", "has_sig": false, "md5_digest": "52aa06439edbc4989c4c8ef14baf8d4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1678, "upload_time": "2018-01-06T11:35:42", "url": "https://files.pythonhosted.org/packages/1c/ee/d76a33febf802c8cc89b05e46f6f9702d94c90699375f1e1d23be6a41bf3/unionfind-0.0.10.tar.gz" } ] }