Metadata-Version: 2.3
Name: global-logger
Version: 0.4.7
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
Author: Alexey Rubasheff
Author-email: alexey.rubasheff@gmail.com>
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: colorama (<5) ; python_version < "3"
Requires-Dist: colorama (==0.4.6) ; python_full_version > "3.0.0"
Requires-Dist: colorlog (<5) ; python_version < "3.5"
Requires-Dist: colorlog (==6.8.2) ; python_version >= "3.5"
Requires-Dist: enum34 (==1.1.10) ; python_version < "3.6"
Requires-Dist: future (==1.0.0) ; python_version < "3"
Requires-Dist: pathlib (==1.0.1) ; python_version < "3.4"
Requires-Dist: win-unicode-console (==0.4) ; platform_system == "Windows" and python_version < "3.5"
Requires-Dist: win-unicode-console (>=0.5,<0.6) ; platform_system == "Windows" and python_version >= "3.5"
Description-Content-Type: text/x-rst

======================
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

