Metadata-Version: 1.1
Name: apollo-client
Version: 0.8.5
Summary: a client for apollo
Home-page: UNKNOWN
Author: Lin Luo / Bruce Liu
Author-email: 15869300264@163.com
License: UNKNOWN
Description: 
        apollo 常用工具包
        用于python项目连接携程apollo
        For python project to get configuration from ctrip apollo
        
        使用方式 / usage：
        client = ApolloClient(app_id='bruce_test', config_server_url='http://106.12.25.204:8080')
        client.start()
        
        a = client.get_value('a')
        
        提供自动热更新，可以在初始化ApolloClient时，设置更新的频率，默认5分钟更新
        提供本地配置缓存以及服务异常监听
        Automatic update is provided. When the Apollo client is initialized, the update frequency can be set.
        The default is 5 minutes
        Provide local configuration cache and service exception monitoring
        
        11/24/2019 Bruce  0.8.2   优化本地缓存的存储方式
        1/4/2020   Bruce  0.8.4   修复文件读取异常的bug
        3/24/2020  [prchen](https://github.com/prchen) 0.8.5   修复安装过程中requests模块依赖的问题
        
        
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
