Metadata-Version: 2.1
Name: simplepy
Version: 1.2.0
Summary: Python General Toolkit Collection
Home-page: https://github.com/fovegage/python-common-utils
Author: fovegage
Author-email: fovegage@gmail.com
License: UNKNOWN
Description: # -*- coding: utf-8 -*-
        <div align="center">
        
        ## simplepy
        
        **Python Common tools collection**
        
        
        </div>
        
        <br>
        
        ### String generation
        `from python-common-utils import String`
        
        - Signature generation
        
        - Random string generation
        ```
        String(8) ---> 0xZ2U}`2
        ```
        
        ### File formatting
        
        - Csv pretreatment
        
        ### Format conversion
        
        - yaml
        - xml to dict
        - dict to xml
        
        ### Date processing
        
        - date
        - datetime
        
        ### History
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
