Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Oct 12, 2024
1 parent 493bb1a commit 511991b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 511991b

Please sign in to comment.