Metadata-Version: 2.4
Name: ocrd-fork-pycocotools
Version: 2.0.8
Summary: Official APIs for the MS-COCO dataset
Home-page: https://github.com/ppwwyyxx/cocoapi
License: FreeBSD
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: matplotlib>=2.1.0
Requires-Dist: numpy
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# pycocotools

This is a fork of the original [cocoapi](https://github.com/cocodataset/cocoapi), with bug fixes and packaging improvements.

This is also the source of the pypi package `ocrd-fork-pycocotools`, available for download at [pypi](https://pypi.org/project/ocrd-fork-pycocotools/).

Changes in this fork include:
* Add CircleCI tests
* Support pip-installation correctly
* Support windows
* Don't import matplotlib unless needed
* Close file handle after openning
* Fix a small bug in rleToBbox
* Fix a segfault in RLE decoding
* Fix deprecated usage of other libraries
* [Allow setting `maxDets` freely](https://github.com/ppwwyyxx/cocoapi/pull/7)

For compatibility, we will not make any API changes or non-bug behavior changes to the existing APIs of the official cocoapi.

## Instructions for maintainers: to build a sdist package:
```
python -m build --sdist ./PythonAPI
```
