pypref

PYthon PREFrences or pypref is a python implementation to creating application's configuration, preferences or settings file and dynamically interacting, updating and pulling them. Most applications have default preferences and in general those are created and stored in a text file (.ini, xml, json, etc).


License
GPL-3.0
Install
pip install pypref==3.3.0

Documentation

pypref

PYthon PREFrences or pypref is a python implementation to creating application's preferences file and dynamically interacting, updating and pulling preferences. Most applications have default settings and preferences and in general those are created and stored in a text file. At some point preferences are pulled and updated by the application and the users. pypref is especially designed to take care of this task automatically and make programing application's preferences more desirable.

Installation

pypref requires:
  • Python (>= 2.7 and >= 3),
Installation using pip:
pip install pypref

Online documentation

http://bachiraoun.github.io/pypref/

Authors and developers