Metadata-Version: 2.1
Name: annococo
Version: 0.0.2
Summary: 
License: MIT
Author: yumizu
Requires-Python: >=3.8,<=3.12.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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 :: 3.12
Requires-Dist: pydantic (>=2.0.0,<3.0.0)
Description-Content-Type: text/markdown

# AnnoCoco

![Python](https://img.shields.io/pypi/pyversions/annococo.svg?labelColor=5B7282&color=545FE8)
![PyPI](https://img.shields.io/pypi/v/annococo?labelColor=5B7282&color=545FE8)
![License](https://img.shields.io/github/license/yumizzzz/annococo?labelColor=5B7282&color=545FE8)
![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg?labelColor=5B7282&color=545FE8)
![Typing: mypy](https://img.shields.io/badge/typing-mypy-blue?labelColor=5B7282&color=545FE8)

COCO形式のアノテーションデータを操作するためのライブラリです. pycocotoolsに依存せずに同等の機能を提供することを目指しています.

## Install

```bash
pip install annococo
```

## Usage

TBD

