A library for parsing JSON formatted Tiled Map Editor maps and tilesets.
Project description
# PyTiled Parser
PyTiled Parser is a Python Library for parsing JSON formatted [Tiled Map Editor](https://www.mapeditor.org/) maps and tilesets to be used as maps and levels for 2D top-down (orthogonal, hexogonal, or isometric) or side-scrolling games in a strictly typed fashion.
PyTiled Parser is not tied to any particular graphics library, and can be used with [Arcade](http://arcade.academy), [Pyglet](https://pyglet.readthedocs.io/en/pyglet-1.3-maintenance/), [Pygame](https://www.pygame.org/news), etc.
Documentation available at: https://pytiled-parser.readthedocs.io/
GitHub project at: https://github.com/Beefy-Swain/pytiled_parser
The [Arcade](http://arcade.academy) library has [supporting code](http://arcade.academy/arcade.html#module-arcade.tilemap) to integrate PyTiled with that 2D libary, and [example code](http://arcade.academy/examples/index.html#tmx-files-tiled-map-editor) showing its use.
Original module by [Beefy-Swain](https://github.com/Beefy-Swain). Significant contributions from [pvcraven](https://github.com/pvcraven) and [Cleptomania](https://github.com/Cleptomania).
## Developement To develop pytiled parser, clone the repo, create a venv using a supported Python version, and activate it. Then install the package as well as all testing dependencies with the command python -m pip install -e “.[tests]”.
### Testing Run pytest –cov=pytiled_parser to run the test harness and report coverage.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pytiled_parser-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14e1b7b6442f0adb11b65ef69769c88cbbecc528596a6e33e5dbbe0e53c6359c |
|
MD5 | 192f88f376114bcabbca3b663e810d4f |
|
BLAKE2b-256 | 064bb50447cf9b45123546388f1c8a2877f763206105c822b50f331378dfb8ef |