pyproperties provides support for properties files in Python. Being written entirely from scratch it is not in any way derived from java.util.Properties.
There are projects which try to mimic j.u.P. This is not one of them.
It can read, parse and store properties files but also provides some more advanced functionality like manipulating comments and type-guessing.
Features
- loading from *.properties files,
- reloading or refreshing loaded file,
- referencing properties in other properties values with $(foo.bar) syntax,
- merging and joining *.properties files,
- storing loaded properties while preserving comments and blank lines,
- securing your actions by providing secure and "working" copy of properties data,
- reliable type conversion of values,
- int, float, str, None and boolean types are supported by conversion mechanism
- capability of adding and removing comments of properties via library methods,
- support for hiding properties,
- detection of grouped properties,
- storing properties created by programs in human-readable way
- multiple types of getters and setters,
- special __include__ instruction for building dynamic properties files,
- exporting to JSON (basic functionality - exports to single-level object),
License
GNU General Public License version 3.0 (GPLv3), GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow PyProperties
Other Useful Business Software
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PyProperties!