Metadata-Version: 2.1
Name: zaiclient
Version: 4.3.0
Summary: Z.Ai official client SDK.
Home-page: https://github.com/zaikorea/zaiclient-python
License: Proprietary
Author: Z.Ai Inc.
Author-email: tech@zaikorea.org
Requires-Python: >=3.7,<4.0
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pydantic (>=1.7.2,<2.0.0) ; python_version < "3.7"
Requires-Dist: pydantic (>=1.9.0,<2.0.0) ; python_version >= "3.7"
Requires-Dist: requests (>=2.26.0,<3.0.0)
Description-Content-Type: text/markdown

# Z.Ai REST Client for Python

![PyPi](https://img.shields.io/pypi/v/zaiclient?color=blue)  

Z.Ai API를 Python 환경에서 간편하게 이용할 수 있는 REST client SDK입니다.

Python 3.8 이상을 사용하는 것을 권장합니다.



## Documentation

SDK에 대한 documentation은 [ZAiDocs](https://docs.zaikorea.org/)에서 확인 가능합니다.



## Installation

이 SDK는 [PyPI](https://pypi.org/project/zaiclient/) 를 통해 배포되어 있습니다. `pip`를 이용해 설치하실 수 있습니다. 

```bash
pip install zaiclient
```

