blob: 98d695ceee78b4a279c2954775f5f244497954da (
plain) (
blame)
1
2
3
4
5
|
This package provides support for reading & writing Java .properties files (both
the simple line-oriented format and XML) with a simple API based on the json
module - though, for recovering Java addicts, it also includes a Properties
class intended to match the behavior of Java 8's java.util.Properties as much as
is Pythonically possible.
|