| Name | rspylog JSON |
| Version |
0.1.6
JSON |
| download |
| home_page | None |
| Summary | A light python package for advanced python log system. |
| upload_time | 2025-02-04 12:04:35 |
| maintainer | None |
| docs_url | None |
| author | Reza Shirazi |
| requires_python | <4.0,>=3.11 |
| license | MIT |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# Advanced Logs
`rspylog` is a lightweight Python package designed to provide an advanced logging system. It allows you to log messages and events both locally and remotely using a configurable API. You can log messages in different levels (info, debug, warning, error) and have them stored or printed depending on your configuration.
## Features
- **Remote Logging**: Send logs to a remote logging service via an API with retries and exponential backoff.
- **Custom Handlers**: Supports console logging and file-based logging using rotating file handlers.
- **Flexible Configuration**: Easily configure logging behavior (e.g., log levels, API keys, etc.) via a Singleton `Config` class.
- **Celery Mode Support**: Special logging configuration for Celery tasks.
- **Custom Formatting**: Custom log message formatting with support for additional details in the logs.
## Installation
You can install the package directly with pip.
```bash
pip install rspylog
```
Raw data
{
"_id": null,
"home_page": null,
"name": "rspylog",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.11",
"maintainer_email": null,
"keywords": null,
"author": "Reza Shirazi",
"author_email": "itreza7@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c6/c7/a8eff920dbb13e571a2178b5ada9fd70189eaacb527d3181c76ead05a3ac/rspylog-0.1.6.tar.gz",
"platform": null,
"description": "# Advanced Logs\n\n`rspylog` is a lightweight Python package designed to provide an advanced logging system. It allows you to log messages and events both locally and remotely using a configurable API. You can log messages in different levels (info, debug, warning, error) and have them stored or printed depending on your configuration.\n\n## Features\n\n- **Remote Logging**: Send logs to a remote logging service via an API with retries and exponential backoff.\n- **Custom Handlers**: Supports console logging and file-based logging using rotating file handlers.\n- **Flexible Configuration**: Easily configure logging behavior (e.g., log levels, API keys, etc.) via a Singleton `Config` class.\n- **Celery Mode Support**: Special logging configuration for Celery tasks.\n- **Custom Formatting**: Custom log message formatting with support for additional details in the logs.\n\n## Installation\n\nYou can install the package directly with pip.\n\n```bash\npip install rspylog\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A light python package for advanced python log system.",
"version": "0.1.6",
"project_urls": {
"Repository": "https://github.com/itreza7/rspylog"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "55b67bd5028495c151c4c2d3014c7d181d5ca3abae58885efd384b7bf5d5ed4b",
"md5": "ccd3e69b568e018eb17f5776791c87b0",
"sha256": "4609d32e30b8ce01765aa2795882837ea0a6cee1220ff29f8829c8400f103401"
},
"downloads": -1,
"filename": "rspylog-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ccd3e69b568e018eb17f5776791c87b0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.11",
"size": 4703,
"upload_time": "2025-02-04T12:04:34",
"upload_time_iso_8601": "2025-02-04T12:04:34.051069Z",
"url": "https://files.pythonhosted.org/packages/55/b6/7bd5028495c151c4c2d3014c7d181d5ca3abae58885efd384b7bf5d5ed4b/rspylog-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c6c7a8eff920dbb13e571a2178b5ada9fd70189eaacb527d3181c76ead05a3ac",
"md5": "b68f913ab153c5ac854990656467cffd",
"sha256": "e87665e083e789258a329ee82937c931adb3fdea021e078ba9186f2e4c03e3c4"
},
"downloads": -1,
"filename": "rspylog-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "b68f913ab153c5ac854990656467cffd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.11",
"size": 3016,
"upload_time": "2025-02-04T12:04:35",
"upload_time_iso_8601": "2025-02-04T12:04:35.533937Z",
"url": "https://files.pythonhosted.org/packages/c6/c7/a8eff920dbb13e571a2178b5ada9fd70189eaacb527d3181c76ead05a3ac/rspylog-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-04 12:04:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "itreza7",
"github_project": "rspylog",
"github_not_found": true,
"lcname": "rspylog"
}