Metadata-Version: 1.0
Name: debuggerModule
Version: 0.3
Summary: A package for create debug modules
Home-page: UNKNOWN
Author: Wayne Shang
Author-email: wayne18308@gmail.com
License: MIT
Description: # Python Debug Module
        
        ### Install
        ``` 
        pip install debuggerModule
        ```
        
        ### Example
        ```python
        from debugger import getLogger
        #log filename option
        DEBUG = getLogger('filename')
        DEBUG.INFO("log")
        ```
        
        ### Types
        1. DEBUG.DEBUG: green
        2. DEBUG.INFO: blue
        3. DEBUG.WARNING: yellow
        4. DEBUG.ERROR: red
        5. DEBUG.CRITICAL: bold red
        
        PyPi page: (https://pypi.org/project/debuggerModule/)
        
Keywords: debug
Platform: UNKNOWN
