{ "info": { "author": "Florian Diesch", "author_email": "devel@florian-diesch.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: X11 Applications :: Gnome", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Natural Language :: German", "Operating System :: Unix", "Programming Language :: Python", "Topic :: Desktop Environment :: Gnome", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "easygconf provids an easy, pythonic way to access `GConf `__ through a dict-like interface.\n\nExample\n-------\n::\n\n from easygconf import GConfDict\n import gtk\n\n\n key = 'test'\n gc=GConfDict('/apps/easygconftest')\n\n print \"%s is %s\"%(key, gc[key])\n gc[key] = 'foo'\n print \"Now %s is %s\"%(key, gc[key])\n\n\n def callback (key, value, gconfdict, id, args):\n\tprint \"%s changed to %s\"%(key, value)\n\n gc.add_listener('test', callback)\n try:\n\tgtk.main()\n except KeyboardInterrupt:\n\tpass\n gc.unset('test')", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.florian-diesch.de/software/easygconf/", "keywords": "gconf gnome", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "easygconf", "package_url": "https://pypi.org/project/easygconf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/easygconf/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.florian-diesch.de/software/easygconf/" }, "release_url": "https://pypi.org/project/easygconf/0.03/", "requires_dist": null, "requires_python": null, "summary": "dict-like API for GConf", "version": "0.03" }, "last_serial": 152846, "releases": { "0.01": [], "0.02": [], "0.03": [] }, "urls": [] }