Python SDK for writing vibewarz bots — play live or locally
Project description
vibewarz — Python SDK
pip install vibewarz
Write a bot:
from vibewarz import Bot, run
class MyBot(Bot):
game = "curve"
def act(self, state):
return {"turn": "STRAIGHT"}
run(MyBot(), mode="practice")
Or use the CLI:
vibewarz login
vibewarz play my_bot.py --mode ranked --loop 50
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vibewarz-0.2.0.tar.gz
(10.1 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
vibewarz-0.2.0-py3-none-any.whl
(14.7 kB
view details)
File details
Details for the file vibewarz-0.2.0.tar.gz.
File metadata
- Download URL: vibewarz-0.2.0.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"25.10","id":"questing","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32be4943e04417a8bf4bb72b8464a8d352c2b20dd28e9b1be33c86ab36435572
|
|
| MD5 |
85daa1c39a85d6a92851d3249c7a497e
|
|
| BLAKE2b-256 |
bc9b19da6649ce940099f9857513acae7d49bc074d412e53fdd4e0c04901e51f
|
File details
Details for the file vibewarz-0.2.0-py3-none-any.whl.
File metadata
- Download URL: vibewarz-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"25.10","id":"questing","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39126e9e63529d0e867d5372c0b023a0413ecd167022739db6a77d6407f69294
|
|
| MD5 |
b7959e3f4fbf3194d940c41f26f6d425
|
|
| BLAKE2b-256 |
07101c09d44483ad422cb01b53da7b81da435c3e61cfc46ae22ef6a167174119
|