PyBank ====== Python bindings for GIRepository, still under construction, don't expect anything to work. Requirements ------------ * Python 2.5 * GObject Introspection from git * PyGObject SVN trunk revision 1030 or later Usage ----- You can test it by doing the following: $ make This will compile the bindings for gobject-introspection and build metadata for a couple of test modules. Note that there is no install mechanism. When that is done, you can do the following: >>> import bank This will register an import hook for .typelib files. Now, just import a module which exists as a .typelib file in the current directory (or in the GI_TYPELIB_PATH environment variable): >>> import Gtk >>> Gtk.Button