Metadata-Version: 2.1
Name: aiossechat
Version: 0.0.5
Summary: A simple sse implementation with aiohttp, which is specifically designed for chatting with LLM.
Home-page: https://github.com/92MING/aiossechat
Author: 92MING
Author-email: yashin.sd123@yahoo.com.hk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown


build cmd：
 ```python setup.py sdist bdist_wheel```

upload cmd:
 ```twine upload dist/*```

If fail：
 - 不要用powershell，可能複製token錯誤，用cmd
 - 大概率是"file exist", 因為忘了改版本號
