Metadata-Version: 2.4
Name: tkzs-config-service-client
Version: 0.1.1
Summary: tkzs config service client,get config or env from Configuration Center
License-File: LICENSE
Requires-Python: >=3.14
Requires-Dist: cryptography>=46.0.7
Requires-Dist: python-dotenv>=1.2.2
Requires-Dist: requests>=2.33.1
Description-Content-Type: text/markdown

# tkzs_config_service
一个简单的配置中心，避免每个项目都需要手动自己配置.env的烦恼，在本地配置环境写死连接密码和公钥，在服务器启动一个go语言服务用于鉴权以及返回文件.env文件。Python客户端请求，从环境变量读取公钥和密码，请求对应接口获取对应.env配置到环境中

go的服务端代码在service中
src下为Python代码
服务端请自行部署。
