Metadata-Version: 1.1
Name: logthing
Version: 1.0.0
Summary: Size based rotating log handler and various log config tools 
Home-page: https://github.com/cltrudeau/logthing
Author: Christopher Trudeau
Author-email: ctrudeau+pypi@arsensa.com
License: MIT
Description: logthing
        ********
        
        Some useful tools for logging.  First of is the SRotHandler, a rotating file
        handler with a size limit.  Second is a series of utilities for configuring
        your logging
        
        Installation
        ============
        
        .. code-block:: bash
        
            $ pip install logthing
        
        Supports
        ========
        
        logthing has been tested with Python 3.6, 3.7, and 3.8
        
        For Python 2 compatible source use version 0.10.1
        
        Docs & Source
        =============
        
        Docs: http://logthing.readthedocs.io/en/latest/
        
        Source: https://github.com/cltrudeau/logthing
        
Keywords: size rotating log handler,log configuration tools
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
