资 源 简 介
A wrapper written in C for GLib GString (faster, flexible and mutable text buffers).
The python-gstringc is a Python extension written in C to create a wrapper of GLib GString; the GLib Srings are text buffers which grow automatically as text is added, they have many handling methods described in the documentation on the GLib site.
python-gstringc is open-source and multiplatform (win32, linux). You must have GTK or just glib 2.20+ installed).
You can find more information about GLib GString here.
See the wiki here on Google hosting of python-gstringc for more information about python-gstringc.
The source-code repository is in the same repository of the pure Python wrapper (using ctypes) I"ve done time ago, the link