GNOME / pygobject

Read-only mirror of https://gitlab.gnome.org/GNOME/pygobject

Home Page:https://gitlab.gnome.org/GNOME/pygobject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://gitlab.gnome.org/GNOME/pygobject/-/raw/master/docs/images/pygobject.svg?ref_type=heads


PyGObject is a Python package which provides bindings for GObject based libraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more.

It supports Linux, Windows, and macOS and works with Python 3.9+ and PyPy3. PyGObject, including this documentation, is licensed under the LGPLv2.1+.

Homepage

https://pygobject.gnome.org

Default branch renamed to main

The default development branch of PyGObject has been renamed to main. To update your local checkout, use:

git checkout master
git branch -m master main
git fetch
git branch --unset-upstream
git branch -u origin/main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main

About

Read-only mirror of https://gitlab.gnome.org/GNOME/pygobject

https://gitlab.gnome.org/GNOME/pygobject

License:GNU Lesser General Public License v2.1


Languages

Language:Python 51.2%Language:C 46.8%Language:Shell 1.3%Language:Meson 0.6%Language:Dockerfile 0.1%