{ "info": { "author": "Cameron McCormack", "author_email": "cam.mac@live.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Clinput\n\nClinput is an importable python package that contains tools to create command line user inputs with data type conversion, syntax checking and customizable error messages. Syntactically, the functions in this package are similar to Python default input function, with a variety of optional arguments to provide customizable performance.\n\n## Contents\n\n1. [Installation](#installation)\n2. [Usage](#usage)\n3. [Documentation](#documentation)\n4. [Contributing](#contributing)\n5. [Testing](#testing)\n6. [License](#license)\n\n## Installation\n\nInstall using `pip`:\n\n```bash\npip install clinput\n```\n\n## Usage\n\nIt is recommended to import each of `single` and `multi` separately (to avoid confusion) as follows:\n\n```python\nimport clinput.single as clis\n\n# example use:\ninput_var = clis.positive(\"Enter a positive number: \")\n```\nor:\n\n```python\nimport clinput.single as clim\n\n# example use:\ninput_vars = clim.positive(\"Enter a list of positive number inputs: \")\n```\n\n## Documentation\n\nDocumentation can be found at [Read the Docs](http://clinput.readthedocs.io/).\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## Testing\n\nTests are run using `pytest`.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)", "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/cameronmccormack/clinput", "keywords": "command line input", "license": "", "maintainer": "", "maintainer_email": "", "name": "clinput", "package_url": "https://pypi.org/project/clinput/", "platform": "", "project_url": "https://pypi.org/project/clinput/", "project_urls": { "Bug Reports": "https://github.com/cameronmccormack/clinput/issues", "Homepage": "https://github.com/cameronmccormack/clinput", "Source": "https://github.com/cameronmccormack/clinput" }, "release_url": "https://pypi.org/project/clinput/1.0.2/", "requires_dist": null, "requires_python": ">=3.5", "summary": "Useful command line input functions with error checking.", "version": "1.0.2" }, "last_serial": 5862784, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d21a9e8c38b89f912e50f1ca006be8e1", "sha256": "f82157b8473cf1625973eb1f75928e2425afed24fadc4d5a27161c02d633ae2d" }, "downloads": -1, "filename": "clinput-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d21a9e8c38b89f912e50f1ca006be8e1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4289, "upload_time": "2019-09-08T11:55:27", "url": "https://files.pythonhosted.org/packages/82/d3/03c32f5f630b4e4f40bbe62a7c2bea8ef5eeb2be1690a0496c834973434b/clinput-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "7c7748326cafc687a798edff7ae25c2a", "sha256": "8bbd183a3318daf920a003d11c8a14a9a31e23328ac647a9c844716fec7fbe93" }, "downloads": -1, "filename": "clinput-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7c7748326cafc687a798edff7ae25c2a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4373, "upload_time": "2019-09-09T17:00:02", "url": "https://files.pythonhosted.org/packages/8e/fd/4b0c05e2d9bc337282377ea04b29167cd102700f61dc58b304b0735253b3/clinput-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "b5bea762bc67ec6556316ab442ca08b8", "sha256": "981081123ad02fe53721aa4484bda626e01cb34f4959a23aefcd89431aa6433c" }, "downloads": -1, "filename": "clinput-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b5bea762bc67ec6556316ab442ca08b8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4353, "upload_time": "2019-09-20T14:57:45", "url": "https://files.pythonhosted.org/packages/50/d8/5825243f132d8a80bee9063ca22d87c6bdbb55a0c47f2b3518556339261c/clinput-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b5bea762bc67ec6556316ab442ca08b8", "sha256": "981081123ad02fe53721aa4484bda626e01cb34f4959a23aefcd89431aa6433c" }, "downloads": -1, "filename": "clinput-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b5bea762bc67ec6556316ab442ca08b8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4353, "upload_time": "2019-09-20T14:57:45", "url": "https://files.pythonhosted.org/packages/50/d8/5825243f132d8a80bee9063ca22d87c6bdbb55a0c47f2b3518556339261c/clinput-1.0.2.tar.gz" } ] }