{ "info": { "author": "Mark Gordon", "author_email": "msg555@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Dustmaker\n=========\n\nDustmaker is a python3 library (only, at the moment) for read, manipulating, and\nwriting Dustforce level files.\n\nDocumentation\n-------------\n\n[http://dustkid.com/static/dustmaker/index.html](http://dustkid.com/static/dustmaker/index.html)\n\nInstallation\n------------\n\n easy_install3 dustmaker\n\nor\n\n pip install dustmaker\n\nCreating A Map From Scratch\n---------------------------\n\n from dustmaker import write_map, Map, Tile, TileShape\n\n map = Map()\n map.start_position((0, 0))\n map.virtual_character(True)\n for (i, shape) in enumerate(TileShape):\n map.add_tile(19, 2 * i, 1, Tile(shape))\n map.name(\"Test Map\")\n\n f_out = \"/home/msg555/.HitboxTeam/Dustforce/user/level_src/testmap\"\n\n with open(f_out, \"wb\") as f:\n f.write(write_map(map))\n\n\nReading in an existing map\n--------------------------\n\n from dustmaker import read_map\n\n f_in = \"/home/msg555/Dustforce/content/levels2/downhill\"\n with open(f_in, \"rb\") as f:\n map = read_map(f.read())", "description_content_type": null, "docs_url": "https://pythonhosted.org/dustmaker/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/msg555/dustmaker/", "keywords": null, "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "dustmaker", "package_url": "https://pypi.org/project/dustmaker/", "platform": "any", "project_url": "https://pypi.org/project/dustmaker/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/msg555/dustmaker/" }, "release_url": "https://pypi.org/project/dustmaker/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Dustforce level scripting framework", "version": "0.2.1" }, "last_serial": 1791077, "releases": { "0.1": [], "0.1.1": [], "0.1.3": [ { "comment_text": "", "digests": { "md5": "ddb39d3ad31895512497b55405d966f1", "sha256": "207676ebdc5146cb090745a155066449c7ad8e440e68c66604ee477eea73b761" }, "downloads": -1, "filename": "dustmaker-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ddb39d3ad31895512497b55405d966f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10292, "upload_time": "2015-09-30T05:47:53", "url": "https://files.pythonhosted.org/packages/77/3c/a82b55f337047cced40215a77614f1c8990b0f08a24f92b312c2b8d2b205/dustmaker-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "4a8ff3d6a8221dee2cf0515be2810f74", "sha256": "c57e1527ce4ad598dff700c0b2b3821e3677bb09dc0041c73c2237b84d90e4a9" }, "downloads": -1, "filename": "dustmaker-0.1.4.tar.gz", "has_sig": false, "md5_digest": "4a8ff3d6a8221dee2cf0515be2810f74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11682, "upload_time": "2015-10-01T22:56:58", "url": "https://files.pythonhosted.org/packages/9b/c8/832e975d338b777a62dcbcf88b5ab135fe8a0407455af927aaa77d478a48/dustmaker-0.1.4.tar.gz" } ], "0.2": [ { "comment_text": "built for Linux-3.13.0-65-generic-x86_64-with-glibc2.9", "digests": { "md5": "3af55665428957f7484f7b7b4de4a502", "sha256": "6cb3ec85c21b5ddc2ccfbd0b650f2a93b4dde0369c3aa21e45233c6460257ce4" }, "downloads": -1, "filename": "dustmaker-0.2.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "3af55665428957f7484f7b7b4de4a502", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 30652, "upload_time": "2015-10-15T03:18:58", "url": "https://files.pythonhosted.org/packages/c5/1b/6c31b75691339c817d47e6862bd088c43132fbdcff39f4fce9ff79255093/dustmaker-0.2.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "3f7fdacc7d9fb3a3f7a7d1d824ea442c", "sha256": "fb2c183c6636c7208102bcd7a9ea96b43cdc03031b735055096f28bb6cc9fd9d" }, "downloads": -1, "filename": "dustmaker-0.2.tar.gz", "has_sig": false, "md5_digest": "3f7fdacc7d9fb3a3f7a7d1d824ea442c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12677, "upload_time": "2015-10-15T03:18:54", "url": "https://files.pythonhosted.org/packages/f9/b6/e22fcf13ee6dfc6a04b4a4e2d121d43a9764bf4760be8b8b02d028fe1620/dustmaker-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "built for Linux-3.13.0-65-generic-x86_64-with-glibc2.9", "digests": { "md5": "de7a4c0a9b92cde6d29e69d06219d454", "sha256": "a8f2468a6ea4decbbd5fb78440c2a9adb2dced70a8917681edffe97772750ea3" }, "downloads": -1, "filename": "dustmaker-0.2.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "de7a4c0a9b92cde6d29e69d06219d454", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 37449, "upload_time": "2015-10-29T00:57:24", "url": "https://files.pythonhosted.org/packages/00/cb/7a7c515e12e5178242a7bd5e1fe0bf6c9c39cee0ae46f84f534f013676f7/dustmaker-0.2.1.linux-x86_64.tar.gz" } ] }, "urls": [ { "comment_text": "built for Linux-3.13.0-65-generic-x86_64-with-glibc2.9", "digests": { "md5": "de7a4c0a9b92cde6d29e69d06219d454", "sha256": "a8f2468a6ea4decbbd5fb78440c2a9adb2dced70a8917681edffe97772750ea3" }, "downloads": -1, "filename": "dustmaker-0.2.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "de7a4c0a9b92cde6d29e69d06219d454", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 37449, "upload_time": "2015-10-29T00:57:24", "url": "https://files.pythonhosted.org/packages/00/cb/7a7c515e12e5178242a7bd5e1fe0bf6c9c39cee0ae46f84f534f013676f7/dustmaker-0.2.1.linux-x86_64.tar.gz" } ] }