Minecraft BinaryStream Library written in Python
Project description
BinaryStream-Python
BinaryStream Library written in Python
A python version of Binarystream
Install
pip install mcbe-binarystream
Usage
from binarystream import *
stream = BinaryStream()
stream.write_byte(1)
stream.write_unsigned_char(2)
stream.write_unsigned_short(3)
stream.write_unsigned_int(4)
stream.write_unsigned_int64(5)
stream.write_bool(True)
stream.write_double(6)
stream.write_float(7)
stream.write_signed_int(8)
stream.write_signed_int64(9)
stream.write_signed_short(10)
stream.write_unsigned_varint(11)
stream.write_unsigned_varint64(12)
stream.write_varint(13)
stream.write_varint64(14)
stream.write_normalized_float(1.0)
stream.write_signed_big_endian_int(16)
stream.write_string("17")
stream.write_unsigned_int24(18)
License
This project is licensed under the Mozilla Public License 2.0 (MPL-2.0).
Key Requirements:
- Modifications to this project's files must be released under MPL-2.0.
- Using this library in closed-source projects is allowed (no requirement to disclose your own code).
- Patent protection is explicitly granted to all users.
For the full license text, see LICENSE file or visit MPL 2.0 Official Page.
Copyright 漏 2025 GlacieTeam. All rights reserved.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mcbe_binarystream-2.1.0.tar.gz
(12.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcbe_binarystream-2.1.0.tar.gz.
File metadata
- Download URL: mcbe_binarystream-2.1.0.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80844c0718abe0449f4702c666e7d7a45f8e7b1db299d1553fb62bd49395696f
|
|
| MD5 |
37e6001787dc69825ddf8bd0244a7fc9
|
|
| BLAKE2b-256 |
323d11f580def02ed14f4acc0b0be298634c6320dddd1457a283ee7776ecea10
|
File details
Details for the file mcbe_binarystream-2.1.0-py3-none-any.whl.
File metadata
- Download URL: mcbe_binarystream-2.1.0-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77db7a8861ea6e54b6fefa86521cd17b1c43a1e162b9a3fbfc7804e40a6c9f4a
|
|
| MD5 |
1f629198c8044fb3207c616720c0c21a
|
|
| BLAKE2b-256 |
9b7c95a8aaf5bcaa7760ae656f0890deb4dc5dc7d68dbec62e5920161a03b8e6
|