Tblue / python-jproperties

Java Property file parser and writer for Python
https://pypi.org/project/jproperties/
Other
31 stars 13 forks source link

python 3 compatibility, and simple tests #1

Closed tboz203 closed 5 years ago

tboz203 commented 8 years ago

I needed a python3 library for java properties, and yours looked the furthest along. I've added a dependency for six to make the 2/3 compatibility easier, and added a few more tests in. I'm not certain I've got the strings/bytes/unicode bit quite right, but all the tests are passing. Please let me know what you think!

rgbkrk commented 7 years ago

@Tblue what do you think? I'd love to see a python 3 version of this package so we can use it for some ipython/jupyter related work.

dmvieira commented 6 years ago

Hey guys, Is it working?

rgbkrk commented 6 years ago

This package may need to be forked and shipped under a new name, the maintainer seems busy.

dmvieira commented 6 years ago

I tried here, but tests are not passing: https://github.com/globocom/pyjproperties Help needed there

Tblue commented 5 years ago

Sorry, it took me way too long to merge this! Thank you very much for your work, @tboz203!