Metadata-Version: 2.1
Name: logop
Version: 1.3.4
Summary: This is a lightweight and scalable Python logging library.
Home-page: https://github.com/numlinka/pylogop
Author: numlinka
Author-email: numlinka@163.com
License: MIT
Description: # pylogop
        
        A lightweight Python logging library.\
        一个轻量级的 Python 日志库。
        
        The preferred way to install logop is via pip.\
        安装 logop 的首选方法是通过 pip。
        
        ```shell
        pip install logop
        ```
        
        To upgrade logop to the latest version, use the following command.\
        要将 logop 升级到最新版本，请使用以下命令。
        
        ```shell
        pip install --upgrade logop
        ```
        
        For detailed documentation, please refer to link: [pylogop](https://docs.numlinka.com/en/pylogop).\
        详细文档请参阅：[pylogop](https://docs.numlinka.com/pylogop)。
        
        ---
        
        This project is licensed under the MIT License.\
        该项目使用 MIT 许可证授权。
        
        pylogop Copyright (C) 2022 numlinka.
        
Keywords: sample,extensible,logging
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
