https://github.com/amulet-team/amulet-nbt
A Python library for reading and writing binary NBT and stringified NBT.
https://github.com/amulet-team/amulet-nbt
amulet cpp minecraft nbt python3
Last synced: about 2 months ago
JSON representation
A Python library for reading and writing binary NBT and stringified NBT.
- Host: GitHub
- URL: https://github.com/amulet-team/amulet-nbt
- Owner: Amulet-Team
- License: other
- Created: 2019-08-11T02:55:24.000Z (almost 7 years ago)
- Default Branch: 4.0
- Last Pushed: 2025-03-18T09:59:06.000Z (about 1 year ago)
- Last Synced: 2025-03-30T03:05:48.069Z (about 1 year ago)
- Topics: amulet, cpp, minecraft, nbt, python3
- Language: Python
- Homepage:
- Size: 1.99 MB
- Stars: 45
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amulet-NBT



Amulet-NBT is a Python 3 library, written in C++, for reading and writing both binary NBT and SNBT.
SNBT (or Stringified-NBT) is the JSON like format used in Java commands.
## Installing
Run this command to install from PyPi.
`pip install amulet-nbt~=4.0`
## Documentation
See our [readthedocs site](https://amulet-nbt.readthedocs.io) for the full documentation of this library.
## Development
To develop the library you will need to download the source and run this command from the root directory.
`pip install -e .[dev]`
This will build the library in-place and expose it to python.
Since this code is compiled you will need to run it again each time you change the C++ code.
## Links
- Documentation - https://amulet-nbt.readthedocs.io
- Github - https://github.com/Amulet-Team/Amulet-NBT
- Website - https://www.amuletmc.com/