Skip to main content

Local analysis tool for Pokercraft in GGNetwork

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

Pokercraft Local

This is a customized visualization tool using downloaded data from Pokercraft in GGNetwork.

Here is working demo.

Dependencies

  • Python 3.12 (for libraries, check requirements.txt.)

How to run

1. Installation

Clone this git repo and install dependencies with pip install -r requirements.txt, optionally on virtual environment.

You can also download this library from PyPI; Run pip install pokercraft-local.

Or alternatively, you can just download compiled binaries from Releases page. This is the best decision when you are a Windows user and don't know programming.

2. Collect your data files from Pokercraft

Download "Game summaries" file by pressing green button on your pokercraft tournament section, and "Hand histories" file by pressing red button on your pokercraft tournament section. If there are too many tournament records on your account, GGNetwork will prevent you from bulk downloading, therefore you may have to download separately monthly or weekly records.

pokercraft_download

Also there are some expiration dates for each file; You cannot download tournament summaries for tourneys which are 1 year old or older, neither hand histories for tourneys which are 3 months old or older.

After you downloaded, just put all .zip files in single folder. The library finds all GG(blabla).txt files from a selected directory and .zip files recursively by default.

3. Running a program

For GUI, if you successfully run the program, you will be able to view something like following image.

gui_screen

3A. When you cloned this whole repo

Run run_cli.py with some arguments. Make sure you installed all dependencies before running.

python run_cli.py --help

Or alternatively, you can run run_gui.py instead.

python run_gui.py

3B. When you installed libraries via pip

Run following Python code to start GUI, and you are good to go.

from pokercraft_local.gui import PokerCraftLocalGUI

if __name__ == "__main__":
    PokerCraftLocalGUI().run_gui()

To do something programatic, check run_cli.py for example references.

3C. When you directly downloaded releases

Execute pokercraft-local-.../run_gui/run_gui.exe from downloaded zip file on your local machine.

4. Check results

Go to your output folder and open generated .html file. Note that plotly javascripts are included by CDN, so you need working internet connection to properly view it.

Features

Each plots are now providing documentations in .html, so please read when you generated a file. There are following sections;

Tournament Summary Analysis

  1. Historical Performances
  2. RRE Heatmaps
  3. Bankroll Analysis with Monte-Carlo Simulation
  4. Your Prizes
  5. RR by Rank Percentiles

Hand History Analysis

  1. All-in Equity Chart
  2. Chip Histories

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

pokercraft_local-2.1.0.tar.gz (830.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pokercraft_local-2.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pokercraft_local-2.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

pokercraft_local-2.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pokercraft_local-2.1.0-cp313-cp313t-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

pokercraft_local-2.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pokercraft_local-2.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pokercraft_local-2.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pokercraft_local-2.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pokercraft_local-2.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pokercraft_local-2.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pokercraft_local-2.1.0-cp313-cp313-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.13Windows x86-64

pokercraft_local-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pokercraft_local-2.1.0-cp313-cp313-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pokercraft_local-2.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pokercraft_local-2.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pokercraft_local-2.1.0-cp313-cp313-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pokercraft_local-2.1.0-cp313-cp313-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pokercraft_local-2.1.0-cp312-cp312-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86-64

pokercraft_local-2.1.0-cp312-cp312-win32.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86

pokercraft_local-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pokercraft_local-2.1.0-cp312-cp312-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pokercraft_local-2.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pokercraft_local-2.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pokercraft_local-2.1.0-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pokercraft_local-2.1.0-cp312-cp312-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

File details

Details for the file pokercraft_local-2.1.0.tar.gz.

File metadata

  • Download URL: pokercraft_local-2.1.0.tar.gz
  • Upload date:
  • Size: 830.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for pokercraft_local-2.1.0.tar.gz
Algorithm Hash digest
SHA256 a57fa7b10ddc1351a6943fe48ebe3c37733f0d5070669799bf5c10fbbbc2cced
MD5 499d1f16536243f24cf192bf38e89ec2
BLAKE2b-256 41f522be756150ee7a6989046923192005f0c9e22e99941bd3814322068224f9

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77f4f1b03ade37d9c0075a5eae66cde9360ad60897d752462d928f2af3a3e0c4
MD5 6d8ef79ce159207e1d262c170b03679f
BLAKE2b-256 4c88107a507877c1c634c7d657f83e7807e8be7d8824362b721e0e7574cce2b8

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd9767ff9eb6f20d9d789a9ad760b229136ad5866da393063d7b528481a759fb
MD5 712735e19180d9a0c9b43162c258940f
BLAKE2b-256 799048d6c70d8a4c33b82d6ea12b0acb39aea5ba1a6f0a2b7b833b4c1a27bcf2

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 723d43a6698c5c21fd966d28892dc60f927acede5c64f1dd3357db69489f5246
MD5 f3c9cfeb99b65cca2682a5e3fbb4025a
BLAKE2b-256 a221ae02c7fa66f91609b08a52245fcd3c49e333c8104492bfaffee3ed038e08

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0fed6406341104bc2339b1610a11c477584e9d1e52711c02a10c9a0f9e5e4890
MD5 e1709089cc18dea6510a82d67fbd9cc9
BLAKE2b-256 c4348ae2f6126e308b9afe3d40f350f48ceb56b6bae6449d09ab009d461a99d7

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 479da531291c09f7012973dee0594f50acbd5f07017b8692094ddd3ec4d6e366
MD5 c24f7492240bf6bd4eebc63e50b3836c
BLAKE2b-256 f46d3a98163d5abff97a3c7a61240dcc7d5aeb72b7518100bd59fbdc0b37d576

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 575519751bc483644349e48724a3daa3fba6a6886b164fba62cd7ad09bb6a725
MD5 a2c2697d33ff0f4e7677a2285893fb3d
BLAKE2b-256 52f8ae01ff0f2a20e773d2a37d60f70e3d64f95bdbad918b6fcd7223d1d107ea

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b36c6b4cbbb54208847be3730592d7b59cee567f057bc2272ad6ab4acce1bf9d
MD5 b3559f6abe93c1401723ac8bcad6e984
BLAKE2b-256 61da3096fa5dabcee7ec24efcde9065b3d8ec81b64e35464d6dd8b223e300219

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 70c391c48204402ec0d97b692eb2eb02b1681e5b09e900330608c9db32e1d5de
MD5 a4db6b219bb73c4aca2ef9de54c50b34
BLAKE2b-256 d90a4d1523d346f81ed56cdb30696661980f420a5153e8befafe8d065c64904c

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da0433affb40efef8ca0cf5b920214324001d7d856a7cbaffd44b38a0094082e
MD5 ee52547cfbd3a4f32fb40e27eedc5d9b
BLAKE2b-256 42ff10034a935dd7e77d1ee98babb02aa4a548a0bfcfe5ae7a6911674194d193

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 524de3c2b59aea169f334cb6f07a6dd09dcc738e6f1aa848d5fb04781ce228fa
MD5 0f427ae20c2a8b58cbd32e3aae746c31
BLAKE2b-256 b7442c79b2fc44feecc4b98aedfa4c8dc9fba31eb8c84ff2016713c280437648

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b2ddc13462b5396ba7c788831a9c3c668d10811c6552a64cded0f93ebee308e0
MD5 8a15edf7f6b45426a3371f23d51d14a5
BLAKE2b-256 e43f6b5ae420d95bf263ad7eef61c3a47833639c157c2e813cd7eabb7116ea3d

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0db776a0169f5e34cff615e78856f6e9d531e90f37cb5c67b5ab70bb02b08339
MD5 3c0cb0281ef70feb6846c288ad79d572
BLAKE2b-256 2373eabee7eb931fdbc23f961ff0a3c5c017cfb75382199683f329335cda8420

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a2e3d07edce6c35d87e54163c32cb8b298d6280e554516527012b3e2569dd4e9
MD5 8e6423ca46a6004d96459038cb2493ab
BLAKE2b-256 05c3f1272915dbbcdcc85d5a20300414649868c127ca5bee82c8bf6c0a093df2

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5cd93d12a93d9b93dbc1507deb197df917c121b387e98eb1e0039df19f8dce43
MD5 9de197f08333915ce150f3afcd0026f0
BLAKE2b-256 e2bc9c711335f22b69b44d47a20951a60e29033c968d4a2d375ab0581277a251

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad82e87f57500d947d8e922ced6c1bfb3909f803c63bb0d8c2deff2c836d7fd0
MD5 3d83372d5e6ee73bcc816f1bb7cba9bb
BLAKE2b-256 680e751b5f2f865d126ffe12b25683e06eb59cc5f63b91f25e3e1933d2ce4060

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29ffc45ebedf2d07fae900cd71c7e77d64bab7c37adf9c2e800173b24dad6e2b
MD5 56c54f0b56c7f4e70cd710825fcfc6ae
BLAKE2b-256 07cd2aa290b4e475270aa56d69e3c09a051cae0ca178e432ad8bd7fbac81000f

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1d21596ff0de8faee35509e45f94d0aca3ecc80c8026b9039376873cec3a71b7
MD5 6374473d3be40a7627f5126cdbbf1b0f
BLAKE2b-256 e60777089372f30c8e5dc4edadea3c080ae7f669f6691a5af237c2b509997d1a

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 379b0b342ee08b8f5b4b51b604cdebfb9210c1c816915d78bed438cd46a6a376
MD5 ea089334df0b0e565956a9468bf08be8
BLAKE2b-256 b9a4cb71bbe3a7a5e5637af284a25aa46082653be1312035f75d278faa9c1ada

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 024db61995b00603e27f5d583618f03cdf4db0e353bea7cae5a3c7e5853778f0
MD5 7964def3f9a41d8317b6255a258c450c
BLAKE2b-256 9b0f610ba8535dec03e2f911fc1d6fd0278fcda0aa191a8ea47f33a597a01505

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 73c3018e1cebf643a29e1fffa075d0a323461f77407b50c411629fafecafb8ab
MD5 54756abee90b1947b9eb3ec4d73e1f8e
BLAKE2b-256 31f61472cc1ae6db4d4388424bfd6098f5cc50e7c875f369090ab539de9d8387

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e18462c5771dcee7161b343213833aa8c25b42a294995fc5b15077d3d98617ca
MD5 936f7bab09453f0d9fcc4286c6d53445
BLAKE2b-256 d23fd179280212eacff09898c4b8286590fab4a77c7f57b81d9106797d19f9fa

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 085a7f9ed02177b443c6d3c3d2c335b5c47a5ea9771a82aa74ddfefd3a60b053
MD5 fe08442a361355b99bce70ca0c0c97b4
BLAKE2b-256 881e492b41b58a961afa2ef2ff61e3fa73318b08b0799320ecfa0e92404aaf9e

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2ddda498e8f85b52774d10212dfc02cf7bb7667daa1c2dce64a269579cac7ceb
MD5 38c377c0c63db4148b9a8950c23fbcca
BLAKE2b-256 8c9c69efe115df1f2f70c78289413d7b6329882c2081c98072690988624d0baa

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 43cefbf76c4708824d77cadf7cebb351f76b9fd5551d56d122082749edf2e00c
MD5 b71309b20b32cd1414e6b8492606133e
BLAKE2b-256 4c592ed0c3e7f9b3a7112bdf0ecc16886a99b6d969720d4c85af75f709d3287a

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9862e8721c8d9c9ceb02d3b658de5a878649076f21b8ab62d8633996b3be069d
MD5 e74c9fb84b86f3e804cde2532da5a725
BLAKE2b-256 a393d80a11fbca5b00d63d6ef051a46bf18e3982e626354f10b1b62eb51eb307

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8f029b8aab651251b4d0048c74b4be31f933f4419753e4a5fe7b58f788c3e88a
MD5 d5d8e2c901e567f035ba5c43be672001
BLAKE2b-256 cd66d72ce32ec64467afbc73e42e03ec91234a142a03d57d1c4af1f93b6a549c

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 897e911020e471bfb9a3a71a27ddbdd2a90caf94cd98a0afb607a86509440d8f
MD5 fbd00b0301836fe03860e461ecaa4ea3
BLAKE2b-256 1f33b028560f95c631895c4600352177b644b20536b9aa2f395acf11291610bb

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9ea682f2b62ddbe3a63fc1224a23b4e43e3e0aaf0acd31f811016e564a1cb85d
MD5 ec7a9d06647dfdd3ad091872896a3251
BLAKE2b-256 3eb195305d30e686fd79f79d394e10238b2bf6fff66b7bfd5e3128ae262238a9

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8393d1c54f172fb8a0177cf33475840d23ab2e1d40ca568408c8af5597b5605a
MD5 afbc82f788688e5fb626823c1561eb86
BLAKE2b-256 d49fb36fae39b9b5fb66914f932652b6e296c8ac2efef555fb4867d1e2c4c316

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be1b6534e64fa9617fa0b440487995d3536ef50263ee964023946318415a4c9f
MD5 c7847a779aa96da02a3fd5204a8a51df
BLAKE2b-256 835440bed1ba9232e8faeb567c6ed10019442466f8d3e9e6782ec51cedd79a99

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 07d3cb11a9e3b195a984c1180dc67b7c43a43a16fca187eeb9b328d1ba74a202
MD5 00e6a11312f03afa6966c7d61c996c01
BLAKE2b-256 39d1debc9dfdbdec41c73d2781cc622697b9d110c8517041cbb9aa9af9ee5244

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0f46786bd088d37e0f8728978441b90d2de716e9113a8b65b30a4714d0a8ef7d
MD5 532640184ffc89ad2291d625f1f4aebf
BLAKE2b-256 adef6da497d85a2de67fa7826e6cd991aecea31df6ce704bde482ec36bd4724b

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4ad992406462e5c6137e36ef6065adccb1d3797db31edc477a9d4d010d4350da
MD5 d2a66ce766b959ebe829a790a04210c2
BLAKE2b-256 9705e1ee088c219289c6aa389ea47855a93a95266c7f670a29c854ed72cb1cd4

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f75f212730ed3d75a68ba5fbee2487f03f345a519f34352bbcb60d50ba1f0336
MD5 a57dd7585574136bfebb1ba49eb0ea53
BLAKE2b-256 9abba925431628395e7ef1efa344fe7bc31bc6487a458d26e35dc0b033da78f4

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff510e9d97b674b0cc25e6a62e36de3388a956552f4575f6fe09baecaf91865d
MD5 b54be87124e2dede2b14ca2fc00c198c
BLAKE2b-256 e89f660dea738e18b6bed78044a13363ecc5fae9a3c8a6a17dc2abb5ef43a731

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef2278b16aecf8d3d3f47b75cfaec854511e5caaaec6d8dab5efbfb3c827ad98
MD5 f0cbee346a9c8886c0a52cffa8d78dd2
BLAKE2b-256 38c8db8e102f2735b4ccf5a6047e73539c3fb0e420b8b2bf5f1cbe221ebdd2f1

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6d7816bc889d6951c3191ca6415dc3a4b2fe6769a5e9990f1454ebc0fea3f959
MD5 77b257700a3368906ed574b7e2e19ff8
BLAKE2b-256 91ed900232a65676947ca5badfd6ad02716695167a51822d44e5d2d6d1a8d89f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page