Metadata-Version: 2.4
Name: task-logging
Version: 0.0.2
Project-URL: Homepage, https://github.com/im-zhong/task-logging
Project-URL: Repository, https://github.com/im-zhong/task-logging
Project-URL: Issues, https://github.com/im-zhong/task-logging/issues
Author-email: zhangzhong <im.zhong@outlook.com>
License-File: LICENSE
Keywords: logging,task
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <4.0,>=3.12
Requires-Dist: pydantic<3.0.0,>=2.10.6
Description-Content-Type: text/markdown

# Task Logging

## Introduction

Task logging is a library for logging in the distributed task-based system.

## Installation

`pip install task-logging`
