# pyapollo **Repository Path**: wunderfly/pyapollo ## Basic Information - **Project Name**: pyapollo - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-14 - **Last Updated**: 2025-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PyApollo - Python Client for Ctrip's Apollo ================ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) 方便Python接入配置中心框架 [Apollo](https://github.com/ctripcorp/apollo) 所开发的Python版本客户端。 Tested with python 2.7 & 3.6 Installation ------------ ``` shell python setup.py install ``` # Features * 实时同步配置 * 灰度配置 # Missing Features * 客户端容灾 # Usage - 启动客户端长连接监听 ``` python client = ApolloClient(app_id=, cluster=, config_server_url=) client.start() ``` - 获取Apollo的配置 ``` client.get_value(Key, DefaultValue) ``` # Contribution * Source Code: https://github.com/filamoon/pyapollo/ * Issue Tracker: https://github.com/filamoon/pyapollo/issues # License The project is licensed under the [Apache 2 license](https://github.com/zouyx/agollo/blob/master/LICENSE). # Reference Apollo : https://github.com/ctripcorp/apollo