diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..b1a0fd9 --- /dev/null +++ b/README.rst @@ -0,0 +1,22 @@ +.. 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.8+** and +**PyPy3**. PyGObject, including this documentation, is licensed under the +**LGPLv2.1+**. + + +---- + +For more information visit https://pygobject.readthedocs.io |