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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PyProperties!