Metadata-Version: 2.1
Name: skytemple-dtef
Version: 1.8.0
Summary: Dungeon Tile Exchange Format: A format for standardized rule-based tilesets with 256 adjacency combinations.
Home-page: https://github.com/SkyTemple/skytemple-dtef/
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: skytemple-files>=1.6.0rc1
Requires-Dist: Pillow>=6.1.0

|logo|

SkyTemple Dungeon Tile Exchange Format (DTEF)
=============================================

|build| |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

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

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

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

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

.. |pypi-pyversions| image:: https://img.shields.io/pypi/pyversions/skytemple-dtef
    :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

A specification / standard for dungeon tilesets. The specification can be found in "docs/format.rst".

Additionally this repository contains a reference implementation for importing / exporting tilesets from the
game Pokémon Mystery Dungeon Explorers of Sky. This implementation supports a specific subset of the standard,
which is documented in "docs/SkyTemple.rst".

The goal of this standard is to make it easy to exchange rule-based tilesets between different games, tools and engines.

Part of PMDCollab_, a collaborative effort for standardizing PMD related development efforts.

.. _PMDCollab: http://pmdcollab.org/

|kofi|
