Metadata-Version: 2.4
Name: nbt_helper
Version: 0.3.0
Summary: Module for reading and writing Minecraft data files.
Author: Andrii Karandashov
License-Expression: MIT
Project-URL: Homepage, https://github.com/AntynK/nbt-helper
Project-URL: Documentation, https://github.com/AntynK/nbt-helper/blob/master/docs
Project-URL: Repository, https://github.com/AntynK/nbt-helper.git
Project-URL: Issues, https://github.com/AntynK/nbt-helper/issues
Project-URL: Changelog, https://github.com/AntynK/nbt-helper/blob/master/CHANGELOG.md
Keywords: Minecraft,NBT,Minecraft NBT,Minecraft Java
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# NBT helper
This package provides tools for reading and writing Minecraft data files. 

Current version support reading and writing all NBT tag 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) uses big-endian integers, but Bedrock Edition(BE) uses little-endian integers

