{ "info": { "author": "Meng Liu, David F. Gleich", "author_email": "liu1740@purdue.edu", "bugtrack_url": null, "classifiers": [], "description": "===============\ngraph_lib\n===============\n\nA graph library containing some useful diffusion algorithms. \n\nFeatures\n===============\n\n* Written in C++\n* Extract import features like pagerank value without looking the whole graph.\n* Graph is stored in CSR.\n\nInstallation\n===============\n1. Install with pip::\n\n pip install graph_lib\n\n2. Uninstall::\n\n pip uninstall graph_lib\n \n3. Compile from the source code::\n\n python setup.py install \n\n \nCurrent Routines\n===============\n1. aclpagerank\n2. aclpagerank_weighted\n3. sweepcut\n4. MQI\n5. ppr_path\n6. proxl1PRaccel\n\nUsage\n===============\nSee examples.ipynb\n\nLicense\n===============\n\nGPL version 2.\n\nCopyright by Meng Liu, David F. Gleich, 2017-2022", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MengLiuPurdue/graph_lib", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "graph-lib", "package_url": "https://pypi.org/project/graph-lib/", "platform": "", "project_url": "https://pypi.org/project/graph-lib/", "project_urls": { "Homepage": "https://github.com/MengLiuPurdue/graph_lib" }, "release_url": "https://pypi.org/project/graph-lib/0.4.8/", "requires_dist": null, "requires_python": "", "summary": "A set of useful diffusion related graph algorithm", "version": "0.4.8" }, "last_serial": 3160716, "releases": { "0.4.7": [ { "comment_text": "", "digests": { "md5": "3476ea973d5811267c78177ca1b9ba84", "sha256": "077d5a8af7f2c866690f0bb52c148f610eb345ee46e674629008c98f140a8ee8" }, "downloads": -1, "filename": "graph_lib-0.4.7.tar.gz", "has_sig": false, "md5_digest": "3476ea973d5811267c78177ca1b9ba84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 717109, "upload_time": "2017-09-08T21:16:12", "url": "https://files.pythonhosted.org/packages/3f/ba/b4bac64f6ae86f7a35f1f7973a01b3c4e32df20f63b6cb6aa9f122fe1c53/graph_lib-0.4.7.tar.gz" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "2ed4d1029238de4a40443027126c5d8c", "sha256": "850f1935fadbc29b8e8caa0ef7f3c25da22bfa2dd5124f31be06aa0cb07f9405" }, "downloads": -1, "filename": "graph_lib-0.4.8.tar.gz", "has_sig": false, "md5_digest": "2ed4d1029238de4a40443027126c5d8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 814213, "upload_time": "2017-09-08T22:44:36", "url": "https://files.pythonhosted.org/packages/e1/74/5ee3a2ef420f0ee5a6d18e8ed9efa97ddc0360d4dd13c005f9144f3b79a9/graph_lib-0.4.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2ed4d1029238de4a40443027126c5d8c", "sha256": "850f1935fadbc29b8e8caa0ef7f3c25da22bfa2dd5124f31be06aa0cb07f9405" }, "downloads": -1, "filename": "graph_lib-0.4.8.tar.gz", "has_sig": false, "md5_digest": "2ed4d1029238de4a40443027126c5d8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 814213, "upload_time": "2017-09-08T22:44:36", "url": "https://files.pythonhosted.org/packages/e1/74/5ee3a2ef420f0ee5a6d18e8ed9efa97ddc0360d4dd13c005f9144f3b79a9/graph_lib-0.4.8.tar.gz" } ] }