Metadata-Version: 2.1
Name: rpycocotools-stubs
Version: 0.0.6
Summary: Package stubs for rpycocotools.
Project-URL: Homepage, https://github.com/hoel-bagard/cocotools-rs/tree/master/rpycocotools-stubs
Project-URL: Bug Tracker, https://github.com/hoel-bagard/cocotools-rs/issues
Author: Bagard Hoel
License: MIT
License-File: LICENSE
Keywords: COCO,COCO dataset
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
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: numpy>=1.21.0
Requires-Dist: typing-extensions>=4.0
Provides-Extra: build
Requires-Dist: hatch; extra == 'build'
Provides-Extra: dev
Requires-Dist: pip-tools; extra == 'dev'
Requires-Dist: pyright; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: flake8
Requires-Dist: flake8-broken-line>=0.6.0; extra == 'flake8'
Requires-Dist: flake8-bugbear<24.0,>=23.3.12; extra == 'flake8'
Requires-Dist: flake8-builtins<3.0,>=2.1.0; extra == 'flake8'
Requires-Dist: flake8-commas<3.0,>=2.1.0; extra == 'flake8'
Requires-Dist: flake8-comprehensions<4.0,>=3.12.0; extra == 'flake8'
Requires-Dist: flake8-docstrings<2.0,>=1.7.0; extra == 'flake8'
Requires-Dist: flake8-import-order>=0.18.2; extra == 'flake8'
Requires-Dist: flake8-noqa<2,>=1.3.1; extra == 'flake8'
Requires-Dist: flake8-pyi>=23.5.0; extra == 'flake8'
Requires-Dist: flake8-pyproject<2,>=1.2.3; extra == 'flake8'
Requires-Dist: flake8-quotes<4,>=3.3.2; extra == 'flake8'
Requires-Dist: flake8<6.0,>=5.0.4; extra == 'flake8'
Requires-Dist: pep8-naming>=0.13.3; extra == 'flake8'
Description-Content-Type: text/markdown

# rpycocotools-stubs
[![PyPI](https://img.shields.io/pypi/v/rpycocotools-stubs?style=flat)](https://pypi.org/project/rpycocotools-stubs)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rpycocotools-stubs?style=flat)](https://pypi.org/project/rpycocotools-stubs)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/rpycocotools-stubs?style=flat-square)](https://pypistats.org/packages/rpycocotools-stubs)
![Linting](https://github.com/hoel-bagard/cocotools-rs/actions/workflows/ci-rpycocotools-stubs.yaml/badge.svg)
[![PyPI - License](https://img.shields.io/pypi/l/rpycocotools-stubs?style=flat)](https://opensource.org/licenses/MIT)


Python stubs for the rpycocotools package

They are available on PyPI [here](https://pypi.org/project/rpycocotools-stubs/) and can be installed with:
```bash
pip install rpycocotools-stubs
```

### TODO:
- Use [mypy's stubtest](https://mypy.readthedocs.io/en/stable/stubtest.html) for CI testing ?
