skytemple


Nameskytemple JSON
Version 1.6.5 PyPI version JSON
download
home_pageNone
SummaryGUI Application to edit the ROM of Pokémon Mystery Dungeon Explorers of Sky
upload_time2024-03-30 20:38:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseGPL-3.0-or-later
keywords rom-hacking game-modding skytemple gtk
VCS
bugtrack_url
requirements ndspy skytemple_files pmdsky-debug-py skytemple_dtef skytemple_icons range-typed-integers pygobject pycairo natsort tilequant skytemple_ssb_debugger skytemple_eventserver pypresence pygal CairoSVG gbulb psutil sentry-sdk packaging wheel types-setuptools ruff
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |logo|

SkyTemple
=========

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

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

.. |crowdin| image:: https://badges.crowdin.net/skytemple/localized.svg
    :target: https://crowdin.com/project/skytemple
    :alt: Localization Progress

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

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

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

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

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

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

.. |kofi| image:: https://www.ko-fi.com/img/githubbutton_sm.svg
    :target: https://ko-fi.com/I2I81E5KH
    :alt: Ko-Fi

ROM hacking tool for Pokémon Mystery Dungeon Explorers of Sky.

It is available for Linux, macOS and Windows.

It includes a Python library for editing the ROM through Python (skytemple-files_)
and a debugger / script editor is integrated into the UI of SkyTemple (skytemple-ssb-debugger_).
Inside the debugger you can edit the game's scripts via the programming language ExplorerScript_.

.. _skytemple-files: https://github.com/SkyTemple/skytemple-files
.. _skytemple-ssb-debugger: https://github.com/SkyTemple/skytemple-ssb-debugger
.. _ExplorerScript: https://github.com/SkyTemple/ExplorerScript

|kofi|

Support and Features
~~~~~~~~~~~~~~~~~~~~
See the `Project Pokémon forums page`_.

.. _Project Pokémon forums page: https://projectpokemon.org/home/forums/topic/57303-pmd2-skytemple-rom-editor-maps-scripts-debugger/

Windows & macOS
~~~~~~~~~~~~~~~
To download SkyTemple for Windows and macOS head over to the `download`_ page or `Project Pokémon`_.

.. _download: https://download.skytemple.org/skytemple/latest
.. _Project Pokémon: https://projectpokemon.org/home/files/file/4193-skytemple-pmd2-rom-edtior/

If you want to set up SkyTemple for development, see the "BUILDING_WINDOWS.md" or "BUILDING_MACOS.md" file.

Linux
~~~~~

Flatpak
-------
SkyTemple is distributed as a Flatpak on `Flathub`_ for all major Linux distributions.

|flathub_badge|

.. _Flathub: https://flathub.org/apps/details/org.skytemple.SkyTemple

.. |flathub_badge| image:: https://flathub.org/assets/badges/flathub-badge-en.png
    :target: https://flathub.org/apps/details/org.skytemple.SkyTemple
    :alt: Install on Flathub
    :width: 240px

This Flatpak contains everything needed to use all SkyTemple features.

Source repository for the Flatpak: https://github.com/flathub/org.skytemple.SkyTemple

Manual
------
The Linux version can be installed manually/"natively" via Pip.

For this Python 3.9+ must be installed and GTK+ 3
(which you most likely both have). Additionally GtkSourceView 4 is required
(package ``gtksourceview4`` on Arch and ``libgtksourceview-4-dev`` on Ubuntu).

Then install SkyTemple via pip::

    pip install --upgrade skytemple[eventserver,discord]

You may need to run pip3 instead and/or need to update pip by running::

    pip3 install --upgrade pip

After this, you can run ``skytemple`` to run it.
If this doesn't work, you don't have ``~/.local/bin`` in your PATH.
Run ``~/.local/bin/skytemple`` instead.

To be able to apply patches, you need to install armips_. Sadly they don't provide builds. However
for Arch Linux a version is available through the AUR_.

.. _armips: https://github.com/Kingcom/armips
.. _AUR: https://aur.archlinux.org/packages/armips/

If you want to set up SkyTemple for development, clone the repos and install in editable
mode instead. See the steps 7 and onward in "BUILDING_WINDOWS.md".

Star History
------------

|star-history|

.. |star-history| image:: https://api.star-history.com/svg?repos=skytemple/skytemple&type=Date
    :target: https://star-history.com/#skytemple/skytemple&Date
    :alt: Star History Graph

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "skytemple",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "rom-hacking, game-modding, skytemple, gtk",
    "author": null,
    "author_email": "\"Marco \\\"Capypara\\\" K\u00f6pcke\" <hello@capypara.de>",
    "download_url": null,
    "platform": null,
    "description": "|logo|\n\nSkyTemple\n=========\n\n|build| |crowdin| |pypi-version| |pypi-downloads| |pypi-license| |pypi-pyversions| |discord|\n\n.. |logo| image:: https://raw.githubusercontent.com/SkyTemple/skytemple/master/skytemple/data/icons/hicolor/256x256/apps/skytemple.png\n\n.. |crowdin| image:: https://badges.crowdin.net/skytemple/localized.svg\n    :target: https://crowdin.com/project/skytemple\n    :alt: Localization Progress\n\n.. |build| image:: https://img.shields.io/github/actions/workflow/status/SkyTemple/skytemple/build-test-publish.yml\n    :target: https://pypi.org/project/skytemple/\n    :alt: Build Status\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/skytemple\n    :target: https://pypi.org/project/skytemple/\n    :alt: Version\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/skytemple\n    :target: https://pypi.org/project/skytemple/\n    :alt: Downloads\n\n.. |pypi-license| image:: https://img.shields.io/pypi/l/skytemple\n    :alt: License (GPLv3)\n\n.. |pypi-pyversions| image:: https://img.shields.io/pypi/pyversions/skytemple\n    :alt: Supported Python versions\n\n.. |discord| image:: https://img.shields.io/discord/710190644152369162?label=Discord\n    :target: https://discord.gg/skytemple\n    :alt: Discord\n\n.. |kofi| image:: https://www.ko-fi.com/img/githubbutton_sm.svg\n    :target: https://ko-fi.com/I2I81E5KH\n    :alt: Ko-Fi\n\nROM hacking tool for Pok\u00e9mon Mystery Dungeon Explorers of Sky.\n\nIt is available for Linux, macOS and Windows.\n\nIt includes a Python library for editing the ROM through Python (skytemple-files_)\nand a debugger / script editor is integrated into the UI of SkyTemple (skytemple-ssb-debugger_).\nInside the debugger you can edit the game's scripts via the programming language ExplorerScript_.\n\n.. _skytemple-files: https://github.com/SkyTemple/skytemple-files\n.. _skytemple-ssb-debugger: https://github.com/SkyTemple/skytemple-ssb-debugger\n.. _ExplorerScript: https://github.com/SkyTemple/ExplorerScript\n\n|kofi|\n\nSupport and Features\n~~~~~~~~~~~~~~~~~~~~\nSee the `Project Pok\u00e9mon forums page`_.\n\n.. _Project Pok\u00e9mon forums page: https://projectpokemon.org/home/forums/topic/57303-pmd2-skytemple-rom-editor-maps-scripts-debugger/\n\nWindows & macOS\n~~~~~~~~~~~~~~~\nTo download SkyTemple for Windows and macOS head over to the `download`_ page or `Project Pok\u00e9mon`_.\n\n.. _download: https://download.skytemple.org/skytemple/latest\n.. _Project Pok\u00e9mon: https://projectpokemon.org/home/files/file/4193-skytemple-pmd2-rom-edtior/\n\nIf you want to set up SkyTemple for development, see the \"BUILDING_WINDOWS.md\" or \"BUILDING_MACOS.md\" file.\n\nLinux\n~~~~~\n\nFlatpak\n-------\nSkyTemple is distributed as a Flatpak on `Flathub`_ for all major Linux distributions.\n\n|flathub_badge|\n\n.. _Flathub: https://flathub.org/apps/details/org.skytemple.SkyTemple\n\n.. |flathub_badge| image:: https://flathub.org/assets/badges/flathub-badge-en.png\n    :target: https://flathub.org/apps/details/org.skytemple.SkyTemple\n    :alt: Install on Flathub\n    :width: 240px\n\nThis Flatpak contains everything needed to use all SkyTemple features.\n\nSource repository for the Flatpak: https://github.com/flathub/org.skytemple.SkyTemple\n\nManual\n------\nThe Linux version can be installed manually/\"natively\" via Pip.\n\nFor this Python 3.9+ must be installed and GTK+ 3\n(which you most likely both have). Additionally GtkSourceView 4 is required\n(package ``gtksourceview4`` on Arch and ``libgtksourceview-4-dev`` on Ubuntu).\n\nThen install SkyTemple via pip::\n\n    pip install --upgrade skytemple[eventserver,discord]\n\nYou may need to run pip3 instead and/or need to update pip by running::\n\n    pip3 install --upgrade pip\n\nAfter this, you can run ``skytemple`` to run it.\nIf this doesn't work, you don't have ``~/.local/bin`` in your PATH.\nRun ``~/.local/bin/skytemple`` instead.\n\nTo be able to apply patches, you need to install armips_. Sadly they don't provide builds. However\nfor Arch Linux a version is available through the AUR_.\n\n.. _armips: https://github.com/Kingcom/armips\n.. _AUR: https://aur.archlinux.org/packages/armips/\n\nIf you want to set up SkyTemple for development, clone the repos and install in editable\nmode instead. See the steps 7 and onward in \"BUILDING_WINDOWS.md\".\n\nStar History\n------------\n\n|star-history|\n\n.. |star-history| image:: https://api.star-history.com/svg?repos=skytemple/skytemple&type=Date\n    :target: https://star-history.com/#skytemple/skytemple&Date\n    :alt: Star History Graph\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "GUI Application to edit the ROM of Pok\u00e9mon Mystery Dungeon Explorers of Sky",
    "version": "1.6.5",
    "project_urls": {
        "Announcements": "https://blog.skytemple.org",
        "Changelog": "https://download.skytemple.org/skytemple",
        "Discord": "https://discord.gg/skytemple",
        "Documentation": "https://wiki.skytemple.org",
        "Downloads": "https://download.skytemple.org/skytemple",
        "Homepage": "https://skytemple.org",
        "Issues": "https://github.com/SkyTemple/skytemple/issues",
        "Repository": "https://github.com/SkyTemple/skytemple.git"
    },
    "split_keywords": [
        "rom-hacking",
        " game-modding",
        " skytemple",
        " gtk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c43d48c03067c6dbca14c53a711715b0b4b21b5f61e3607b7fbd546dcada6817",
                "md5": "c856a6b585a5bd45908ce80678d22857",
                "sha256": "1c8b3d5de95ba210de77c0c620c8643764a0894e1fc665f07df14048d51d4264"
            },
            "downloads": -1,
            "filename": "skytemple-1.6.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c856a6b585a5bd45908ce80678d22857",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 10752209,
            "upload_time": "2024-03-30T20:38:48",
            "upload_time_iso_8601": "2024-03-30T20:38:48.220122Z",
            "url": "https://files.pythonhosted.org/packages/c4/3d/48c03067c6dbca14c53a711715b0b4b21b5f61e3607b7fbd546dcada6817/skytemple-1.6.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-30 20:38:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SkyTemple",
    "github_project": "skytemple",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ndspy",
            "specs": [
                [
                    "==",
                    "4.1.0"
                ]
            ]
        },
        {
            "name": "skytemple_files",
            "specs": []
        },
        {
            "name": "pmdsky-debug-py",
            "specs": []
        },
        {
            "name": "skytemple_dtef",
            "specs": []
        },
        {
            "name": "skytemple_icons",
            "specs": []
        },
        {
            "name": "range-typed-integers",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "pygobject",
            "specs": [
                [
                    "==",
                    "3.48.1"
                ]
            ]
        },
        {
            "name": "pycairo",
            "specs": [
                [
                    "==",
                    "1.18.2"
                ]
            ]
        },
        {
            "name": "natsort",
            "specs": [
                [
                    "==",
                    "8.4.0"
                ]
            ]
        },
        {
            "name": "tilequant",
            "specs": [
                [
                    "==",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "skytemple_ssb_debugger",
            "specs": []
        },
        {
            "name": "skytemple_eventserver",
            "specs": []
        },
        {
            "name": "pypresence",
            "specs": [
                [
                    "==",
                    "4.3.0"
                ]
            ]
        },
        {
            "name": "pygal",
            "specs": [
                [
                    "==",
                    "3.0.4"
                ]
            ]
        },
        {
            "name": "CairoSVG",
            "specs": [
                [
                    "==",
                    "2.7.1"
                ]
            ]
        },
        {
            "name": "gbulb",
            "specs": [
                [
                    "==",
                    "0.6.4"
                ]
            ]
        },
        {
            "name": "psutil",
            "specs": [
                [
                    "==",
                    "5.9.8"
                ]
            ]
        },
        {
            "name": "sentry-sdk",
            "specs": [
                [
                    "==",
                    "1.44.0"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": []
        },
        {
            "name": "wheel",
            "specs": []
        },
        {
            "name": "types-setuptools",
            "specs": []
        },
        {
            "name": "ruff",
            "specs": []
        }
    ],
    "lcname": "skytemple"
}
        
Elapsed time: 0.24419s