Loading CHANGES.txt +6 −0 Original line number Diff line number Diff line Changes ================== 0.9 (unreleased) ---------------- - Nothing changed yet. 0.8 (2025-05-28) ---------------- Loading README.rst +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ Python-Interface to the Ghostscript C-API --------------------------------------------------------------------- :Author: Hartmut Goebel <h.goebel@crazy-compiler.com> :Version: 0.8 :Version: 0.9.dev0 :License: GNU General Public License v3 or later (GPLv3+) :Homepage: https://gitlab.com/pdftools/python-ghostscript Loading ghostscript/_gsprint.py +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ ghostscript._gsprint - A low-lewel interface to the Ghostscript C-API using ctyp __author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>" __copyright__ = "Copyright 2010-2023 by Hartmut Goebel <h.goebel@crazy-compilers.com>" __licence__ = "GNU General Public License version 3 (GPL v3)" __version__ = "0.8" __version__ = "0.9.dev0" from ctypes import * import sys Loading Loading
CHANGES.txt +6 −0 Original line number Diff line number Diff line Changes ================== 0.9 (unreleased) ---------------- - Nothing changed yet. 0.8 (2025-05-28) ---------------- Loading
README.rst +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ Python-Interface to the Ghostscript C-API --------------------------------------------------------------------- :Author: Hartmut Goebel <h.goebel@crazy-compiler.com> :Version: 0.8 :Version: 0.9.dev0 :License: GNU General Public License v3 or later (GPLv3+) :Homepage: https://gitlab.com/pdftools/python-ghostscript Loading
ghostscript/_gsprint.py +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ ghostscript._gsprint - A low-lewel interface to the Ghostscript C-API using ctyp __author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>" __copyright__ = "Copyright 2010-2023 by Hartmut Goebel <h.goebel@crazy-compilers.com>" __licence__ = "GNU General Public License version 3 (GPL v3)" __version__ = "0.8" __version__ = "0.9.dev0" from ctypes import * import sys Loading