{ "info": { "author": "Nicola Musatti", "author_email": "nicola.musatti@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries" ], "description": "Nxpy Sort\n=========\n\nYou can install the library with pip::\n\n pip install nxpy-sort\n\n*Nxpy Sort* provides the ``topological_sort()`` function which takes a sequence of ordered couples\nof values and returns a single sequence where each value is guaranteed to come before every value\nthat comes after it in any of the input couples. When this is not possible, e.g. for inputs like\n``(1 2) (2 1)``, ``None`` is returned.\n\nThe library's documentation is available on\n`ReadTheDocs `_.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "Boost Software License 1.0 (BSL-1.0)", "maintainer": "", "maintainer_email": "", "name": "nxpy-sort", "package_url": "https://pypi.org/project/nxpy-sort/", "platform": "", "project_url": "https://pypi.org/project/nxpy-sort/", "project_urls": { "Documentation": "https://nxpy.readthedocs.io/en/latest/", "Source Code": "https://github.com/nmusatti/nxpy" }, "release_url": "https://pypi.org/project/nxpy-sort/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Sorting utilities", "version": "1.0.0" }, "last_serial": 4371737, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a9ac9d0ba9e01c61b8119e9a15a19d18", "sha256": "2b93360a32259ed7d921cd7c9518c4452214b7a81afce819e55bdc63caf2eb8b" }, "downloads": -1, "filename": "nxpy_sort-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9ac9d0ba9e01c61b8119e9a15a19d18", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4226, "upload_time": "2018-10-13T12:16:21", "url": "https://files.pythonhosted.org/packages/d8/a3/92e396d846659525df12a3f2572e1942dc3f24e307257f7c8d6f008bf93f/nxpy_sort-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "51beb1a46800bf4c232d46f274bd1571", "sha256": "29be7e967616dc8d0555ccc9fa15c736f620d3f8e5ef0607a43282ee1cb924f6" }, "downloads": -1, "filename": "nxpy_sort-1.0.0.tar.gz", "has_sig": false, "md5_digest": "51beb1a46800bf4c232d46f274bd1571", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3161, "upload_time": "2018-10-13T12:16:22", "url": "https://files.pythonhosted.org/packages/fe/fb/c14020d622fa2a211e4cccc4886f4ab7dee99b4189de7a346a3c0f09236b/nxpy_sort-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a9ac9d0ba9e01c61b8119e9a15a19d18", "sha256": "2b93360a32259ed7d921cd7c9518c4452214b7a81afce819e55bdc63caf2eb8b" }, "downloads": -1, "filename": "nxpy_sort-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9ac9d0ba9e01c61b8119e9a15a19d18", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4226, "upload_time": "2018-10-13T12:16:21", "url": "https://files.pythonhosted.org/packages/d8/a3/92e396d846659525df12a3f2572e1942dc3f24e307257f7c8d6f008bf93f/nxpy_sort-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "51beb1a46800bf4c232d46f274bd1571", "sha256": "29be7e967616dc8d0555ccc9fa15c736f620d3f8e5ef0607a43282ee1cb924f6" }, "downloads": -1, "filename": "nxpy_sort-1.0.0.tar.gz", "has_sig": false, "md5_digest": "51beb1a46800bf4c232d46f274bd1571", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3161, "upload_time": "2018-10-13T12:16:22", "url": "https://files.pythonhosted.org/packages/fe/fb/c14020d622fa2a211e4cccc4886f4ab7dee99b4189de7a346a3c0f09236b/nxpy_sort-1.0.0.tar.gz" } ] }