{ "info": { "author": "Guillaume Lema\u00eetre", "author_email": "guillaume.lemaitre@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Games/Entertainment" ], "description": ".. image:: https://travis-ci.org/seventh/PyCraft.svg?branch=master\n :target: https://travis-ci.org/seventh/PyCraft\n\nPyCraft\n=======\n\nPyCraft is a high-quality Python_ library for offline edition of Minecraft_\nworlds. High-quality, because it respects the spirit of the Python programming\nlanguage (i.e. it is *pythonic*), and because it also takes care of memory\nconsumption, which can be a huge problem during Minecraft world edition.\nPyCraft complies with Python 3.3 specifications.\n\n.. _Minecraft: http://www.minecraft.net\n.. _Python: http://www.python.org\n\nPyCraft is governed by the CeCILL-C_ license under French law and abiding by\nthe rules of distribution of free software.\n\n.. _CeCILL-C: http://www.cecill.info\n\nQuick and dirty: edit a NBT-formatted file\n------------------------------------------\n\nHere is an example of modifications that can be operated with PyCraft on a file\nstored with NBT_ encoding format. NBT encoding is widely used in Minecraft.\n\n.. _NBT: http://minecraft.gamepedia.com/NBT_format\n\n::\n\n from pycraft import nbt\n\n # Load our favorite TAG_COMPOUND\n W = nbt.load(\"entry.nbt\")\n\n # Add some meaningful information :)\n W[u\"author\"] = \"Me, myself and I\"\n W[u\"date\"] = \"2014-02-26\"\n\n # By default, ints are of kind TAG_LONG. Nobody likes show-offs\n W[u\"nb_of_followers\"] = 42\n W.set_kind(u\"nb_of_followers\", con.TAG_BYTE)\n\n # Save it back\n nbt.save(\"entry.nbt\", W)\n\nNota: The Python 2 ``u\"\"`` notation for unicode litteral constants, which had\nbeen removed by first releases of Python 3, had been added back by Python 3.3,\nin order to ease portability between the two Python flavours.\n\nKnown limitations of using PyCraft with a Python 2.7 interpreter\n----------------------------------------------------------------\n\nThe current section lists the packages of PyCraft that are known to be\nincompatible of a Python 2.7 interpretation:\n\n* Not a single one.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/seventh/PyCraft", "keywords": "Minecraft", "license": "CeCILL-C", "maintainer": null, "maintainer_email": null, "name": "PyCraft", "package_url": "https://pypi.org/project/PyCraft/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyCraft/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/seventh/PyCraft" }, "release_url": "https://pypi.org/project/PyCraft/1503040/", "requires_dist": null, "requires_python": null, "summary": "High quality Minecraft world editor", "version": "1503040" }, "last_serial": 1448318, "releases": { "1304090": [ { "comment_text": "", "digests": { "md5": "9ceceaec047970591fd07d5571517347", "sha256": "4e4c2e99926b4a0cb5a3d56cf3d5435145fb326cf0358db3be631766187bb8ec" }, "downloads": -1, "filename": "PyCraft-1304090.tar.bz2", "has_sig": false, "md5_digest": "9ceceaec047970591fd07d5571517347", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15593, "upload_time": "2013-04-09T14:46:09", "url": "https://files.pythonhosted.org/packages/61/51/b899504743f4883079e0bd41555da301e3975e8aad2e203f04a9502186dd/PyCraft-1304090.tar.bz2" }, { "comment_text": "", "digests": { "md5": "b930ebeef5663c783bad73f6e518c0c9", "sha256": "1d360aea05d29893b3549634dc9f92461436c91fb9463f08319f439cb4d6a388" }, "downloads": -1, "filename": "PyCraft-1304090.tar.gz", "has_sig": false, "md5_digest": "b930ebeef5663c783bad73f6e518c0c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17349, "upload_time": "2013-04-09T14:42:45", "url": "https://files.pythonhosted.org/packages/0c/eb/d982dd3070e5f89c8ba78e642c6bdba2b80240df676e8956f42cebf3070b/PyCraft-1304090.tar.gz" } ], "1402240": [ { "comment_text": "", "digests": { "md5": "378f1dcb09f5c4869c2b454b59e13eb8", "sha256": "20a6afb25091dc748764878890c7c29d9ab923cccdbfc4d7a636b6d37daac336" }, "downloads": -1, "filename": "PyCraft-1402240.tar.bz2", "has_sig": false, "md5_digest": "378f1dcb09f5c4869c2b454b59e13eb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23175, "upload_time": "2014-02-24T19:24:57", "url": "https://files.pythonhosted.org/packages/28/bb/6b8d840f831a92bfeecdabdb7df444a0bcd31fe5c151d9e9aa2222914c56/PyCraft-1402240.tar.bz2" } ], "1403020": [ { "comment_text": "", "digests": { "md5": "9cedc4528b658b63f71ad30dc5de343b", "sha256": "c8646926e4b4445f95278231341e47905e7e1402d86b93a97bd6145c99fe4726" }, "downloads": -1, "filename": "PyCraft-1403020.tar.bz2", "has_sig": false, "md5_digest": "9cedc4528b658b63f71ad30dc5de343b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24007, "upload_time": "2014-03-02T13:23:21", "url": "https://files.pythonhosted.org/packages/ce/9d/7178e9eb7cb00f22219fc454d86cab4c61c6efd3dd783d5b0583d3c5c1c9/PyCraft-1403020.tar.bz2" } ], "1403100": [ { "comment_text": "", "digests": { "md5": "4a0be296cb3dbd5ff9cbcdfe1fd8365e", "sha256": "93701200bcd27c452bbf12448c6eac556c6d4c2b6f089f4ea56703a95a64cecd" }, "downloads": -1, "filename": "PyCraft-1403100.tar.bz2", "has_sig": false, "md5_digest": "4a0be296cb3dbd5ff9cbcdfe1fd8365e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24064, "upload_time": "2014-03-10T21:01:14", "url": "https://files.pythonhosted.org/packages/65/40/58580b5a9c34cbd4444b83dbaa1f87b03c2e95151641ff1889967aa8d355/PyCraft-1403100.tar.bz2" } ], "1403230": [ { "comment_text": "", "digests": { "md5": "e82c45108c4d832f6a8d19b83231ce26", "sha256": "89bad4c86f1070a10810114d34a9b7902aa9f8a7b4a67f4d16860a7dd29bef72" }, "downloads": -1, "filename": "PyCraft-1403230.tar.bz2", "has_sig": false, "md5_digest": "e82c45108c4d832f6a8d19b83231ce26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26170, "upload_time": "2014-03-23T12:55:25", "url": "https://files.pythonhosted.org/packages/11/8c/b6de8d6521bb3554babb624e0cdd6fc327dc9baf814b787ca291e468e8da/PyCraft-1403230.tar.bz2" } ], "1405030": [ { "comment_text": "", "digests": { "md5": "b525737fce4433046ab7f2e2385a3956", "sha256": "cc2382e5267e831113afcfad058f2faae89285d71c6ef8b3964d23430287e18a" }, "downloads": -1, "filename": "PyCraft-1405030.tar.bz2", "has_sig": false, "md5_digest": "b525737fce4433046ab7f2e2385a3956", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26224, "upload_time": "2014-05-03T14:27:03", "url": "https://files.pythonhosted.org/packages/ac/e6/ade236af7a5b7619453348c1d8891e99926927c0a507a9f31d1fe0901929/PyCraft-1405030.tar.bz2" } ], "1411070": [ { "comment_text": "", "digests": { "md5": "5320918b1031e56d4535e6845e63eeed", "sha256": "a29c1e9dbdf6b48f57b7f993d7752fdcf4f285c9fa71151b25244a2bcd6f4e4c" }, "downloads": -1, "filename": "PyCraft-1411070.tar.bz2", "has_sig": false, "md5_digest": "5320918b1031e56d4535e6845e63eeed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26939, "upload_time": "2014-11-07T21:55:59", "url": "https://files.pythonhosted.org/packages/1e/21/170965b1590b529c32880b91287558369ec98c34ddf518782b76bb8ac580/PyCraft-1411070.tar.bz2" } ], "1503040": [ { "comment_text": "", "digests": { "md5": "422ede78f942a15c20bbcdfa0e1e62c6", "sha256": "4a5e210aff02931c38c39c3ff414bc8ff9a3d4a3445286dbb295dcd27657bd5e" }, "downloads": -1, "filename": "PyCraft-1503040.tar.bz2", "has_sig": false, "md5_digest": "422ede78f942a15c20bbcdfa0e1e62c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24516, "upload_time": "2015-03-04T21:06:49", "url": "https://files.pythonhosted.org/packages/70/7d/ebad9f0ed61b2120edbcbbb7baa48b5399cb306ded7e82ab77e5280d8c05/PyCraft-1503040.tar.bz2" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "422ede78f942a15c20bbcdfa0e1e62c6", "sha256": "4a5e210aff02931c38c39c3ff414bc8ff9a3d4a3445286dbb295dcd27657bd5e" }, "downloads": -1, "filename": "PyCraft-1503040.tar.bz2", "has_sig": false, "md5_digest": "422ede78f942a15c20bbcdfa0e1e62c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24516, "upload_time": "2015-03-04T21:06:49", "url": "https://files.pythonhosted.org/packages/70/7d/ebad9f0ed61b2120edbcbbb7baa48b5399cb306ded7e82ab77e5280d8c05/PyCraft-1503040.tar.bz2" } ] }