Metadata-Version: 2.1
Name: michaelPanUtilsLib
Version: 0.0.3
Summary: Commonly Used Functions.
Author: chuntong pan
Author-email: panzhang1314@gmail.com
Platform: all
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# 绘制专题图公共库

## 1. 简介

```
该库为风云国际项目绘制专题图功能的优化版，使用一个数据字典，完成对专题图的绘制，同时只使用'pillow', 'michaelPanPrintLib', 'numpy', 'pydantic'四个库，降低了外部库的使用数量，同时边界线上是直接使用图片，提升了绘图速度
```

## 2.具体使用

```
详情见风云国际项目说明文档或者方法说明
```

## 3.作者及联系方式

```
# ***************************************************************
# Maintainers:
#     chuntong pan <panzhang1314@gmail.com>
# Date:
#     2023.12
# ***************************************************************
```

