{ "info": { "author": "R\u00e9my Jacquin", "author_email": "remy@remyj.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ], "description": "SimpleQuestion\n==============\n\nThis is a simple python module to ask a yes/no question to the user\n\nInstallation\n------------\n\nUse pip command to install it:\n\n.. code:: bash\n\n pip install simplequestions\n\nUsage\n-----\n\n.. code:: python\n\n from simplequestions import question\n\n answer = question('Do you like it ?', 'n')\n\nAPI description\n---------------\n\n``simplequestions.question(text, default='y')``\n\n Ask a question to the user\n \n Parameters:\n\n :text: The question to the user\n :default: Default answer ('y' or 'n')\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/remyj38/simplequestions", "keywords": "yes no questions", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "SimpleQuestions", "package_url": "https://pypi.org/project/SimpleQuestions/", "platform": "", "project_url": "https://pypi.org/project/SimpleQuestions/", "project_urls": { "Homepage": "https://gitlab.com/remyj38/simplequestions" }, "release_url": "https://pypi.org/project/SimpleQuestions/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Add a function to ask Yes/No questions", "version": "1.0.1" }, "last_serial": 3468427, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5f10f31ef732c2214660b3e5075bae3b", "sha256": "ab875adaa7e581c10cbc5cfd37102932f215dd19892ddd04a31f927d52ccbdc6" }, "downloads": -1, "filename": "SimpleQuestions-1.0.tar.gz", "has_sig": false, "md5_digest": "5f10f31ef732c2214660b3e5075bae3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1237, "upload_time": "2018-01-04T21:55:29", "url": "https://files.pythonhosted.org/packages/fe/10/34f19e96806ce304f6e757f2524d977c61cdc490faca89edad0a9ff8b792/SimpleQuestions-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "4935d1c3f9ea376e24e6f7545f35dbef", "sha256": "b77029afc409a323747ebbaab9e33e0c991b72e307a141777d591f6accce083a" }, "downloads": -1, "filename": "SimpleQuestions-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4935d1c3f9ea376e24e6f7545f35dbef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1340, "upload_time": "2018-01-07T10:51:10", "url": "https://files.pythonhosted.org/packages/78/f6/b4daa4c10e137367d45710a27c72779b5d754e9ad901374007cb773f90a1/SimpleQuestions-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4935d1c3f9ea376e24e6f7545f35dbef", "sha256": "b77029afc409a323747ebbaab9e33e0c991b72e307a141777d591f6accce083a" }, "downloads": -1, "filename": "SimpleQuestions-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4935d1c3f9ea376e24e6f7545f35dbef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1340, "upload_time": "2018-01-07T10:51:10", "url": "https://files.pythonhosted.org/packages/78/f6/b4daa4c10e137367d45710a27c72779b5d754e9ad901374007cb773f90a1/SimpleQuestions-1.0.1.tar.gz" } ] }