47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: PyGObject
|
|
Version: 3.42.1
|
|
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
|
|
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: >=3.6, <4
|
|
License-File: COPYING
|
|
|
|
.. 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 3.6+** and
|
|
**PyPy3**. PyGObject, including this documentation, is licensed under the
|
|
**LGPLv2.1+**.
|
|
|
|
|
|
----
|
|
|
|
For more information visit https://pygobject.readthedocs.io
|
|
|
|
|