pygobject 3.56.2


pip install pygobject

  Latest version

Released: Mar 25, 2026


Meta
Author: James Henstridge
Maintainer: Christoph Reiter, Arjan Molenaar, Dan Yeaw, Ignacio Casal Quinteiro
Requires Python: >=3.10

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)

Operating System
  • POSIX
  • Microsoft :: Windows

Programming Language
  • C
  • Python

Topic
  • Software Development :: Libraries :: Python Modules
https://gitlab.gnome.org/GNOME/pygobject/-/raw/main/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

Installation

The latest version from PyGObject can be installed from PyPI:

pip install PyGObject

PyGObject is only distributed as source distribution, so you need a C compiler installed on your host.

Please have a look at our Getting Started documentation for OS specific installation instructions.

Development

Our website contains instructions on how to set up a development environment.

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
3.56.2 Mar 25, 2026
3.56.1 Mar 11, 2026
3.56.0 Feb 27, 2026
3.54.5 Oct 18, 2025
3.54.3 Sep 28, 2025
3.54.2 Sep 13, 2025
3.54.1 Sep 12, 2025
3.54.0 Sep 06, 2025
3.52.4 Oct 18, 2025
3.52.3 Mar 16, 2025
3.52.2 Mar 12, 2025
3.52.1 Mar 09, 2025
3.51.0.dev0 Feb 02, 2025
3.50.2 Oct 18, 2025
3.50.1 May 25, 2025
3.50.0 Sep 12, 2024
3.49.0.dev0 Sep 06, 2024
3.48.2 Apr 06, 2024
3.48.1 Mar 10, 2024
3.48.0 Mar 09, 2024
3.47.0.dev0 Feb 12, 2024
3.46.0 Sep 10, 2023
3.44.2 Sep 29, 2023
3.44.1 Mar 24, 2023
3.44.0 Mar 19, 2023
3.43.1.dev0 Jan 28, 2023
3.42.2 Jul 16, 2022
3.42.1 Apr 17, 2022
3.42.0 Sep 19, 2021
3.40.1 Mar 30, 2021
3.40.0 Mar 19, 2021
3.38.0 Sep 12, 2020
3.36.1 May 06, 2020
3.36.0 Mar 08, 2020
3.34.0 Sep 09, 2019
3.33.1.dev0 Aug 18, 2019
3.32.2 Jun 23, 2019
3.32.1 Apr 20, 2019
3.32.0 Mar 10, 2019
3.31.4.dev0 Mar 07, 2019
3.31.3.dev0 Feb 02, 2019
3.31.2.dev0 Dec 15, 2018
3.31.1.dev0 Nov 17, 2018
3.30.5 Jun 16, 2019
3.30.4 Nov 30, 2018
3.30.3 Nov 27, 2018
3.30.2 Nov 11, 2018
3.30.1 Sep 14, 2018
3.30.0 Aug 31, 2018
3.29.3.dev0 Aug 16, 2018
3.29.2.dev0 May 16, 2018
3.29.1.dev0 Apr 15, 2018
3.28.3 May 31, 2018
3.28.2 Mar 27, 2018
3.28.1 Mar 17, 2018
3.28.0 Mar 12, 2018
3.27.5 Mar 01, 2018
3.27.4 Feb 14, 2018
3.27.3 Feb 10, 2018
3.27.2 Feb 07, 2018
3.27.1 Dec 11, 2017
3.27.0 Dec 08, 2017
2.28.3
2.10.1 Apr 11, 2006
2.28.3.win32 Oct 25, 2011
Extras: None
Dependencies:
pycairo (>=1.16)