Metadata-Version: 1.1
Name: awesomelog
Version: 1.3.1
Summary: Bootstrap for console and file logging configuration
Home-page: https://github.com/rtogo/awesomelog
Author: Rafael Santos
Author-email: rstogo@outlook.com
License: UNKNOWN
Description: .. raw:: html

        

           <div align="center">

        

        .. raw:: html

        

           </div>

        

        --------------

        

        awesomelog: beatiful console and file logging

        =============================================

        

        What is it

        ----------

        

        awesomelog is a Python package providing good looking console and file

        logging configuration.

        

        AwesomeLog is not a new logging framework, it's only a good looking

        configuration for the bult-in ``logging`` package.

        

        You just import it and move on with your coding.

        

        Example

        -------

        

        .. code:: python

        

            import awesomelog

            import logging

        

            logger = logging.getLogger(__name__)

            logger.info('Log info example')

            logger.debug('Log debug example')

        

        You can also import logging directly from awesomelog:

        

        .. code:: python

        

            from awesomelog import logging

        

        Installation

        ------------

        

        You can install using ``pip``:

        

        ::

        

            pip install awesomelog

        

        License

        -------

        

        MIT

        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
