{ "info": { "author": "Prashant Sengar", "author_email": "prashantsengar5@hotmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "https://github.com/yoptgyo/get_input\nAuthor: Prashant Sengar\nAuthor email: prashantsengar5@hotmail.com\n\n# get_input\nPython module to take input of a defined data type from user\n\n\n# How to use\n\n\n```python\n\nimport get_input\n\nreturn_value = get_input.input(prompt, data_type)\n```\n\n\n\n\n## Data types which can be used:\n\n -'int' for integer\n -'str' for string\n\n -'float' for float values\n\n\n\n\n# Example code\n\n`integer_value = get_input.input(\"Please enter a number: \", 'int')`\n\n\n\n```python\n\n>>> Please enter a number: hello\n\n>>> Please enter an integer value.\n\n>>> Please enter a number: 5.0\n\n>>> Please enter an integer value.\n\n>>> Please enter a number: 5\n\n>>>\n\n```\n\n\n\n--It will ask the user to enter an integer value and will wait till an integer value is returned--\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yoptgyo/get_input", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "get-input", "package_url": "https://pypi.org/project/get-input/", "platform": "", "project_url": "https://pypi.org/project/get-input/", "project_urls": { "Homepage": "https://github.com/yoptgyo/get_input" }, "release_url": "https://pypi.org/project/get-input/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "This package allows program to get data iput of a specific type without giving errors", "version": "0.0.1" }, "last_serial": 4179426, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f5af6769e5740e44f1548bf17962787e", "sha256": "061a839c3f4675ceb22b2addf5012b398bc717001c973d11d47c12e6f7ec9005" }, "downloads": -1, "filename": "get_input-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f5af6769e5740e44f1548bf17962787e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1685, "upload_time": "2018-08-17T09:06:01", "url": "https://files.pythonhosted.org/packages/81/29/c94fd2d4d19fe5b9e884145be5b18794da6e73226b08500e2d39b552dac0/get_input-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6491f86fe6472643c5504c27026f3c84", "sha256": "7c97bd206afe136d8f208750deba3743fa29ef6da986d73862b2f92933d20439" }, "downloads": -1, "filename": "get_input-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6491f86fe6472643c5504c27026f3c84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1457, "upload_time": "2018-08-17T09:06:03", "url": "https://files.pythonhosted.org/packages/db/97/853e226bb0afa1b45c85da6f23524d62b6f95654d5afd4bfed0622469f37/get_input-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f5af6769e5740e44f1548bf17962787e", "sha256": "061a839c3f4675ceb22b2addf5012b398bc717001c973d11d47c12e6f7ec9005" }, "downloads": -1, "filename": "get_input-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f5af6769e5740e44f1548bf17962787e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1685, "upload_time": "2018-08-17T09:06:01", "url": "https://files.pythonhosted.org/packages/81/29/c94fd2d4d19fe5b9e884145be5b18794da6e73226b08500e2d39b552dac0/get_input-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6491f86fe6472643c5504c27026f3c84", "sha256": "7c97bd206afe136d8f208750deba3743fa29ef6da986d73862b2f92933d20439" }, "downloads": -1, "filename": "get_input-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6491f86fe6472643c5504c27026f3c84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1457, "upload_time": "2018-08-17T09:06:03", "url": "https://files.pythonhosted.org/packages/db/97/853e226bb0afa1b45c85da6f23524d62b6f95654d5afd4bfed0622469f37/get_input-0.0.1.tar.gz" } ] }