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.3.0.tar.gz
(11.5 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.3.0-py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file vibewarz-0.3.0.tar.gz.
File metadata
- Download URL: vibewarz-0.3.0.tar.gz
- Upload date:
- Size: 11.5 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 |
0367748e44cc9adde4cbf2274c1fe7df8333243be1de7eb2bbddc7e1e55b15e9
|
|
| MD5 |
cdf7ac289cca0f1c663b58a6880f9073
|
|
| BLAKE2b-256 |
1375b6977773d45c0cd16e3a1d709bea8d7883c5721558185dcf542b0ebc2659
|
File details
Details for the file vibewarz-0.3.0-py3-none-any.whl.
File metadata
- Download URL: vibewarz-0.3.0-py3-none-any.whl
- Upload date:
- Size: 15.5 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 |
c3a4982e152d49788691bf952ef534037dbe0f7790d38596aa3ce4fb636f1cb6
|
|
| MD5 |
b50bf16301025e2449eb979d63c3db0d
|
|
| BLAKE2b-256 |
5b74328d4f9e459225289ebb296f7ca0fec56f665c8d6da799f1ea880d937890
|