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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PyProperties!