{ "info": { "author": "Benjamin Kirkbride", "author_email": "BenjaminKirkbride@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# PyTiled Parser\n\nPyTiled Parser is a Python Library for parsing \n[Tiled Map Editor](https://www.mapeditor.org/) (`.tmx`) files used to generate \nmaps and levels for 2D top-down or side-scrolling games.\n\nPyTiled Parser is not tied to any particular graphics library, and can be used\nwith [Arcade](http://arcade.academy), \n[Pyglet](https://pyglet.readthedocs.io/en/pyglet-1.3-maintenance/), \n[Pygame](https://www.pygame.org/news), etc. \n\nDocumentation available at: https://pytiled-parser.readthedocs.io/\n\nThe [Arcade](http://arcade.academy) library has \n[supporting code](http://arcade.academy/arcade.html#module-arcade.tilemap) to \nintegrate PyTiled with that 2D libary, and \n[example code](http://arcade.academy/examples/index.html#tmx-files-tiled-map-editor) showing its use.\n\nOriginal module by [Beefy-Swain](https://github.com/Beefy-Swain). \nContributions from [pvcraven](https://github.com/pvcraven).\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/Beefy-Swain/pytiled_parser", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Beefy-Swain/pytiled_parser", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pytiled-parser", "package_url": "https://pypi.org/project/pytiled-parser/", "platform": "", "project_url": "https://pypi.org/project/pytiled-parser/", "project_urls": { "Download": "https://github.com/Beefy-Swain/pytiled_parser", "Homepage": "https://github.com/Beefy-Swain/pytiled_parser" }, "release_url": "https://pypi.org/project/pytiled-parser/0.9.0/", "requires_dist": [ "attrs" ], "requires_python": "", "summary": "Python Library for parsing Tiled Map Editor maps.", "version": "0.9.0" }, "last_serial": 5682593, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0003e843e1dd18d223f737a8fd5c1ed6", "sha256": "71aaa11b6f9bd3e6fb60be83700998df2fb3d58d33b7143258229820271f5b14" }, "downloads": -1, "filename": "pytiled_parser-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0003e843e1dd18d223f737a8fd5c1ed6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14866, "upload_time": "2019-08-12T15:26:18", "url": "https://files.pythonhosted.org/packages/c5/fb/86f1b975eb6d58df7fb3216a514e235bb23fe71d79ac43f0125d0c9b2215/pytiled_parser-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "cb4d607065f57c47ba58cde84054405a", "sha256": "bb84215a4f3c4e8d36841abbd617e091bd87fbc2ddded177b63f07cc36f932be" }, "downloads": -1, "filename": "pytiled_parser-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "cb4d607065f57c47ba58cde84054405a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14936, "upload_time": "2019-08-13T12:13:15", "url": "https://files.pythonhosted.org/packages/b7/5f/d30d5de745439db0e3705025392c0310114a0af5794acf11224aebf7cd60/pytiled_parser-0.0.2-py3-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "1b87ea0749454e9fcf81d83acf157f66", "sha256": "c95fbaab4db2339b63dbdb998ca15d1838c686bf744359e9509b3d624655a46f" }, "downloads": -1, "filename": "pytiled_parser-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "1b87ea0749454e9fcf81d83acf157f66", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14938, "upload_time": "2019-08-13T15:18:24", "url": "https://files.pythonhosted.org/packages/7e/f0/cfbfb7a0e953132dfc04de5b124a7f27980f51e88b3a86b09a73251519dd/pytiled_parser-0.0.3-py3-none-any.whl" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "b28b92e332322299b9049c3b41fadc2f", "sha256": "56c8b47917d3cfc8e4874530d23d5d1b8077db4c96004ed21f1c43be9fe3e117" }, "downloads": -1, "filename": "pytiled_parser-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "b28b92e332322299b9049c3b41fadc2f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14978, "upload_time": "2019-08-14T22:34:44", "url": "https://files.pythonhosted.org/packages/a9/14/39a82f6c521f2d59d323ee334770f87004cd5c54f2e9ac9db6cdf29c8c79/pytiled_parser-0.0.4-py3-none-any.whl" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "cc2e155404c838874cd23838005a9bb1", "sha256": "7327854bc56bcaeef677044a5ec5026db7e5ec48681769c37444abbb9d27855d" }, "downloads": -1, "filename": "pytiled_parser-0.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "cc2e155404c838874cd23838005a9bb1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15338, "upload_time": "2019-08-15T14:52:10", "url": "https://files.pythonhosted.org/packages/26/ff/75196b95845f9c4870f58c40eec620a90e514c8eaca59a5cf71cd575c286/pytiled_parser-0.9.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc2e155404c838874cd23838005a9bb1", "sha256": "7327854bc56bcaeef677044a5ec5026db7e5ec48681769c37444abbb9d27855d" }, "downloads": -1, "filename": "pytiled_parser-0.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "cc2e155404c838874cd23838005a9bb1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15338, "upload_time": "2019-08-15T14:52:10", "url": "https://files.pythonhosted.org/packages/26/ff/75196b95845f9c4870f58c40eec620a90e514c8eaca59a5cf71cd575c286/pytiled_parser-0.9.0-py3-none-any.whl" } ] }