def readme():
try:
import pypandoc
description = pypandoc.convert('README.md', 'rst')
except:
description = '''Configuration.py is a library for configuration management in python apps. Its goal is to make
configurations management as human-friendly as possible. It provides a simple `load` function that allows to load
configuration for given environment from any supported formats.'''
return description
评论列表
文章目录