摘要:
munch 取代python字典 作者:elfin 这个munch库主要是改变了字典取值的方式,它支持munch字典使用属性取值的方式进行取值。 Top Bottom 一、生成Munch对象 假如我们有如下的字典对象 elfin = { "age": 18, "education": "master 阅读全文
摘要:
anyconfig配置文件读取 作者:elfin 参考资料来源:anyconfig anyconfig是一个关于加载 、保存配置文件的python库。 项目的地址:https://github.com/ssato/python-anyconfig anyconfig文档地址:https://pyth 阅读全文