{ "info": { "author": "Jana Awada", "author_email": "awada_jana@yahoo.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3.3" ], "description": "-------\\ LIS \\--------\r\nThis module contains the main function \"LIS\" plus 2 ad hoc functions used by LIS namely \"nest\" and \"gmls\".\r\n\r\nGiven a list of unique numbers, the LIS function outputs all LIS from list i.e. the longest increasing subsequences having the maximum length among all results. To implement, type \"from L_I_S import LIS\" then try \"LIS([2,5,1,3,4])\". Note that the external module list_operations is required \"from list_operations import unnest\".", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/Jana-A/L_I_S/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "longest increasing subsequence", "license": "OSI Approved :: MIT License", "maintainer": "Jana Awada", "maintainer_email": "awada_jana@yahoo.com", "name": "L_I_S", "package_url": "https://pypi.org/project/L_I_S/", "platform": "OS Independent", "project_url": "https://pypi.org/project/L_I_S/", "project_urls": { "Download": "http://github.com/Jana-A/L_I_S/releases" }, "release_url": "https://pypi.org/project/L_I_S/0.2/", "requires_dist": null, "requires_python": null, "summary": "longest increasing subsequences", "version": "0.2" }, "last_serial": 1318268, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "2d4c75ff9a9a12fa47a3113336d3066b", "sha256": "356912ee0c4cb66d0335802d131b90a3590618d67a2dc8991d209082a89cd4a9" }, "downloads": -1, "filename": "L_I_S.tar.gz", "has_sig": false, "md5_digest": "2d4c75ff9a9a12fa47a3113336d3066b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1993, "upload_time": "2014-11-23T22:36:24", "url": "https://files.pythonhosted.org/packages/ce/68/8f48bd79befcfa8bc20878d91493ef98bb589a0f1bc5a84ee964d28972cd/L_I_S.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d4c75ff9a9a12fa47a3113336d3066b", "sha256": "356912ee0c4cb66d0335802d131b90a3590618d67a2dc8991d209082a89cd4a9" }, "downloads": -1, "filename": "L_I_S.tar.gz", "has_sig": false, "md5_digest": "2d4c75ff9a9a12fa47a3113336d3066b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1993, "upload_time": "2014-11-23T22:36:24", "url": "https://files.pythonhosted.org/packages/ce/68/8f48bd79befcfa8bc20878d91493ef98bb589a0f1bc5a84ee964d28972cd/L_I_S.tar.gz" } ] }