{ "info": { "author": "Phillip M. Feldman", "author_email": "Phillip.M.Feldman@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "This module defines several general-purpose functions:\r\n\r\n- The functions `get_bool`, `get_int`, `get_float`, and `get_str` facilitate the\r\nreading interactive input from the command line, with type checks and optional\r\nvalue checks on the user input. (The Python Standard Library provides a rather\r\nminimal capability for reading command-line input).\r\n\r\n- The function `make_check` generates a function as its output; the generated\r\nfunction tests a value against an arbitrary condition, and can be passed to any\r\nof the above command-line input functions.\r\n\r\n- The function `str2int` converts a string to an integer, with somewhat more\r\nflexible rules for input formatting than those imposed by Python's `int`\r\nfunction.", "description_content_type": null, "docs_url": null, "download_url": "http://phillipmfeldman.org/Python/index.html", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://phillipmfeldman.org", "keywords": "command-line input,type checking,value checking", "license": "MIT License", "maintainer": "Phillip M. Feldman", "maintainer_email": "Phillip.M.Feldman@gmail.com", "name": "command_line_input", "package_url": "https://pypi.org/project/command_line_input/", "platform": "Windows and Linux", "project_url": "https://pypi.org/project/command_line_input/", "project_urls": { "Download": "http://phillipmfeldman.org/Python/index.html", "Homepage": "http://phillipmfeldman.org" }, "release_url": "https://pypi.org/project/command_line_input/1.0/", "requires_dist": null, "requires_python": null, "summary": "functions for reading command-line input with type checking and optional value checking", "version": "1.0" }, "last_serial": 575065, "releases": { "1.0": [] }, "urls": [] }