Metadata-Version: 2.4
Name: coze-coding-utils
Version: 0.2.0
Summary: Utilities for Coze coding client runtime context and helpers.
Project-URL: Homepage, https://code.byted.org/stone/coze-coding-client
Author: Bytedance Stone Team
License: MIT
License-File: LICENSE
Keywords: context,coze,utils
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Requires-Dist: docx2python==3.5.0
Requires-Dist: fastapi==0.121.2
Requires-Dist: langchain-core==1.0.2
Requires-Dist: langchain-openai==1.0.1
Requires-Dist: langchain==1.0.3
Requires-Dist: langgraph-checkpoint==3.0.0
Requires-Dist: langgraph-prebuilt==1.0.2
Requires-Dist: langgraph-sdk==0.2.9
Requires-Dist: langgraph==1.0.2
Requires-Dist: langsmith==0.4.39
Requires-Dist: openpyxl==3.1.5
Requires-Dist: pydantic-core==2.41.4
Requires-Dist: pydantic==2.12.3
Requires-Dist: pypdf==6.4.1
Requires-Dist: python-pptx==1.0.2
Description-Content-Type: text/markdown

# coze-coding-utils

Python utilities for the Coze coding client. Provides a simple runtime `Context` object.

## Installation

```bash
pip install coze-coding-utils
```

## Usage

```python
from coze_coding_utils.runtime_ctx.context import Context

ctx = Context(run_id="r", space_id="s", project_id="p", method="fetchData")
print(ctx.run_id, ctx.method)
```

## Python Version

Requires Python 3.10+.

## License

MIT