nbt-helper


Namenbt-helper JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryModule for reading and writing Minecraft data files.
upload_time2025-07-21 15:40:19
maintainerNone
docs_urlNone
authorAndrii Karandashov
requires_python>=3.9
licenseNone
keywords minecraft minecraft java minecraft nbt nbt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NBT helper
This package provides tools for reading and writing Minecraft data files. 

The current version supports reading and writing all NBT tags and also reading and writing region files(.mca).

## Features
Module uses BinaryHandle, a special class for reading and writing binary data. Because of that, byte order can be easily changed.

> [!NOTE]
> Java Edition(JE) tags are big-endian, but Bedrock Edition(BE) tags are little-endian

## License
This packaged was inspired by [NBT](https://github.com/twoolie/NBT) package.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nbt-helper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "Minecraft, Minecraft Java, Minecraft NBT, NBT",
    "author": "Andrii Karandashov",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/14/c6/7324961f2c7191d5636a37d3f0f9373b46f4a72d5b6b4d9e9958646a89c7/nbt_helper-1.0.0.tar.gz",
    "platform": null,
    "description": "# NBT helper\nThis package provides tools for reading and writing Minecraft data files. \n\nThe current version supports reading and writing all NBT tags and also reading and writing region files(.mca).\n\n## Features\nModule uses BinaryHandle, a special class for reading and writing binary data. Because of that, byte order can be easily changed.\n\n> [!NOTE]\n> Java Edition(JE) tags are big-endian, but Bedrock Edition(BE) tags are little-endian\n\n## License\nThis packaged was inspired by [NBT](https://github.com/twoolie/NBT) package.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Module for reading and writing Minecraft data files.",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://github.com/AntynK/nbt-helper/blob/master/docs",
        "Homepage": "https://github.com/AntynK/nbt-helper",
        "Issues": "https://github.com/AntynK/nbt-helper/issues",
        "Repository": "https://github.com/AntynK/nbt-helper.git"
    },
    "split_keywords": [
        "minecraft",
        " minecraft java",
        " minecraft nbt",
        " nbt"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "312cdf05af38492adb1700d68bf956641d47c3358dcd3514d50621886c1adfc2",
                "md5": "b0cced3dfca29c11c791f34d34eac54d",
                "sha256": "35636e615cc3987678328cca0605fa4d17c90824f03362af2df48be9e4b2c0d2"
            },
            "downloads": -1,
            "filename": "nbt_helper-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0cced3dfca29c11c791f34d34eac54d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 9757,
            "upload_time": "2025-07-21T15:40:18",
            "upload_time_iso_8601": "2025-07-21T15:40:18.508401Z",
            "url": "https://files.pythonhosted.org/packages/31/2c/df05af38492adb1700d68bf956641d47c3358dcd3514d50621886c1adfc2/nbt_helper-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "14c67324961f2c7191d5636a37d3f0f9373b46f4a72d5b6b4d9e9958646a89c7",
                "md5": "504ea6505f54ceb4fa03b7e9b4cb56fc",
                "sha256": "09c048958149fa7b65642cb7996c995ab0b024ff566fa6e3e650449db40d602c"
            },
            "downloads": -1,
            "filename": "nbt_helper-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "504ea6505f54ceb4fa03b7e9b4cb56fc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8029,
            "upload_time": "2025-07-21T15:40:19",
            "upload_time_iso_8601": "2025-07-21T15:40:19.997202Z",
            "url": "https://files.pythonhosted.org/packages/14/c6/7324961f2c7191d5636a37d3f0f9373b46f4a72d5b6b4d9e9958646a89c7/nbt_helper-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-21 15:40:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AntynK",
    "github_project": "nbt-helper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nbt-helper"
}
        
Elapsed time: 1.23027s