Metadata-Version: 2.1
Name: chariothy-common
Version: 1.2.3
Summary: Common code for myself.
Home-page: https://github.com/chariothy/pycommon.git
Author: Henry TIAN
Author-email: chariothy@gmail.com
License: MIT
Description: ### Python version >= 3.6
        
        ## Common code for myself.
        
        ## Features:
        
        - AppTool class
        
            - Combine config & config_local & config_test (if --test)
            - Act as dict to get config by key (connected by dot), it can be overrited by ENV variable 
            - logger helper (pre-configged email handler)
            - Pre-configged SMTP email client
            - @log annotation.
        
        - Utility functions
            - email helper
            - load & dump json
            - @benchmark annotation
            - OS detector
            - @deprecated annotation
            - get home dir
            - deep merge
            - Get windows folders
            - string alignment for Chinese
            - get dict value by key (connected by dot)
            - now, today
            - random_sleep
        
        - GetCh class
            - input value for multiple platforms
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
