Metadata-Version: 2.1
Name: reggol
Version: 0.2.0
Summary: Reggol is a convenience layer over python's logging module.
Home-page: https://github.com/roboy/ravestate
Author: Roboy
Author-email: info@roboy.org
License: UNKNOWN
Description: 
        ### Reggol is your weird best friend when it comes to logging.
        
        ## Usage
        
        It takes away some arguments frome your command line args; namely
        `--loglevel` and `--logpath`.
        
        You may use `reggol.help_string()` to append reggols
        argument help to your own command line.
        
        Use `reggol.get_logger()` in any of your code files for some powerful,
        beautiful synced console-file logging. Woah!
        
        ## What else to say
        
        ### Happy logging!
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
