Metadata-Version: 1.1
Name: KMlogger
Version: 1.0.3
Summary: A Python logging object that provides additional functionality beyond the standard module.
Home-page: https://github.com/kylemede/KMlogger
Author: Kyle Mede
Author-email: kylemede@gmail.com
License: ['GNU GPLv3']
Description: KMlogger
        ========
        
        A Python logging object that provides additional functionality beyond the standard module.
        
        
        Installation Notes
        ==================
        Only uses standardized Python libraries and KMlogger is hosted on PyPi.  Thus, the easiest way to install it is:
         
         $pip install KMlogger
        
        
        License
        -------
        
        Copyright 2016 Kyle Mede and contributors.
        
        KMlogger is free software made available under the GNU GPLv3 license. 
        For details see the license.txt file.
Keywords: logging
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
