Metadata-Version: 2.1
Name: codyer_agent
Version: 0.0.9
Summary: codyer agent
Home-page: https://github.com/bodongyueqian/codyer_agent
License: Apache 2.0
Author: Chen Li
Author-email: lichenarthurdata@gmail.com
Requires-Python: >=2.7
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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
Requires-Dist: codyer (>=0.0.1)
Project-URL: Repository, https://github.com/bodongyueqian/codyer_agent
Description-Content-Type: text/markdown

# codyer_agent
codyer agent

# 发布pip库
# 在 ～/.pypirc 中配置 username password 之后，poetry config http-basic.pypi __token__ {password}
```shell
poetry build -f sdist
poetry publish
```
