python-jproperties
python-jproperties copied to clipboard
Java Property file parser and writer for Python
`setup.py` is telling setuptools that it needs a version of setuptools_scm not newer than 4.0.0 (`setuptools_scm ~= 3.3.`) However the latest version of setuptools_scm is 6.0.1, so 4.0.0 is quite...
When using the jproperties utility to update the existing properties file. All of the comments in properties files are converting from multiline comments to a single line comment. **Input File**:...
If you read in a properties file with tabs, when written out the tabs will all be written as /t strings, not tabs.
Please add option to split values into multiple lines if the value contains newline characters. This way it's easier for humans to read such file. If you make a change...