{ "info": { "author": "Jonas Pfannschmidt", "author_email": "jonas.pfannschmidt@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: User Interfaces" ], "description": "SimpleMenus is a small and simple python package for creating interactive \nconsole applications. It allows to prompt the user for strings, integers,\ndates, booleans, lets him choose between various options and offers \nlightweight menus.\n\nI use it for small utilities and prototypes whenever I need a little bit of\ninteraction with the user. For more complex applications you should look at \nsomething like curses instead (http://docs.python.org/library/curses.html).\n\nExamples:\n\t# print birthday\n\tprint(get_date(\"Enter your birthday\"))\n\n\t# print selection\n\tprint(get_from_list(['One', 'Two', 'Three']))\n\n\t# return if user doesn't want to continue\n\tif not get_boolean('Continue?'):\n\t\treturn\n\n\nYou can find more in the examples and test direcories and an API documentation at doc/simplemenus.html.\n\nTested with Python 2.7.5 and Python 3.3 on Windows and Linux.\n\nWebpage: http://www.pulsedo.com/free/simplemenus\n\nCopyright (c) 2013, Jonas Pfannschmidt\nLicensed under the MIT license http://www.opensource.org/licenses/mit-license.php", "description_content_type": null, "docs_url": null, "download_url": "http://www.pulsedo.com/free/simplemenus/download/SimpleMenus-0.6.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.pulsedo.com/free/simplemenus", "keywords": null, "license": "MIT license http://www.opensource.org/licenses/mit-license.php", "maintainer": null, "maintainer_email": null, "name": "SimpleMenus", "package_url": "https://pypi.org/project/SimpleMenus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/SimpleMenus/", "project_urls": { "Download": "http://www.pulsedo.com/free/simplemenus/download/SimpleMenus-0.6.zip", "Homepage": "http://www.pulsedo.com/free/simplemenus" }, "release_url": "https://pypi.org/project/SimpleMenus/0.6/", "requires_dist": null, "requires_python": null, "summary": "A few simple methods to create interactive console applications.", "version": "0.6" }, "last_serial": 874885, "releases": { "0.6": [ { "comment_text": "", "digests": { "md5": "6fc43cafa852a370516a6446583b569b", "sha256": "695bd504d6c959c4e74ee89ad601c196814a920e0979f3179d6583393de7e37e" }, "downloads": -1, "filename": "SimpleMenus-0.6.zip", "has_sig": false, "md5_digest": "6fc43cafa852a370516a6446583b569b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16643, "upload_time": "2013-09-26T18:48:51", "url": "https://files.pythonhosted.org/packages/74/0f/c7c364e849705427eef1efe910f37babeca255f05eac248a607bcaa01ca8/SimpleMenus-0.6.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6fc43cafa852a370516a6446583b569b", "sha256": "695bd504d6c959c4e74ee89ad601c196814a920e0979f3179d6583393de7e37e" }, "downloads": -1, "filename": "SimpleMenus-0.6.zip", "has_sig": false, "md5_digest": "6fc43cafa852a370516a6446583b569b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16643, "upload_time": "2013-09-26T18:48:51", "url": "https://files.pythonhosted.org/packages/74/0f/c7c364e849705427eef1efe910f37babeca255f05eac248a607bcaa01ca8/SimpleMenus-0.6.zip" } ] }