Metadata-Version: 2.1
Name: image_utils_long
Version: 1.0.6
Summary: Python logging handler for Grafana Loki.
Home-page: https://github.com/zhenzi0322/image-utils-long
Author: zhenzi0322
Author-email: zhenzi0322 <82131529@qq.com>
License: MIT
Requires-Python: >=3.9
description-content-type: text/markdown
Description:
 
 ## 简单描述
 
 ```py
 import time
 
 print(time.time())
 ```
 
 asdfasdf
 
 
 ```python
 import mimetypes
 
 # 加载自定义配置文件
 custom_mime = mimetypes.MimeTypes(["my_mime.types"])
 
 # 识别配置文件中的类型
 print(custom_mime.guess_type("README.md"))  # 输出：('text/markdown', None)
 print(custom_mime.guess_type("config.yaml"))  # 输出：('application/x-yaml', None)
 ```
Requires-Dist: Pillow>=9.0.0
