Metadata-Version: 2.1
Name: ValidateInput
Version: 0.0.1
Summary: A module that validates whether the input text is a string or an integer
Home-page: https://github.com/6outtaTen/validateInput
Author: 6outtaTen
Author-email: jacol.mucha@gmail.com
License: UNKNOWN
Description: This module contains 2 functions for user to use. It allows the user to validate whether the input is a string or an integer.
            Both functions have default values for the prompt text and the error message. These can be set while calling any function from the module. 
            These functions keep asking for the input and only finish when the input is correct. They of course return the input which can be assigned to a variable.
            To correctly import this module: from ValidateInput import ValidateInput
            Then you'll be able to access 2 functions: ValidateInput.validate_str() and ValidateInput.validate_int()
            
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
