Metadata-Version: 2.1
Name: xlcocotools
Version: 0.0.9
Summary: pycocotools修改版本
Home-page: https://github.com/code4101/xlcocotools
Author: code4101
Author-email: 877362867@qq.com
Keywords: xlcocotools
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: license.txt

```
pip install xlcocotools
```

官方原项目：[cocodataset/cocoapi: COCO API](https://github.com/cocodataset/cocoapi)

我的修改：

1. 增加"prt"参数，可以选择是否输出中间结果
2. 兼容win、linux的安装

