{ "info": { "author": "Tim Wegener", "author_email": "twegener@radlogic.com.au", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Natural Language :: English", "Programming Language :: Python", "Topic :: Software Development :: Libraries" ], "description": "Topological (dependency) sorting and cycle-finding functions.\r\n\r\nThe topsort function is based on code posted on Usenet by Tim Peters.\r\n\r\nModifications:\r\n\r\n * added doctests\r\n * changed some parts to use current Python idioms\r\n * added a topsort_levels version that ports items in each dependency level\r\ninto a sub-list\r\n * added find_cycles to aid in cycle debugging", "description_content_type": null, "docs_url": null, "download_url": "http://www.radlogic.com/releases/topsort.py", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.radlogic.com.au/downloads.htm", "keywords": "topological sort dependency cycle graph", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "topsort", "package_url": "https://pypi.org/project/topsort/", "platform": "", "project_url": "https://pypi.org/project/topsort/", "project_urls": { "Download": "http://www.radlogic.com/releases/topsort.py", "Homepage": "http://www.radlogic.com.au/downloads.htm" }, "release_url": "https://pypi.org/project/topsort/0.9/", "requires_dist": null, "requires_python": null, "summary": "dependency (topological) sorting and cycle finding functions", "version": "0.9" }, "last_serial": 23795, "releases": { "0.9": [] }, "urls": [] }