Skip to content
/ owl Public

Python consul config center for Flask, Gevent, Tornado and AioHTTP

License

Notifications You must be signed in to change notification settings

xtqxk/owl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owl

Owl is a python Consul config center for Tornado, Gevent, Flask and AioHTTP. It supports:

  • reading from remote config systems (Consul), and watching changes
  • auto config value type convert
  • json string value auto decode to config option

It is originally created by XTQXK <xtqxk.kilroy@gmail.com>.

Installation

pip install consul-owl

License

Owl is under Apache 2.0 license. See the LICENSE file for details.