Properties file in python (similar to Java Properties)

后端 未结 25 2792
故里飘歌
故里飘歌 2020-11-29 17:41

Given the following format (.properties or .ini):

propertyName1=propertyValue1
propertyName2=propertyValue2
...
propertyNam         


        
25条回答
  •  温柔的废话
    2020-11-29 18:20

    Here is link to my project: https://sourceforge.net/projects/pyproperties/. It is a library with methods for working with *.properties files for Python 3.x.

    But it is not based on java.util.Properties

提交回复
热议问题