{ "info": { "author": "Alexandre Vicenzi", "author_email": "vicenzi.alexandre@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta" ], "description": "GladeBuilder |Build Status|\r\n===========================\r\n\r\nGladeBuilder is a simple Gtk Builder for Glade files.\r\n\r\nWhy is it cool?\r\n---------------\r\n\r\nWell, all windows have a property called ``w``, which allows you to\r\naccess all widgets from your window easily.\r\n\r\n::\r\n\r\n MyWindow.w.label1.set_label('Foo')\r\n\r\nBut this isn\u2019t everything. There\u2019s a magic method called ``show``, which\r\nallow you to change the widgets content in the window.\r\n\r\n::\r\n\r\n MyWindow.w.show({'label1': 'Some Text', 'checkbutton1': True})\r\n\r\nA method called ``get`` to get all widgets content.\r\n\r\n::\r\n\r\n print(MyWindow.w.get())\r\n\r\n >>> {'label1': 'Some Text', 'checkbutton1': True}\r\n\r\nAnd also has a method called ``clear`` to reset the widget content.\r\n\r\n::\r\n\r\n MyWindow.w.clear()\r\n\r\nWhy this?\r\n---------\r\n\r\nSometimes is painfull to use Gtk. So I added some cool functions to work\r\nwith widgets. Doens\u2019t support all widgets yet.\r\n\r\nWant some examples?\r\n-------------------\r\n\r\nTake a look at */examples*.\r\n\r\nWant to contribute?\r\n-------------------\r\n\r\nFeel free to fork this repo and send me pull requests.\r\n\r\nWhat I want to do is add more helper functions to use Gtk more easier.\r\nFor example, create more functions to work with TreeView, Dialogs,\r\nCalendar or others in a good way.\r\n\r\n.. |Build Status| image:: https://travis-ci.org/alexandrevicenzi/GladeBuilder.svg?branch=master\r\n :target: https://travis-ci.org/alexandrevicenzi/GladeBuilder", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/alexandrevicenzi/GladeBuilder/releases/download/v0.1.0/GladeBuilder-0.1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/alexandrevicenzi/GladeBuilder", "keywords": "gtk, gtk2, gtk3, widgets", "license": "The MIT License (MIT)\r\n\r\nCopyright (c) 2013 Alexandre Vicenzi\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.", "maintainer": "Alexandre Vicenzi", "maintainer_email": "vicenzi.alexandre@gmail.com", "name": "GladeBuilder", "package_url": "https://pypi.org/project/GladeBuilder/", "platform": "", "project_url": "https://pypi.org/project/GladeBuilder/", "project_urls": { "Download": "https://github.com/alexandrevicenzi/GladeBuilder/releases/download/v0.1.0/GladeBuilder-0.1.0.tar.gz", "Homepage": "https://github.com/alexandrevicenzi/GladeBuilder" }, "release_url": "https://pypi.org/project/GladeBuilder/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Easy way to get and set values/properties of Gtk2/Gtk3 widgets.", "version": "0.1.0" }, "last_serial": 1146873, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5fe11c95a7c6c888e675befb618db6f2", "sha256": "d4c2df3484d9738ff1ca9a8f37ad88ecd492ba70a23e220e70ffd39706ead82b" }, "downloads": -1, "filename": "GladeBuilder-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5fe11c95a7c6c888e675befb618db6f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8220, "upload_time": "2014-07-04T01:54:23", "url": "https://files.pythonhosted.org/packages/42/de/053012aaf58db1ed59ab316f784fd4e02275ea7179304510ecfd394a2fa7/GladeBuilder-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5fe11c95a7c6c888e675befb618db6f2", "sha256": "d4c2df3484d9738ff1ca9a8f37ad88ecd492ba70a23e220e70ffd39706ead82b" }, "downloads": -1, "filename": "GladeBuilder-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5fe11c95a7c6c888e675befb618db6f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8220, "upload_time": "2014-07-04T01:54:23", "url": "https://files.pythonhosted.org/packages/42/de/053012aaf58db1ed59ab316f784fd4e02275ea7179304510ecfd394a2fa7/GladeBuilder-0.1.0.tar.gz" } ] }