Metadata-Version: 2.4
Name: cu-cli-core
Version: 0.1.0b1
Summary: Framework-neutral command contracts and operations for Azure Content Understanding CLIs.
Author: Microsoft Corporation
License: MIT
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: azure-ai-contentunderstanding>=1.2.0b3
Requires-Dist: jsonschema>=4.18
Requires-Dist: referencing>=0.30
Provides-Extra: dev
Requires-Dist: pytest>=7.4; extra == "dev"
Requires-Dist: pytest-cov>=4.1; extra == "dev"
Requires-Dist: mypy<2,>=1.8; extra == "dev"
Requires-Dist: ruff<0.16,>=0.5; extra == "dev"

# CU CLI Core

`cu-cli-core` is an implementation dependency shared by official Azure Content
Understanding command-line frontends. Install
[`cu-cli`](https://pypi.org/project/cu-cli/) instead.

Direct use of this package is unsupported. Its contracts may change between
compatible CU CLI releases.
