Interactive debugger for the script engine of Pokémon Mystery Dungeon Explorers of Sky (EU/US)
Find a file
Joshua e6f5df87ca
Suppress Type Check Errors (#156)
* Downgrade pygobject-stubs to 2.12.0 + Type Check Fix

After reviewing the GtkSourceView4 documentation, it states that 'GtkSourceCompletionProvider requires GObject."

For some reason, using pygobject-stubs above 2.12.0 seems to make the type check fail.

* Suppress Type Check Errors

Confident from documentation that GtkSourceCompletionProvider requires GObject
2025-11-14 21:42:59 +01:00
.github Fix Type Checks + Bump explorerscript (#155) 2025-11-13 02:57:51 +01:00
skytemple_ssb_debugger Suppress Type Check Errors (#156) 2025-11-14 21:42:59 +01:00
.gitignore First basic working version 2020-04-06 19:25:18 +02:00
LICENSE First basic working version 2020-04-06 19:25:18 +02:00
MANIFEST.in Migrate to pyproject.toml (#109) 2023-09-29 19:38:07 +02:00
mypy.ini Add PyGObject typestubs 2023-09-08 11:56:24 +02:00
pyproject.toml Remove Para mentions (#154) 2025-10-19 12:46:02 +02:00
README.rst 1.8.0 2024-08-04 12:23:22 +02:00
requirements.txt Fix Type Checks + Bump explorerscript (#155) 2025-11-13 02:57:51 +01:00

|logo|

SkyTemple Script Engine Debugger
================================

|build| |pypi-version| |pypi-downloads| |pypi-license| |pypi-pyversions| |discord|

.. |logo| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-ssb-debugger/master/skytemple_ssb_debugger/data/icons/hicolor/256x256/apps/skytemple-debugger.png

.. |build| image:: https://img.shields.io/github/actions/workflow/status/SkyTemple/skytemple-ssb-debugger/build-test-publish.yml
    :target: https://pypi.org/project/skytemple-ssb-debugger/
    :alt: Build Status

.. |pypi-version| image:: https://img.shields.io/pypi/v/skytemple-ssb-debugger
    :target: https://pypi.org/project/skytemple-ssb-debugger/
    :alt: Version

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/skytemple-ssb-debugger
    :target: https://pypi.org/project/skytemple-ssb-debugger/
    :alt: Downloads

.. |pypi-license| image:: https://img.shields.io/pypi/l/skytemple-ssb-debugger
    :alt: License (GPLv3)

.. |pypi-pyversions| image:: https://img.shields.io/pypi/pyversions/skytemple-ssb-debugger
    :alt: Supported Python versions

.. |discord| image:: https://img.shields.io/discord/710190644152369162?label=Discord
    :target: https://discord.gg/skytemple
    :alt: Discord

Debugger and code editor for the Script Engine of Pokémon Mystery Dungeon Explorers of Sky.

To run, you need GTK3 and GtkSourceView 4. Please see SkyTemple_ repository for more info.

.. _SkyTemple: https://github.com/SkyTemple/skytemple