easygconf

dict-like API for GConf
Download

easygconf Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Florian Diesch
  • Publisher web site:
  • http://www.florian-diesch.de/software/pdfrecycle/

easygconf Tags


easygconf Description

dict-like API for GConf easygconf is a module that provids an easy, pythonic way to access GConf through a dict-like interface.Example:>>> from easygconf import GConfDict>>> gc=GConfDict('/apps/test-application')>>>>>> gc>>> gc='Hello world!'>>> gc'Hello world!'>>>>>> gc=range(3)>>> gc(0, 1, 2)>>>>>> gc.unset('title')>>> gc.unset('list')>>> gc>>> gc>>>>>> gc.sync() Requirements: · Python


easygconf Related Software