Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 732 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 732 Bytes

apyllo

中文

Another python client for ctrip apollo config center, https://github.com/ctripcorp/apollo

Features

  • Canary configurations for client
  • Multiple namespace subscribe
  • Realtime polling and local dump
  • Fallback to local caches while server is unavailable

TODO

  • Watch changes and popout events

Install

Source Code

# git clone git@github.com:Colstuwjx/apyllo.git
# python setup.py install

Pypi

Add one line to your requirements.txt:

git+http://github.com:Colstuwjx/apyllo.git#egg=apyllo

Usage

See examples for detail usage.