文件名称:iniparser2:INI解析器或Config解析器
文件大小:3KB
文件格式:ZIP
更新时间:2024-03-26 12:26:17
ini-parser iniparser config-parser
iniparser2 INI解析器或配置解析器。 该模块是的改进版本,具有更多功能。 快速开始 如何导入此模块是通过将module文件夹与要执行的主Python文件放在同一目录中。 例如 这是您的目录-> ./main.py ,然后将模块文件夹放在./ <-这里,或者...您可以将其放在.../Python3x/Lib/site-packages/ <-这里,所以您不必将该模块的另一个文件夹放入另一个目录 例子 这些示例用于从属性中获取值 基本例子 test.ini : name =Mike Hawk test.py : from iniparser2 import INI x = INI ( 'test.ini' ) data = x . get () print ( data ) 输出: { 'name' : 'Mike Hawk' } 或使用stream方法 test.
【文件预览】:
iniparser2-main
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(2KB)
----iniparser2()
--------.i want to add new directory so i have to create this file then after it this file will be gone!(1B)