Metadata-Version: 2.1
Name: einput
Version: 0.1
Summary: A input manager
Home-page: https://github.com/LuciferMonao
Author: Lucifer Monao
Author-email: lucifermonao@gmx.com
License: UNKNOWN
Description: # Input Module
        
        This is a simple Python package to quickly handle input commands in python.
        
        Version 0.2: Added support of number_input and yes_or_no, changed the usage of the min_length and max_length to apply to number size instead of stringsize in case of integers and floats.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
