Metadata-Version: 1.2
Name: PyGObject
Version: 3.36.0
Summary: Python bindings for GObject Introspection
Home-page: https://pygobject.readthedocs.io
Author: James Henstridge
Author-email: james@daa.com.au
Maintainer: Simon Feltman
Maintainer-email: sfeltman@src.gnome.org
License: GNU LGPL
Description: .. image:: https://pygobject.readthedocs.io/en/latest/_images/pygobject.svg
           :align: center
           :width: 400px
           :height: 98px
        
        |
        
        **PyGObject** is a Python package which provides bindings for `GObject
        <https://developer.gnome.org/gobject/stable/>`__ based libraries such as `GTK
        <https://www.gtk.org/>`__, `GStreamer <https://gstreamer.freedesktop.org/>`__,
        `WebKitGTK <https://webkitgtk.org/>`__, `GLib
        <https://developer.gnome.org/glib/stable/>`__, `GIO
        <https://developer.gnome.org/gio/stable/>`__ and many more.
        
        It supports Linux, Windows and macOS and works with **Python 2.7+**, **Python
        3.5+**, **PyPy** and **PyPy3**. PyGObject, including this documentation, is
        licensed under the **LGPLv2.1+**.
        
        
        ----
        
        For more information visit https://pygobject.readthedocs.io
        
Platform: POSIX, Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4