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.5.0.tar.gz
(15.2 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.5.0-py3-none-any.whl
(18.6 kB
view details)
File details
Details for the file vibewarz-0.5.0.tar.gz.
File metadata
- Download URL: vibewarz-0.5.0.tar.gz
- Upload date:
- Size: 15.2 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 |
6f5018a2fafd915a5cab7fb909389b9bf9754b784a7b149edf0bc52ef8f01fac
|
|
| MD5 |
c360012e7c6915850bd25d08aeea49fa
|
|
| BLAKE2b-256 |
636cd38f82f5431046748ac9ddffe834d862e2141dd41c53ad0f2f0d067c0828
|
File details
Details for the file vibewarz-0.5.0-py3-none-any.whl.
File metadata
- Download URL: vibewarz-0.5.0-py3-none-any.whl
- Upload date:
- Size: 18.6 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 |
66efbcfae2f4f921b684989501855f9d303a45eee97333892467411fbd64e45a
|
|
| MD5 |
e5efbdf988a72c0624b9a6b84c694888
|
|
| BLAKE2b-256 |
5dc7768cd30fa3854937886c18892f87bbe408c23731ec6c3d415f7fa89d2574
|