# 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://github.com/async-worker/aiologger/actions/workflows/main.yaml/badge.svg?branch=main)](https://github.com/async-worker/aiologger/actions/workflows/main.yaml)
[![Maintainability](https://api.codeclimate.com/v1/badges/122a3696a749ed04a972/maintainability)](https://codeclimate.com/github/async-worker/aiologger/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/122a3696a749ed04a972/test_coverage)](https://codeclimate.com/github/async-worker/aiologger/test_coverage)
[![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://async-worker.github.io/aiologger/
Raw data
{
"_id": null,
"home_page": "https://github.com/b2wdigital/aiologger",
"name": "aiologger",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "logging json log output",
"author": "Diogo Magalh\u00e3es Martins",
"author_email": "magalhaesmartins@icloud.com",
"download_url": "https://files.pythonhosted.org/packages/76/a8/ca4c00b319b877d29aa792cdd4ae3fb2a9f57268d94708a637abe9ae58c5/aiologger-0.7.0.tar.gz",
"platform": null,
"description": "# aiologger\n\n[![PYPI](https://img.shields.io/pypi/v/aiologger.svg)](http://pypi.python.org/pypi/aiologger)\n[![PYPI Python Versions](https://img.shields.io/pypi/pyversions/aiologger.svg)](http://pypi.python.org/pypi/aiologger)\n[![Build Status](https://github.com/async-worker/aiologger/actions/workflows/main.yaml/badge.svg?branch=main)](https://github.com/async-worker/aiologger/actions/workflows/main.yaml)\n[![Maintainability](https://api.codeclimate.com/v1/badges/122a3696a749ed04a972/maintainability)](https://codeclimate.com/github/async-worker/aiologger/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/122a3696a749ed04a972/test_coverage)](https://codeclimate.com/github/async-worker/aiologger/test_coverage)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\n\n# About the Project\n\nThe built-in python logger is I/O blocking. This means that using the built-in\n`logging` module will interfere with your asynchronous application performance.\n`aiologger` aims to be the standard Asynchronous non-blocking logging for\npython and asyncio.\n\n\n# Documentation\n\nThe project documentation can be found here: https://async-worker.github.io/aiologger/",
"bugtrack_url": null,
"license": "MIT",
"summary": "Asynchronous logging for python and asyncio",
"version": "0.7.0",
"project_urls": {
"Code": "https://github.com/b2wdigital/aiologger",
"Documentation": "https://aiologger.readthedocs.io/en/latest/",
"Homepage": "https://github.com/b2wdigital/aiologger",
"Issue tracker": "https://github.com/b2wdigital/aiologger/issues"
},
"split_keywords": [
"logging",
"json",
"log",
"output"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "76a8ca4c00b319b877d29aa792cdd4ae3fb2a9f57268d94708a637abe9ae58c5",
"md5": "9e9730ac4e5d1346deec60ba3d244044",
"sha256": "7a4d5c91b836b61e842a791071786a3d80d6b6fa46fb8fd8e73391253ecb72ac"
},
"downloads": -1,
"filename": "aiologger-0.7.0.tar.gz",
"has_sig": false,
"md5_digest": "9e9730ac4e5d1346deec60ba3d244044",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 20485,
"upload_time": "2022-10-05T01:03:22",
"upload_time_iso_8601": "2022-10-05T01:03:22.199432Z",
"url": "https://files.pythonhosted.org/packages/76/a8/ca4c00b319b877d29aa792cdd4ae3fb2a9f57268d94708a637abe9ae58c5/aiologger-0.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-10-05 01:03:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "b2wdigital",
"github_project": "aiologger",
"github_not_found": true,
"lcname": "aiologger"
}