From 511991be2108797e70b27847315db09b20f30f10 Mon Sep 17 00:00:00 2001 From: chyroc Date: Sat, 12 Oct 2024 20:28:21 +0800 Subject: [PATCH] docs: Update README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5460a99..db367da 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,14 @@ [![PyPI version](https://img.shields.io/pypi/v/cozepy.svg)](https://pypi.org/project/cozepy/) [![codecov](https://codecov.io/github/coze-dev/coze-py/graph/badge.svg?token=U6OKGQXF0E)](https://codecov.io/github/coze-dev/coze-py) -- Supports all Coze open APIs and authentication methods -- Supports both synchronous and asynchronous function calls -- Optimized for streaming interfaces, returning Stream and AsyncStream objects +## Introduction + +The Coze API SDK for Python is a versatile tool for integrating Coze's open APIs into +your projects. +- Supports all Coze open APIs and authentication APIs +- Supports both synchronous and asynchronous SDK calls +- Optimized for streaming apis, returning Stream and AsyncStream objects +- Optimized for list apis, returning Iterator Page objects - Features a simple and user-friendly API design for ease of use ## Requirements