Metadata-Version: 2.1
Name: aiologger
Version: 0.6.1
Summary: Asynchronous logging for python and asyncio
Home-page: https://github.com/b2wdigital/aiologger
Author: Diogo Magalhães Martins
Author-email: magalhaesmartins@icloud.com
License: MIT
Project-URL: Documentation, https://aiologger.readthedocs.io/en/latest/
Project-URL: Code, https://github.com/b2wdigital/aiologger
Project-URL: Issue tracker, https://github.com/b2wdigital/aiologger/issues
Description: # aiologger
        
        [![PYPI](https://img.shields.io/pypi/v/aiologger.svg)](http://pypi.python.org/pypi/aiologger)
        [![PYPI Python Versions](https://img.shields.io/pypi/pyversions/aiologger.svg)](http://pypi.python.org/pypi/aiologger)
        [![Build Status](https://travis-ci.org/b2wdigital/aiologger.svg?branch=master)](https://travis-ci.org/b2wdigital/aiologger)
        [![codecov](https://codecov.io/gh/b2wdigital/aiologger/branch/master/graph/badge.svg)](https://codecov.io/gh/b2wdigital/aiologger)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        
        
        # About the Project
        
        The built-in python logger is I/O blocking. This means that using the built-in
        `logging` module will interfere with your asynchronous application performance.
        `aiologger` aims to be the standard Asynchronous non-blocking logging for
        python and asyncio.
        
        
        # Documentation
        
        The project documentation can be found here: https://b2wdigital.github.io/aiologger
        
Keywords: logging json log output
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Logging
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: aiofiles
