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.6.0.tar.gz
(18.8 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.6.0-py3-none-any.whl
(21.7 kB
view details)
File details
Details for the file vibewarz-0.6.0.tar.gz.
File metadata
- Download URL: vibewarz-0.6.0.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
147a082e456674b8536741558c48656ad5f9fdee89675c953a783d1a3b9a4dba
|
|
| MD5 |
b62e781745f32bac5956e68785a31c48
|
|
| BLAKE2b-256 |
709b10411be7f13151eb6fb3d73e09e593370e9edc3c8aae4a4df40d82f2ee49
|
File details
Details for the file vibewarz-0.6.0-py3-none-any.whl.
File metadata
- Download URL: vibewarz-0.6.0-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cf92ba6a2c9409623840adbe765144777a83d42238cceb8b9b251bbafba60d4
|
|
| MD5 |
400f211c5bbd46b15a38b1419df1cfea
|
|
| BLAKE2b-256 |
020ea8b9f7a7a46bfdd83952037d4c80551ad9b6a1064af4a717966ec94cb379
|