Metadata-Version: 2.1
Name: pycocotools-stubs
Version: 0.0.2
Summary: Unofficial stubs for the pycocotools package.
Project-URL: Homepage, https://github.com/hoel-bagard/pycocotools-stubs
Project-URL: Bug Tracker, https://github.com/hoel-bagard/pycocotools-stubs/issues
Author: Bagard Hoel
License: MIT
License-File: LICENSE
Keywords: pycocotools,stubs
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Requires-Dist: pycocotools>=2.0.6
Provides-Extra: build
Requires-Dist: hatch; extra == 'build'
Provides-Extra: dev
Requires-Dist: pip-tools; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pyright; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# pycocotools stubs

[![PyPI](https://img.shields.io/pypi/v/pycocotools-stubs?color=green&style=flat)](https://pypi.org/project/pycocotools-stubs)
[![PyPI - Implementation](https://img.shields.io/pypi/implementation/pycocotools-stubs?style=flat)](https://pypi.org/project/pycocotools-stubs)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pycocotools-stubs?style=flat)](https://pypi.org/project/pycocotools-stubs)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/pycocotools-stubs?style=flat-square)](https://pypistats.org/packages/pycocotools-stubs)
[![License](https://img.shields.io/pypi/l/pycocotools-stubs?style=flat)](https://opensource.org/licenses/MIT)
![Linting](https://github.com/hoel-bagard/pycocotools-stubs/actions/workflows/pre-commit.yaml/badge.svg)


Unofficial python stubs for the pycocotools package.

An equivalents stubs is available on [typeshed](https://github.com/python/typeshed/tree/main/stubs/pycocotools) (and therefore [pypi](https://pypi.org/project/pycocotools/)).\
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

```
pip install pycocotools-stubs
```
