Metadata-Version: 2.5
Name: annofabcli
Version: 1.131.1
Summary: Utility Command Line Interface for AnnoFab
Project-URL: Homepage, https://github.com/kurusugawa-computer/annofab-cli
Project-URL: Repository, https://github.com/kurusugawa-computer/annofab-cli
Project-URL: Bug Tracker, https://github.com/kurusugawa-computer/annofab-cli/issues
Author: Kurusugawa Computer Inc.
License: MIT
License-File: LICENSE
Keywords: annofab,cli
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: annofabapi-3dpc-extensions
Requires-Dist: annofabapi>=1.7.2
Requires-Dist: bokeh>=3.8
Requires-Dist: dictdiffer
Requires-Dist: isodate
Requires-Dist: more-itertools
Requires-Dist: numpy
Requires-Dist: pandas>=2
Requires-Dist: pillow
Requires-Dist: pydantic>=2.12
Requires-Dist: pyquery
Requires-Dist: python-datauri
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: shapely
Requires-Dist: shtab>=1.8
Requires-Dist: ulid-py>=1.1.0
Description-Content-Type: text/markdown

# annofab-cli
[Annofab](https://annofab.com/)のCLI(Command Line Interface)ツールです。

[![PyPI version](https://badge.fury.io/py/annofabcli.svg)](https://badge.fury.io/py/annofabcli)
[![Python Versions](https://img.shields.io/pypi/pyversions/annofabcli.svg)](https://pypi.org/project/annofabcli/)
[![Documentation Status](https://readthedocs.org/projects/annofab-cli/badge/?version=latest)](https://annofab-cli.readthedocs.io/ja/latest/?badge=latest)


* [Annofab](https://annofab.com/)
* [annofab-cliのドキュメント](https://annofab-cli.readthedocs.io/ja/latest/)
* [開発用ドキュメント](https://github.com/kurusugawa-computer/annofab-cli/blob/main/README_for_developer.md)



# 注意
* 作者または著作権者は、ソフトウェアに関してなんら責任を負いません。
* 予告なく互換性のない変更がある可能性をご了承ください。
* Annofabプロジェクトに大きな変更を及ぼすコマンドも存在します。間違えて実行してしまわないよう、注意してご利用ください。


## 廃止予定
https://annofab-cli.readthedocs.io/ja/latest/deprecations.html を参照してください。

## はじめに

以下のコマンドでインストールできます。

```
$ pip install annofabcli
```

動作環境、認証情報の設定、初回の動作確認は、[Getting Started](https://annofab-cli.readthedocs.io/ja/latest/user_guide/getting_started.html)を参照してください。
