mirror of
https://github.com/SkyTemple/skytemple-ssb-debugger.git
synced 2026-03-27 09:16:22 +00:00
Interactive debugger for the script engine of Pokémon Mystery Dungeon Explorers of Sky (EU/US)
- Python 100%
* 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 |
||
|---|---|---|
| .github | ||
| skytemple_ssb_debugger | ||
| .gitignore | ||
| LICENSE | ||
| MANIFEST.in | ||
| mypy.ini | ||
| pyproject.toml | ||
| README.rst | ||
| requirements.txt | ||
|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