Metadata-Version: 1.2
Name: global_logger
Version: 0.3.8
Summary: Based on Python built-in logger, expands it, and provides a global logger to your system. Easy on-screen and/or .log files output setup without pain for Python newcomers. Python 2 and 3 compatible
Home-page: https://github.com/alertua/global_logger
Author: Alexey Rubasheff
Author-email: alexey.rubasheff@gmail.com
License: MIT license
Description: ======================
        Global Logger
        ======================
        
        
        .. image:: https://img.shields.io/pypi/v/global_logger.svg
                :target: https://pypi.python.org/pypi/global_logger
        
        ..
          .. image:: https://readthedocs.org/projects/global-logger/badge/?version=latest
                  :target: https://global-logger.readthedocs.io/en/latest/?badge=latest
                  :alt: Documentation Status
        
        .. image:: https://github.com/ALERTua/global_logger/workflows/Python%20Package/badge.svg?branch=master
                :target: https://github.com/ALERTua/global_logger/actions?query=workflow%3A%22Python+Package%22
        
        
        
        
        Global Logger
        
        Based on Python built-in logger, expands it, and provides a global logger to your system.
        
        * Free software: MIT license
        * Documentation:
            * https://alertua.github.io/global_logger
            * https://global-logger.readthedocs.io / https://global-logger.rtfd.io
        * PyPi modules: https://pypi.org/project/global-logger
        
        Features
        --------
        
        * Easy on-screen logging setup without pain for Python newcomers
        * Easy .log files output setup without pain for Python newcomers
        * Python 2 and 3 compatible
        
        
        =======
        History
        =======
        
        
        0.3.8 (2020-07-13)
        ------------------
        
        * Bugfix
        
        
        0.3.6 (2020-07-01)
        ------------------
        
        * Minor tweaks
        * Bugfix
        
        
        0.3.4 (2020-06-29)
        ------------------
        
        * Documentation update
        * Github Pages setup
        * ReadTheDocs documentation setup
        
        
        0.2.11 (2020-06-28)
        -------------------
        
        * Refactoring
        * Bugfix
        
        
        0.2.6 (2020-06-27)
        ------------------
        
        * GitHub Actions stabilized.
        
        
        0.1.0 (2020-06-23)
        ------------------
        
        * First release on PyPI.
        
Keywords: global_logger
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7
