Metadata-Version: 2.1
Name: ninstd
Version: 0.1
Summary: A wrapper of Python using only standard libraries.
Home-page: https://github.com/ninfueng/ninstd
Author: Ninnart Fuengfusin
Author-email: ninnart.fuengfusin@yahoo.com
License: UNKNOWN
Description: # ninstd
        A wrapper of Python using only standard libraries. <br>
        This module is designed to be my base requirement of my further modules. <br>
        
        ## To install
        ```
        pip install ninstd
        ```
        
        ## License
        MIT License with some exceptions. <br>
        Please look at comments within the module.
        
        
        ## TODO
        - All.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
