Metadata-Version: 2.1
Name: mailinglogger
Version: 5.1.0
Summary: Enhanced emailing handlers for the python logging package.
Home-page: https://github.com/Simplistix/mailinglogger
Author: Chris Withers
Author-email: chris@simplistix.co.uk
License: MIT
Description: =============
        MailingLogger
        =============
        
        This package contains two handlers for the python logging
        framework that enable important log entries to be sent by email.
        
        This can either be as the entries are logged or as a summary at
        the end of the running process.
        
        The handlers have the following features:
            
        - customisable and dynamic subject lines for emails sent
        
        - emails sent with configurable headers for easy filtering
            
        - flood protection to ensure the number of emails sent is not
          excessive
        
        - support for SMTP servers that require authentication
        
        - configurable log entry filtering
        
        - fully documented and tested
        
Keywords: logging email
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Logging
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: test
Provides-Extra: build
