kaptan:口袋里的配置管理器 源码
开普敦 配置解析器。 安装 $ pip install kaptan 也可以作为软件包在FreeBSD,Debian,Arch Linux和Slackware上使用。 用法 支持的处理程序 字典 json yaml .ini python文件 默认(dict)处理程序 config = kaptan . Kaptan () config . import_config ({ 'environment' : 'DEV' , 'redis_uri' : 'redis://localhost:6379/0' , 'debug' : False , 'pagination' : { 'per_page' : 10 , 'limit' : 20 , } }) print config . get ( "paginati
用户评论