About PyGObject
===============

GObject is a object system used by GTK+,  GStreamer and other
libraries.

PyGObject provides a convenient wrapper for use in Python programs
when accessing GObject libraries.

Like the GObject library itself PyGObject is licensed under the GNU
LGPL, so is suitable for use in both free software and proprietary
applications. It is already in use in many applications ranging from
small single purpose scripts up to large full featured applications.

PyGObject now dynamically accesses any GObject libraries that uses
GObject Introspection. It replaces the need for separate modules such
as PyGTK, GIO and python-gnome to build a full GNOME 3.0 application.
Once new functionality is added to gobject library it is instantly
available as a Python API without the need for intermediate Python
glue.

News
====

        - pygi-convert.sh: Add GStreamer rules (Christoph Reiter) (#697951)
        - pygi-convert: Add rule for TreeModelFlags (Jussi Kukkonen)
        - Fix enum and flags marshaling type assumptions (Simon Feltman)
        - Use g_strdup() consistently (Martin Pitt) (#696650)
        - Fix stack corruption due to incorrect format for argument parser
          (Simon Feltman) (#696892)


ChangeLog
=========
http://download.gnome.org/sources/pygobject/3.8/pygobject-3.8.1.changes  (2.08K)

Download
========
http://download.gnome.org/sources/pygobject/3.8/pygobject-3.8.1.tar.xz (638K)
  sha256sum: e85c8ec64238ce88ec1e905497f5a2eaa947a7f4050e338d21ec510d8a50eacb

_______________________________________________
ftp-release-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/ftp-release-list

Reply via email to