Metadata-Version: 1.1
Name: tinp
Version: 1.0.0a2
Summary: Library of input functions with type conversion
Home-page: https://github.com/dokelung/tinp
Author: dokelung
Author-email: dokelung@gmail.com
License: MIT
Description: tinp
        #######
        
        Builtinp function ``input`` does not support scan formatted. Also, its return value can only be string. Users should do extra parsing actions and type conversions to get what they want.
        
        This module provides several wrappers of builtin ``input``. They can statisfy above requirements easily.
        
Keywords: input format type
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
