Official Python client for the Pokerai API — solver-grade GTO strategy for 6-max No-Limit Hold'em. Placeholder; full SDK coming soon.
Project description
pokerai
Official Python client for the Pokerai API — solver-grade GTO strategy for 6-max No-Limit Hold'em, over HTTP.
This is a placeholder release reserving the package name. The full SDK is on the way. In the meantime the API is a plain HTTP + JSON service you can call directly, or generate a client from the OpenAPI spec.
- Docs: https://pokerai.bet/docs.en
- Interactive reference: https://pokerai.bet/reference
- Get a free API key: https://pokerai.bet/login
pip install pokerai-bet # distribution name; import as `pokerai`
curl -s https://pokerai.bet/v1/gto/preflop \
-H "Authorization: Bearer $POKERAI_API_KEY" -H "Content-Type: application/json" \
-d '{"hole_cards":"AhKh","positions":{"hero":"MP"},
"preflop_actions":[{"position":"UTG","action":"raise","amount":3}]}'
MIT licensed.
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
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
File details
Details for the file pokerai_bet-0.0.1.tar.gz.
File metadata
- Download URL: pokerai_bet-0.0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a87d8f158f78f148d41b26826b10d3e18bb39b5c7294573c7d4594b2511defed
|
|
| MD5 |
7f1c8029d4294a3fb6ee96b17a9c0899
|
|
| BLAKE2b-256 |
dff3a10b23f61faccbf00c88c57e8a3bb5d5dd600556688a1ee8c777bed6e76a
|
File details
Details for the file pokerai_bet-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pokerai_bet-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93ee36026081332eb34da1060823732f0db256df8407866dfbcdd02039b37c59
|
|
| MD5 |
6bf286fe2685e164b9f727cf99e11c3e
|
|
| BLAKE2b-256 |
d2115f999643ab1c6358c24c15c76973da2eaf2488560d047a7ee7ec0a3ee14e
|