Tblue / python-jproperties

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

Using collections.abc when python3 #10

Closed dineshtrivedi closed 3 years ago

dineshtrivedi commented 4 years ago

closes #7

christian-semalytix commented 3 years ago

This is becoming more urgent as with python 3.10, the old import will stop working. If this project is still alive, I would urge to merge this PR soonish.

NargiT commented 3 years ago

I really hope this project is not dead. we work in a java environment and java apps use .properties all the time.

Tblue commented 3 years ago

Merged, apologies for the delay!

NargiT commented 3 years ago

Thanks ! no more warnings 🎉