setup.py 文件源码

python
阅读 38 收藏 0 点赞 0 评论 0

项目:configuration.py 作者: Ferroman 项目源码 文件源码
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
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号