Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.33 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.33 KB

pycocotools stubs

PyPI PyPI - Implementation PyPI - Python Version PyPI - Downloads License Linting

Unofficial python stubs for the pycocotools package.

An equivalents stubs is available on typeshed. This stubs are different on two points:

  • They include the docstrings as they are otherwise not available in the IDE (as far as I know).
  • They include numpy typing (not possible to do in typeshed).

Installation

The package is available on pypi here, you can install it with:

pip install pycocotools-stubs