balatrobot 0.7.1__tar.gz → 0.7.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of balatrobot might be problematic. Click here for more details.
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.github/workflows/release_please.yml +11 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/CHANGELOG.md +7 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/PKG-INFO +1 -1
- {balatrobot-0.7.1 → balatrobot-0.7.2}/balatrobot.json +1 -1
- {balatrobot-0.7.1 → balatrobot-0.7.2}/pyproject.toml +1 -1
- {balatrobot-0.7.1 → balatrobot-0.7.2}/src/balatrobot/__init__.py +1 -1
- {balatrobot-0.7.1 → balatrobot-0.7.2}/src/balatrobot/client.py +4 -2
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/balatrobot/test_client.py +15 -2
- {balatrobot-0.7.1 → balatrobot-0.7.2}/uv.lock +1 -1
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.claude/commands/commit-msg.md +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.claude/commands/commit.md +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.claude/commands/test.md +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.claude/settings.json +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.cursor/rules/docs-formatting.mdc +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.cursor/rules/python-development.mdc +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.editorconfig +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.envrc.example +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.gitattributes +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.github/workflows/code_quality.yml +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.github/workflows/deploy_docs.yml +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.github/workflows/release-pypi.yml +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.gitignore +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.gitmodules +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.mdformat.toml +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.python-version +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.vscode/extensions.json +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/.vscode/settings.json +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/CLAUDE.md +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/LICENSE +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/Makefile +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/README.md +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/balatro.sh +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/balatrobot.lua +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/bots/example.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/bots/replay.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/docs/assets/balatrobot.svg +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/docs/balatrobot-api.md +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/docs/contributing.md +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/docs/developing-bots.md +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/docs/index.md +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/docs/installation.md +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/docs/logging-systems.md +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/docs/protocol-api.md +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/mkdocs.yml +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/runs/.gitkeep +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/src/balatrobot/enums.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/src/balatrobot/exceptions.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/src/balatrobot/models.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/src/balatrobot/py.typed +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/src/lua/api.lua +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/src/lua/log.lua +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/src/lua/settings.lua +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/src/lua/types.lua +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/src/lua/utils.lua +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/balatrobot/conftest.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/balatrobot/test_exceptions.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/balatrobot/test_models.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/conftest.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/__init__.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/conftest.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/__init__.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/checkpoints/basic_shop_setup.jkr +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/checkpoints/buy_cant_use.jkr +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/checkpoints/plasma_deck.jkr +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_cash_out.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_get_gamestate.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_get_save_info.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_go_to_menu.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_load_save.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_play_hand_or_discard.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_rearrange_consumables.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_rearrange_hand.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_rearrange_jokers.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_sell_consumable.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_sell_joker.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_shop.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_skip_or_select_blind.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_start_run.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/endpoints/test_use_consumable.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/test_connection.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/test_log.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/lua/test_protocol_errors.py +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/runs/buy_joker.jsonl +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/runs/no_shop.jsonl +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/runs/rearrange_consumables.jsonl +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/runs/rearrange_jokers.jsonl +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/runs/sell_consumables.jsonl +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/runs/sell_jokers.jsonl +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/runs/shop_reroll.jsonl +0 -0
- {balatrobot-0.7.1 → balatrobot-0.7.2}/tests/runs/use_consumable.planet.jsonl +0 -0
|
@@ -63,3 +63,14 @@ jobs:
|
|
|
63
63
|
else
|
|
64
64
|
echo "No changes to balatrobot.json"
|
|
65
65
|
fi
|
|
66
|
+
- name: Notify consumer repo of new balatrobot release
|
|
67
|
+
if: ${{ steps.release.outputs.release_created }}
|
|
68
|
+
env:
|
|
69
|
+
TARGET_REPO: "coder/balatrollm"
|
|
70
|
+
TARGET_TOKEN: ${{ secrets.TARGET_REPO_PAT }}
|
|
71
|
+
run: |
|
|
72
|
+
VERSION="${{ steps.release.outputs.version }}"
|
|
73
|
+
curl -X POST -H "Accept: application/vnd.github+json" \
|
|
74
|
+
-H "Authorization: token $TARGET_TOKEN" \
|
|
75
|
+
https://api.github.com/repos/$TARGET_REPO/dispatches \
|
|
76
|
+
-d "{\"event_type\":\"balatrobot_release\",\"client_payload\":{\"version\":\"$VERSION\"}}"
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.7.2](https://github.com/coder/balatrobot/compare/v0.7.1...v0.7.2) (2025-10-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* increase TCP socket timeout from 60s to 300s ([de3ba54](https://github.com/coder/balatrobot/commit/de3ba54656e1a378cb7e93dc1a6798e0eb946ed6))
|
|
9
|
+
|
|
3
10
|
## [0.7.1](https://github.com/coder/balatrobot/compare/v0.7.0...v0.7.1) (2025-10-23)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -35,16 +35,18 @@ class BalatroClient:
|
|
|
35
35
|
"""
|
|
36
36
|
|
|
37
37
|
host = "127.0.0.1"
|
|
38
|
-
timeout =
|
|
38
|
+
timeout = 300.0
|
|
39
39
|
buffer_size = 65536
|
|
40
40
|
|
|
41
|
-
def __init__(self, port: int = 12346):
|
|
41
|
+
def __init__(self, port: int = 12346, timeout: float | None = None):
|
|
42
42
|
"""Initialize BalatroBot client
|
|
43
43
|
|
|
44
44
|
Args:
|
|
45
45
|
port: Port number to connect to (default: 12346)
|
|
46
|
+
timeout: Socket timeout in seconds (default: 300.0)
|
|
46
47
|
"""
|
|
47
48
|
self.port = port
|
|
49
|
+
self.timeout = timeout if timeout is not None else self.timeout
|
|
48
50
|
self._socket: socket.socket | None = None
|
|
49
51
|
self._connected = False
|
|
50
52
|
self._message_buffer = b"" # Buffer for incomplete messages
|
|
@@ -20,7 +20,7 @@ class TestBalatroClient:
|
|
|
20
20
|
|
|
21
21
|
assert client.host == "127.0.0.1"
|
|
22
22
|
assert client.port == port
|
|
23
|
-
assert client.timeout ==
|
|
23
|
+
assert client.timeout == 300.0
|
|
24
24
|
assert client.buffer_size == 65536
|
|
25
25
|
assert client._socket is None
|
|
26
26
|
assert client._connected is False
|
|
@@ -28,9 +28,22 @@ class TestBalatroClient:
|
|
|
28
28
|
def test_client_class_attributes(self):
|
|
29
29
|
"""Test client class attributes are set correctly."""
|
|
30
30
|
assert BalatroClient.host == "127.0.0.1"
|
|
31
|
-
assert BalatroClient.timeout ==
|
|
31
|
+
assert BalatroClient.timeout == 300.0
|
|
32
32
|
assert BalatroClient.buffer_size == 65536
|
|
33
33
|
|
|
34
|
+
def test_custom_timeout_parameter(self):
|
|
35
|
+
"""Test that custom timeout parameter can be set."""
|
|
36
|
+
custom_timeout = 120.0
|
|
37
|
+
client = BalatroClient(port=12346, timeout=custom_timeout)
|
|
38
|
+
|
|
39
|
+
assert client.timeout == custom_timeout
|
|
40
|
+
|
|
41
|
+
def test_none_timeout_uses_default(self):
|
|
42
|
+
"""Test that None timeout uses the class default."""
|
|
43
|
+
client = BalatroClient(port=12346, timeout=None)
|
|
44
|
+
|
|
45
|
+
assert client.timeout == 300.0
|
|
46
|
+
|
|
34
47
|
def test_context_manager_with_game_running(self, port):
|
|
35
48
|
"""Test context manager functionality with game running."""
|
|
36
49
|
with BalatroClient(port=port) as client:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|