Source: python3-pytmx
Section: python
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 dh-python,
 pkgconf,
 pkg-config,
 python3,
 python3-all-dev,
 python3-dev,
 python3-pip,
 python3-setuptools,
 python3-sphinx,
 python3-wheel,
Standards-Version: 4.6.2
Homepage: https://github.com/bitcraft/pytmx
Vcs-Browser: https://github.com/bitcraft/pytmx
Vcs-Git: https://github.com/bitcraft/pytmx.git

Package: python3-pytmx
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
Suggested: python3-pygame,
 tiled-qt,
Description: A map loader for Python/pygame, designed for video games
 For Python 3.9+ A map loader for python/pygame designed for games. It provides smart tile loading with a fast and efficient storage base. Not only does it correctly handle most Tiled object types, it also will load metadata for them so you can modify your maps and objects in Tiled instead of modifying your source code. See the "apps" folder for example use and cut/paste code.