Python interface to the Ghostscript C-API, both high and low-level, based on ctypes.
Provides
Requires
License
GPL-3.0-or-later
Changelog
* Thu Sep 18 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.8.1
* Fix crash on Windows for Python >= 3.12, caused by
distutils module been removed from Python 3.12.
- from version 0.8
* Fix unnecessary runtime dependency on setuptools.
* Explicitly require a first argument called "progname". This is to
avoid the common error not passing a progname by pointing users to it.
This is fully backward compatible
* Issue a warning if first arg