Main Page | Report this Page
Linux Forum Index  »  Linux Announce  »  ANN: easygconf 0.01...
Page 1 of 1    

ANN: easygconf 0.01...

Author Message
Florian Diesch...
Posted: Wed Jul 22, 2009 7:03 pm
Guest
I'm happy to announce easygconf 0.01

Get it at http://www.florian-diesch.de/software/easygconf/


easygconf is a Python module that provids an easy, pythonic way to
access GConf <http://projects.gnome.org/gconf/> through a dict-like
interface.



Example
-------

Quote:
from easygconf import GConfDict
gc=GConfDict('/apps/test-application')

gc['title']
gc['title']='Hello world!'
gc['title']
'Hello world!'

gc['list']=range(3)
gc['list']
(0, 1, 2)

gc.unset('title')
gc.unset('list')
gc['title']
gc['list']

gc.sync()





Florian
--
<http://www.florian-diesch.de/>

##########################################################################
# Send submissions for comp.os.linux.announce to: cola at (no spam) stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
 
 
Page 1 of 1    
All times are GMT - 5 Hours
The time now is Tue Dec 01, 2009 11:47 pm