{ "info": { "author": "Gurkirpal Singh", "author_email": "gurkirpal204@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.7" ], "description": "Usually one has to make the user choose an item from a list of items. For this\r\none has to write the same code again. The result is usually a very ugly menu\r\nwhich is not much user friendly. Simple Menus is a simple library that provides ready made\r\nclasses to make menus which are smart and at the same time good looking and user friendly.\r\nYou say that you can do that with a while loop you say? These menus are error\r\ntolerant which means that if user enters an input that maps to more than one option,\r\nit automatically picks those options and shows a new menu with only those options\r\nto the user. This feature can be turned on and off while making a new menu.\r\n\r\nRight now this library provides only the `IdentifierMenu` class to make menus. The\r\nclass accepts many different arguments which can be used to make a wide variety\r\nof menus. If you are still not satisfied and want more, you can make your own menu classes by\r\nextending the abstract base class `Menu` which acts the basic structure for all menus in this\r\nlibrary. \r\n\r\nTo know more about how to use the library head over to [the docs](http://simple-menus.readthedocs.org).", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/gpalsingh/Simple-Menus/tarball/0.5.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gpalsingh/Simple-Menus", "keywords": "menus,ascii,interactive,configurable,smart", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "Simple-Menus", "package_url": "https://pypi.org/project/Simple-Menus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Simple-Menus/", "project_urls": { "Download": "https://github.com/gpalsingh/Simple-Menus/tarball/0.5.0", "Homepage": "https://github.com/gpalsingh/Simple-Menus" }, "release_url": "https://pypi.org/project/Simple-Menus/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "Simple ASCII menus for humans.", "version": "0.5.1" }, "last_serial": 2053838, "releases": { "0.5.0": [], "0.5.1": [ { "comment_text": "", "digests": { "md5": "71c38aef501384266ff8a8281311b02e", "sha256": "24a2f72501a94ae1bc9c643f6c0c3166b58b55e46795bc531bb38a6fcc49825a" }, "downloads": -1, "filename": "Simple-Menus-0.5.1.tar.gz", "has_sig": false, "md5_digest": "71c38aef501384266ff8a8281311b02e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4978, "upload_time": "2016-04-07T14:25:20", "url": "https://files.pythonhosted.org/packages/66/3a/3e05f42706bb9d24bd699a946c4541e7a3628ca5f00832f6f5042ad4d948/Simple-Menus-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "71c38aef501384266ff8a8281311b02e", "sha256": "24a2f72501a94ae1bc9c643f6c0c3166b58b55e46795bc531bb38a6fcc49825a" }, "downloads": -1, "filename": "Simple-Menus-0.5.1.tar.gz", "has_sig": false, "md5_digest": "71c38aef501384266ff8a8281311b02e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4978, "upload_time": "2016-04-07T14:25:20", "url": "https://files.pythonhosted.org/packages/66/3a/3e05f42706bb9d24bd699a946c4541e7a3628ca5f00832f6f5042ad4d948/Simple-Menus-0.5.1.tar.gz" } ] }