Metadata-Version: 2.1
Name: starchain-python-sdk
Version: 0.0.3
Summary: This is a Python library to facilitate the usage of opencsg starchain
Home-page: https://git-devops.opencsg.com/product/starchain/starchain-python
Author: dapenglee
Author-email: xxxx@163.com
Project-URL: Bug Tracker, https://git-devops.opencsg.com/product/starchain/starchain-python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Requires-Dist: annotated-types==0.6.0
Requires-Dist: anyio==3.7.1
Requires-Dist: certifi==2023.11.17
Requires-Dist: charset-normalizer==3.3.2
Requires-Dist: exceptiongroup==1.1.3
Requires-Dist: h11==0.12.0
Requires-Dist: httpcore==0.15.0
Requires-Dist: httpx==0.23.0
Requires-Dist: idna==3.4
Requires-Dist: pydantic==2.4.2
Requires-Dist: pydantic_core==2.10.1
Requires-Dist: requests==2.31.0
Requires-Dist: rfc3986==1.5.0
Requires-Dist: six==1.16.0
Requires-Dist: sniffio==1.3.0
Requires-Dist: socksio==1.0.0
Requires-Dist: typing_extensions==4.8.0
Requires-Dist: urllib3==2.1.0

# Starchain python SDK
```
from opencsg.rest import StarChain
client = StarChain(api_key="", timeout=60)
res = client.chatflows.run(id="ef12ea98-14c1-4f36-bced-9297c5d6d41f", message={"question": "Hey, how are you?"})
```
