Metadata-Version: 1.1
Name: KMlogger
Version: 1.0.0
Summary: A Python logging object that provided 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
        ========
        
        .. image:: https://travis-ci.org/kylemede/KMlogger.svg?branch=master
           :target: https://travis-ci.org/kylemede/KMlogger.svg?branch=master
         
        A Python logging object that provided additional functionality beyond the standard module.
        
        
        Installation Notes
        ==================
        Currently KMlogger does not need installation directions.  Just copy the 
        module and use it.  The dependencies are all reasonably standard python libraries.
        
        
        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.
        
        ---------
        
        .. :changelog:
        
        1.0.0 (2016-02-13)
        ++++++++++++++++++
        
        - Initial release.
Keywords: logging
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
