# nginx-error-log
Nginx error log parser.
[![License](https://img.shields.io/pypi/l/nginx-error-log.svg)](https://github.com/madsmtm/nginx-error-log/blob/master/LICENSE.txt)
![Supported Python Versions](https://img.shields.io/pypi/pyversions/nginx-error-log.svg)
![Implementations](https://img.shields.io/pypi/implementation/nginx-error-log.svg)
![Project Status](https://img.shields.io/pypi/status/nginx-error-log.svg)
[![Version](https://img.shields.io/pypi/v/nginx-error-log.svg)](https://pypi.org/project/nginx-error-log/)
[![Build Status](https://travis-ci.com/madsmtm/nginx-error-log.svg)](https://travis-ci.com/madsmtm/nginx-error-log)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
This project provides a clean parsing of nginx error logs, produced by the
[`error_log`](https://nginx.org/en/docs/ngx_core_module.html#error_log) directive (not
access logs). The implementation is based on
[this](https://stackoverflow.com/a/26125951) stackoverflow answer.
## Installation
```sh
pip install nginx-error-log
```
## License
MIT, see `LICENSE.txt`.
Raw data
{
"_id": null,
"home_page": "https://github.com/madsmtm/nginx-error-log/",
"name": "nginx-error-log",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.6",
"maintainer_email": null,
"keywords": "Nginx Error Log Parser error_log",
"author": "Mads Marquart",
"author_email": "madsmtm@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/56/d1/a10d3c4fedf315d02f39c3b27de6ceb901d5103e3902952f2fd8582a5271/nginx_error_log-0.1.1.tar.gz",
"platform": null,
"description": "# nginx-error-log\nNginx error log parser.\n\n[![License](https://img.shields.io/pypi/l/nginx-error-log.svg)](https://github.com/madsmtm/nginx-error-log/blob/master/LICENSE.txt)\n![Supported Python Versions](https://img.shields.io/pypi/pyversions/nginx-error-log.svg)\n![Implementations](https://img.shields.io/pypi/implementation/nginx-error-log.svg)\n![Project Status](https://img.shields.io/pypi/status/nginx-error-log.svg)\n[![Version](https://img.shields.io/pypi/v/nginx-error-log.svg)](https://pypi.org/project/nginx-error-log/)\n[![Build Status](https://travis-ci.com/madsmtm/nginx-error-log.svg)](https://travis-ci.com/madsmtm/nginx-error-log)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\nThis project provides a clean parsing of nginx error logs, produced by the\n[`error_log`](https://nginx.org/en/docs/ngx_core_module.html#error_log) directive (not\naccess logs). The implementation is based on\n[this](https://stackoverflow.com/a/26125951) stackoverflow answer.\n\n\n## Installation\n```sh\npip install nginx-error-log\n```\n\n\n## License\nMIT, see `LICENSE.txt`.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Nginx error log parser.",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/madsmtm/nginx-error-log/",
"Repository": "https://github.com/madsmtm/nginx-error-log/"
},
"split_keywords": [
"nginx",
"error",
"log",
"parser",
"error_log"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "95a58e37381e177964d6db6845e6e569c8301a654e7a844de4c2a241e475de48",
"md5": "5214813fbc316208722a0c54b9e8d53d",
"sha256": "b25340eb2ab64c0a3a9a54ae4a1e3c13d674dd2e450b12ba1aafd2e91ac787fb"
},
"downloads": -1,
"filename": "nginx_error_log-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5214813fbc316208722a0c54b9e8d53d",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": "~=3.6",
"size": 4992,
"upload_time": "2024-10-28T12:39:40",
"upload_time_iso_8601": "2024-10-28T12:39:40.559593Z",
"url": "https://files.pythonhosted.org/packages/95/a5/8e37381e177964d6db6845e6e569c8301a654e7a844de4c2a241e475de48/nginx_error_log-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "56d1a10d3c4fedf315d02f39c3b27de6ceb901d5103e3902952f2fd8582a5271",
"md5": "0b0cb476c10a79b37ec394d33194600d",
"sha256": "57ad7dff73317a88c80757ede454b87d41fb3d7f0fe2fb32282bbf00994909c4"
},
"downloads": -1,
"filename": "nginx_error_log-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "0b0cb476c10a79b37ec394d33194600d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.6",
"size": 10972,
"upload_time": "2024-10-28T12:39:42",
"upload_time_iso_8601": "2024-10-28T12:39:42.208060Z",
"url": "https://files.pythonhosted.org/packages/56/d1/a10d3c4fedf315d02f39c3b27de6ceb901d5103e3902952f2fd8582a5271/nginx_error_log-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-28 12:39:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "madsmtm",
"github_project": "nginx-error-log",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"lcname": "nginx-error-log"
}