{"id":15722060,"url":"https://github.com/stoq/kiwi","last_synced_at":"2025-04-16T01:23:41.158Z","repository":{"id":7119616,"uuid":"8413908","full_name":"stoq/kiwi","owner":"stoq","description":"A graphical UI framework on top of PyGTK","archived":false,"fork":false,"pushed_at":"2020-09-24T15:01:48.000Z","size":12580,"stargazers_count":28,"open_issues_count":1,"forks_count":23,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-29T03:23:24.826Z","etag":null,"topics":["framework","gtk","mvc","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stoq.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-25T17:16:06.000Z","updated_at":"2024-10-26T13:48:59.000Z","dependencies_parsed_at":"2022-08-19T13:20:36.000Z","dependency_job_id":null,"html_url":"https://github.com/stoq/kiwi","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoq%2Fkiwi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoq%2Fkiwi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoq%2Fkiwi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoq%2Fkiwi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stoq","download_url":"https://codeload.github.com/stoq/kiwi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249179817,"owners_count":21225608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework","gtk","mvc","python"],"created_at":"2024-10-03T22:03:35.543Z","updated_at":"2025-04-16T01:23:41.137Z","avatar_url":"https://github.com/stoq.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Kiwi: A Framework for developing graphical applications in Python.\n\nKiwi is a framework composed of a set of modules, which eases Python\ndevelopment using PyGTK. Kiwi makes graphical applications *much* faster\nto code, with good architecture and more Python-like bindings; it also\noffers extended widgets based upon the original PyGTK widgets.\n\n* Requirements\n\n    - GTK+ 2.24.x      http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/\n    - PyGTK 2.24.x     http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.24/\n    - Python \u003e= 2.6    http://www.python.org/download/\n\n  Optional\n\n    - zope.interfaces    http://www.zope.org/Products/ZopeInterface\n    - sqlobject \u003e 0.6.0  http://www.sqlobject.org/\n\n  Some features of the ui test framework requires PyGObject 2.10.0 or higher\n  to function properly. It'll work without but some features are disabled.\n\n* Installation\n\n    To install (having made sure that the dependencies are installed and\n    working) do (as root normally):\n\n        python setup.py install\n\n    (You can optionally provide a prefix using the following form,\n    but if you do remember to setup PYTHONPATH accordingly)\n\n        python setup.py install [--prefix=\u003cprefix\u003e]\n\n    You can also fetch the latest source code from github:\n\n        $ git clone http://github.com/stoq/kiwi.git\n\n* Contribute\n\n    For complete instructions on how to install all dependencies and setting\n    up a database so you can test Stoq, look at the wiki:\n\n        http://wiki.stoq.com.br/index.php/Getting_started (English)\n        http://wiki.stoq.com.br/index.php/Come%C3%A7ando (Português)\n\n* Documentation\n\n    Included in doc/howto/ and doc/api/ are HTML versions of the\n    developer's guide and API reference, respectively. You can also\n    browse the online versions at:\n\n        - Developer's guide: http://www.async.com.br/projects/kiwi/howto/\n        - API documentation: http://www.async.com.br/projects/kiwi/api/\n\n    The developer's guide is available in compressed PostScript format from:\n\n        http://www.async.com.br/projects/kiwi/howto.ps.gz\n\n    You can regenerate all the documentation; just see doc/Makefile.\n    To generate the API docs you will need:\n\n        - epydoc                        http://epydoc.sf.net/\n\n    To generate the developer's guide you will need:\n\n        - Python source (the tarball)   http://www.python.org/download/\n        - LaTeX                         (various distributions)\n        - latex2html    http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/\n        - GhostScript                   http://www.cs.wisc.edu/~ghost/\n        - NetPBM (for latex2html)       http://netbpm.sf.net/\n\n* Directory Layout\n\n    bin/\n\n        Scripts which are going to be installed\n\n    examples/\n\n        Contains a number of examples, most of which are referenced in\n        the documentation.\n\n    kiwi/\n\n        Contains the module code itself; this is installed into your\n        Python's site-packages directory by setup.py.\n\n    doc/\n\n        Contains documentation for Kiwi, including the LaTeX source code\n        which can be used to rebuild the docs. doc/Makefile contains\n        commands to regenerate the full set of docs.\n\n    extra/\n\n        Contains patches to GTK+ and PyGTK code, and helper scripts that\n        can be used to accelerate certain tasks.\n\n    glade/\n\n        Glade files used by kiwi itself\n\n    pixmaps/\n\n        Pixmaps, images etc\n\n    po/\n\n        Translations\n\n    tests/\n\n        Contains a number of test cases for the Kiwi widgets and\n        framework. All checkins and additions of new code should be\n        preceded by a working testcase.\n\n    tools/\n\n        Useful scripts\n\n* Contact info:\n\n    URL and download: http://www.async.com.br/projects/kiwi/\n\n    Maintainer: Johan Dahlin \u003cjdahlin@async.com.br\u003e\n    Original author: Christian Reis \u003ckiko@async.com.br\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstoq%2Fkiwi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstoq%2Fkiwi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstoq%2Fkiwi/lists"}