LICENSE
README.md
pyproject.toml
r_python_bedrock_protocol/__init__.py
r_python_bedrock_protocol/bot.py
r_python_bedrock_protocol/client.py
r_python_bedrock_protocol/config.py
r_python_bedrock_protocol/event_emitter.py
r_python_bedrock_protocol/ping.py
r_python_bedrock_protocol/realms.py
r_python_bedrock_protocol/relay.py
r_python_bedrock_protocol/server.py
r_python_bedrock_protocol.egg-info/PKG-INFO
r_python_bedrock_protocol.egg-info/SOURCES.txt
r_python_bedrock_protocol.egg-info/dependency_links.txt
r_python_bedrock_protocol.egg-info/requires.txt
r_python_bedrock_protocol.egg-info/top_level.txt
r_python_bedrock_protocol/auth/xbox.py
r_python_bedrock_protocol/crypto/cipher.py
r_python_bedrock_protocol/crypto/ecdh.py
r_python_bedrock_protocol/crypto/jwt.py
r_python_bedrock_protocol/protocol/datatypes.py
r_python_bedrock_protocol/protocol/devices.py
r_python_bedrock_protocol/protocol/packets.py
r_python_bedrock_protocol/protocol/serializer.py
r_python_bedrock_protocol/protocol/varint.py
r_python_bedrock_protocol/protocol/versions.py
r_python_bedrock_protocol/raknet/connection.py
r_python_bedrock_protocol/raknet/protocol.py
tests/test_bot_cluster.py
tests/test_crypto.py
tests/test_datatypes.py
tests/test_serializer.py
tests/test_varint.py
tests/test_versions.py