Metadata-Version: 2.4
Name: bedrock-protocol
Version: 0.0.1
Summary: Minecraft Bedrock Protocol Library
Author: GlacieTeam
License: MPL-2.0
Project-URL: homepage, https://github.com/GlacieTeam/bedrock-protocol
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bedrock-protocol-binarystream>=1.1.0
Requires-Dist: bedrock-protocol-nbt>=1.1.0
Requires-Dist: bedrock-protocol-packets>=0.0.1
Dynamic: license-file

# bedrock-protocol
Bedrock Protocol Library Meta Package

## Install
```bash
pip install bedrock-protocol
```

## Modules
| Module           | Link                                                          |
| ---------------- | ------------------------------------------------------------- |
| binarystream     | <https://github.com/GlacieTeam/bedrock-protocol-binarystream> |
| nbt              | <https://github.com/GlacieTeam/bedrock-protocol-nbt>          |
| packets          | <https://github.com/GlacieTeam/bedrock-protocol-packets>      |

## License
All of these project are 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](LICENSE) file or visit [MPL 2.0 Official Page](https://www.mozilla.org/en-US/MPL/2.0/).  

---


### Copyright © 2025 GlacieTeam. All rights reserved.
