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. Following is a list of working demos.

일반인을 위한 한글 사용법 문서는 여기를 눌러주세요.

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
  3. Your Hand Usage by Positions

Project details


Release history Release notifications | RSS feed

This version

2.3.0

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.3.0.tar.gz (950.1 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.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pokercraft_local-2.3.0-cp314-cp314t-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

pokercraft_local-2.3.0-cp314-cp314t-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

pokercraft_local-2.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pokercraft_local-2.3.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

pokercraft_local-2.3.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

pokercraft_local-2.3.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

pokercraft_local-2.3.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

pokercraft_local-2.3.0-cp314-cp314-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.14Windows x86-64

pokercraft_local-2.3.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pokercraft_local-2.3.0-cp314-cp314-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

pokercraft_local-2.3.0-cp314-cp314-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

pokercraft_local-2.3.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

pokercraft_local-2.3.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.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pokercraft_local-2.3.0-cp314-cp314-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pokercraft_local-2.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pokercraft_local-2.3.0-cp313-cp313t-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pokercraft_local-2.3.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.3.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.3.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.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13Windows x86-64

pokercraft_local-2.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pokercraft_local-2.3.0-cp313-cp313-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pokercraft_local-2.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pokercraft_local-2.3.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.3.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.3.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.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pokercraft_local-2.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pokercraft_local-2.3.0-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pokercraft_local-2.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pokercraft_local-2.3.0-cp312-cp312-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pokercraft_local-2.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pokercraft_local-2.3.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.3.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.3.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.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pokercraft_local-2.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pokercraft_local-2.3.0-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pokercraft_local-2.3.0.tar.gz
Algorithm Hash digest
SHA256 35b626233fcd756e993bdfe7de9f522d78a6204bcc92d3747c1ea9623c0b9966
MD5 185b0658c05fce12e087152d0ed25f8b
BLAKE2b-256 921ecc62ea6b328c109bf458238b0ca40d47f3e40a1358d6f799a0a9051d14c1

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4396f6746c2bfe93cdb2e07c27e989a1b421b3a3368ae6dfcf99737a95d3ec53
MD5 cf396adb96c716232fb67f35a2fdd0ad
BLAKE2b-256 4a733f2f0fecd67062a7d7c81dede4ef67cd0c686b1b14b4f602cc2c3c31918e

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7ffd56dd7f4caddfa58211d337db38400012786b565b1df2a1520d1b85af4175
MD5 b7c67e183ce33a3aed228541ebf8fd0b
BLAKE2b-256 4ad11794b37ffabb9b5b94dc97e81ad13dc3073daf8ac3d427d13a5e838d1704

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1afb1a08dec0445f3cf901060e2f9992d3659e6fbcce1efae253cdb379888726
MD5 94fb0287000e3b86689051bf8234af7e
BLAKE2b-256 2edec3d34690d79ecbf516d51b9ee1b626e987f4634119cabe9022a394aeecb7

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 390083ce9e966c043804332dbb32392a2a2f9f4b3b4ffef87bbaac675c3a4bca
MD5 1391336044174c08c9831552ad92044d
BLAKE2b-256 8390e8341724ffb28e4ed3ffc63c2363ac57f2665d369e8e0326e5967d7e28af

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 930ddaaacdaaab7634575d4020c65bf594f5e32a9356fdeb9aceb4586882c896
MD5 d3ec53ac4f27511c15cd892a13a024a0
BLAKE2b-256 b5d402a6cee9b579197674f2291200d28e4890f97f6aed9caa909d75a4aaa56e

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 58403c3543cf900f1bd35f310754b7451c0c4243b939ace83ae8605ba0ea1923
MD5 b90d9fb0e2c56933ce16849ba7a995ba
BLAKE2b-256 bf56b34843dfc9c2d60bdddf0fa511c2dc2350aeaae6278c2d3896bf13902dbb

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d6eff759b5aaf09b4270cfb19760b9fc7885b9bf8949d4480576fed935462325
MD5 8ce2f9c4c51479edf0c43471fdcb6e16
BLAKE2b-256 02e2e22a6ff8c5318a766344e91d1143238c31e56ffb2a837faccd9ed5b7a0f5

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0559228f26135c22cd500c64ce2551e21b2438ab5f8a76c130c63961b51db4c4
MD5 80eaa8ca478f3cd50beb5eeea3cd2b06
BLAKE2b-256 11c203b54233fad1530b97271029e13670f29205cf2ea2137cd260394d0d9980

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a05c9ab744cc16214506a35076d7838c8e1fc59f174f1c868dde4de6ed22dad6
MD5 55c2d2c63d669c357033bd1579f11fc7
BLAKE2b-256 6c75c9defd27082f9690d31c6240be2e30e336614dcec26f4ccb4cd1382a8de4

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 586d004989fc7f2986f113462fba0357d155c87b5b330ee083c3385296f92d73
MD5 5eae05509e0d328954bf58037ee01b6e
BLAKE2b-256 75ef4afed61c74855b2933341d68658c4e1f6addc2ff5c3cd91e3b7b30fb7fb0

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 267bb93edcbfce8b3bf8b3ff32607942a208f56db7148f0bc7b7faacb0034369
MD5 735645381d4d8603a4844259163a9759
BLAKE2b-256 aa8f08fd899845baa0b495232db760ad84eec0a35118506a594b69a7819058dd

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 28312c7124f67dc243ac71ed080beaf6a010426ace27bb2939c02e8a28097052
MD5 5495304f2cc108902075c2dfa8f85d40
BLAKE2b-256 ab13896c1dd2c95b3cff36e0a4ecbce0da62091a14aae8bf94932fd4db9bfa2f

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 06660aa185b68bfcdd5ada237a114603b3114726ed8418094b97d2f2266d6460
MD5 4b5d03f6c9752cd5e61cbff0331b15c2
BLAKE2b-256 31cc1d358ef55f4c2e56e4eb6b373e90f88a3bb517767fa9703ba0a2a880aeea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0ed917e7cc50d9c5a44b37031e37d0685b4eb935135e3b9472de5b3c3a388d1
MD5 47c664056fe41d5f266b5ccecc5368d4
BLAKE2b-256 5108ac99cc442ca47efad2d139f8b60c98f885143b538c8cd6051a9db59abc8c

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b13910d0eeffbf6cdd773816330642fa272a7beccb2d936b5b8d11738ecb0d4e
MD5 62ce69da1e6d556d631df6f464734084
BLAKE2b-256 42301e667f3acf585922a0bcca22e7850cd5517cff4f72d7dbd953105cae0a41

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 67b501859d3fb8f43059714da25c34f489a6ea811aa032b423398b4918e0cc3a
MD5 dcbccaaa84e5030df8203f81efab9485
BLAKE2b-256 8e3f98cc837254b21e5fdaf435195e643810185dcbd32d193fc209c2d68b2b97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ffd8fbe96c864af3500fe464a24b14110e0b0b9c593ca98621748d824edf94b0
MD5 673e90aa6672bc3d9206dfdc1c30d9b8
BLAKE2b-256 3204a2c62ce1a8ee85fcdfb70be66abb0553a64a4c2e413063f384e9a9761dd5

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 76ffe3d86c767dfd7592b8329f892386d893975bc2114d1f56fac4cf87ef00ea
MD5 880415219f2e175e707ad20e660b10bf
BLAKE2b-256 0dfe15531b832725b994e23e590e6a66451c8b6bf9fdd341a109f4153bec4e2b

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5e7f7164c09a763277775fadffe489e72b96c43c0704a3d05c8c9b1998c3983
MD5 85299f70271e92ee697765669fe2399f
BLAKE2b-256 2b0688c72913f4b31f86f781d33bf190f4fdc33cb17bb096eb1aad4bc7682df4

See more details on using hashes here.

File details

Details for the file pokercraft_local-2.3.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 790fb6886019663b5dc5a8ab8e1b35ebecc01bdacc9ab0d7c53cd9a66929c4f4
MD5 7f19df749fa70f7c283be001c2302eef
BLAKE2b-256 85d2c29263ea2e2146f4898af2e101b47a651c5a69b8f8b00cab05b3fe602d51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7f9f884323147cc1b20aada74164b34a8adfa46f5a14220f371d128e797d9f1
MD5 640d15ca27b2066b039d1fc426b28e75
BLAKE2b-256 38fb73157bbbb60495a53c235b2b0283b1a7045ca17462428daea1dac98cad62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5e214e8f4791799ea94d31425807eba2ae25da26623edc51a3ba4200f24b62c2
MD5 b101e9d6b5c09e67dd4ff28ac4628f59
BLAKE2b-256 4c592dc59162c0395c32c15a4bc6341383ea3d08c7f2868947b2e847a099211a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6334e75a11b8a43e3aa1ce5e3b2b238bb1ec1f01e23950ef08594df5329bf2f3
MD5 3747238986f0b4985bf249bdd8b3a2d4
BLAKE2b-256 152e911ab48219c3418a482de0bc8e9f90a19160a287fae6064755446c15265e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a6960fa56affad99d9d0d5ef844c0610f44b1445c2e784b2be05ceca1579a062
MD5 84ac6c9086124fbcadfb1ea1c3f8cc8a
BLAKE2b-256 10cf9720d42351866153765e17938038abc09b707c03f24d34389bec4010dcc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 19c09c66db5b072af5893885138013bdf3aec228c24981a63bb474499702d48b
MD5 d685a16d7660ab91314fff0ba4c851d7
BLAKE2b-256 79926f85634fbbacfeea058fc28acdd77166f247787cf98ca3badfb0e587539f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 50342fb1ee9160cc3b41e17d0fe3a2601eb6a256852cd5d3f4455345e1315a76
MD5 eb66ac13311833597ccfe9fcee8e4077
BLAKE2b-256 32d2234b06aa24d94605f31df9ce77f7c5421bf134e1ce1d5579fff46cc7d34b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6a93ea40c0dac1cd5c063e7e9d2ddf294e8c6a270775b6f4b6a42b5c5e94b47d
MD5 453dec8d864480d3b8efa47aaa688101
BLAKE2b-256 6293932585f4faa532f1a181fe33aa865bfbf5e139cdf76b5a06d7b4ada1b846

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d99515f28745eff6bd0a64bef145d6f111930f379d68c5387eb34278690803a0
MD5 377fba0631c0338b169f282514e3d7ed
BLAKE2b-256 2ae3dc153daf2f5b2742ab13726db4a2840a18a87a180349c6c82ce8e53e5d4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c9345766cdcfdec965a9e9a48f377dcbe463a5ad74f859de8fbf5596067791a1
MD5 365030d64a036de3f6bb496f1592cfb9
BLAKE2b-256 c5d7c7f3220e29e79c6427e14d35b3bde6cb13013912e89c0fa053847a581b85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6712102a1f6d1d08e4119445d1fef12738bc61d10e0396189e42b6006a19dcba
MD5 7c947c9288f4da5ba8e4e50b3e4e3cf9
BLAKE2b-256 8571433358a86b23cba667d4154beca12fb163b6f7e85ea135b74bb407746b45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c7f356c82aec68cececec036f7377c02e995a378e4f218951aaaa95576a6a640
MD5 cf0cac179994975f2d75118175fd2e98
BLAKE2b-256 2532578dee321387fedf0fc4f72cf1d1e6f27ccb6e5e39f66e8c857d3f47cfed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d645a98160916bd3c7252c0167af4f01da347cf4f97570b1c341b88bce4d2864
MD5 f808fcca9b0cf1f34fcfe1dda151872c
BLAKE2b-256 8dce848751362e2e845f9175a21472b31ef80ed27842f8b679317b167c4294d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9b10b34cd43ea55a27bee113ce693b9093670ee645c28afc407a4a57338408ac
MD5 fa53b4bd94e2cd8eff40facedb1d304f
BLAKE2b-256 0a6ae1e3f4c8ac1a1c9d3deab98e09d210aee14a3711df41264fd53206b793b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fed3e92785f03f7c2f4eb9ecf2a06e5e2fdf9537fcff1776e09316a313dc8bf1
MD5 6fd25613085ff9d7a636e3f0a35b0d55
BLAKE2b-256 bb4926bceb8ad6947e6225e13474b9a13b0ad4b556b748854ceab25ddf73825a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7529cbde33e59d8499305e6dc212a6d568e951e981f9c4e4a42939ebadbd2aed
MD5 43380022fb4d9dafd600636b9ed99073
BLAKE2b-256 bff58ba7969466fe8a04b3eaaf95928e0ac384f9bdaca3ad2b1342233ae33538

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dd04241b8af89155469a58f7a9650fe3635aad742ddb602a95f918a0b28ec1cb
MD5 ca753c68b89874bce0d128ebba66af33
BLAKE2b-256 775a32ac082e7dd377aaa3c04f57677bc7d88f0974db9d94a301fe746316a4fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e1c6533e8341135c5c66c576c75859a62276a2f5e547f05514fe68fc87ecbd60
MD5 0dcb78f58bcec3f3303f7291f6ed8c27
BLAKE2b-256 12dc7b5237448674841b4db89a43cbf9cd884f2c906730184251cb440df37495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 077f95a485e31e64ced6f33dd4f3d44ce7ba5517b6d56092b1884acb25e4ea8c
MD5 fec2923ba84ba53e608d24315220a1e8
BLAKE2b-256 cb2eb8d4e0615df78e9e499b96bd74f480952dbe7419894a7f46a9598c820b6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e95f67424a1f71a7079e6daacd7625c8cda8733a7517e5277991b8ed88a8563
MD5 09cff8b685aa4bd5b3e4132a199e70bc
BLAKE2b-256 18399d45a33d28b317b6f4449f998e0777865ebb6eb45be5328b54b1223162b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 944bb6f0a2c0809a12ad10cafa3b5296519a8172225792fffe3fa05c80c9a947
MD5 5e884ed5b5d1fc3242c02d03d6fa992d
BLAKE2b-256 e9ef233f7d540af698e98ac92461cd12f57686b1c7e4d3c513d5555b3763442e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 779c0a3ef23ffca08198156533e1138a517ae5000599aad4a71d57a2842257f2
MD5 75cee05b43f9f957b23bce58836f62d9
BLAKE2b-256 448942b8b7b6ac0fed0b1dba22fa6d1e62667ed670f9977e86ead017758e4eeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 557ac190d11a6014e6485ca19bea038df363f914d4202b526b4c571b06cfd7bd
MD5 ad2ad02d1c847924b6bf774db0049b79
BLAKE2b-256 35160c8f3d7dc3395cf63b5fa8cf7ee2d9b5b022dc911cafcbd2eb1fbadb103b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d82d1a33350e542c4eba66d2decaa2dd67e4a67eb8b9b2068083c0cb4e04835
MD5 562fd6da12a71ed8998bb1a9e3f0be54
BLAKE2b-256 0cec6a7db20152037e9306b24ba9b3a38a5a5dcd17ce50956b8f6fe0fcb4190f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0bfaa548f207468f95672c08cf3526119195138497d94e482969247291e2d907
MD5 17fa423d2b079793e63afac279a5a665
BLAKE2b-256 8e54efa5df7b72bdb3fb28beeb7db485cbb976c5c3096f04d667b85c46e9dd49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5182739942a6feabe794441732eeefd7a6c4ec967915cab38242b51ebda3a66a
MD5 f2982da1ce3e6fef7d0518fb31bb26fe
BLAKE2b-256 657ca8eab58b835e8c20660a2e103db41e5b3143c9166b81d1a5221d2cc5d263

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc9eeb5a5263ecaca576b3a3c132393a4a73ce900635706476a85e8e17395440
MD5 5bd9dbafe0566ea92b04b095ff616291
BLAKE2b-256 cea05233de6741c928edc7c15957266b30dfe31142671f5ae0b5551398435db0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d519dac3fac646093e58e4795170f7c083b498a7bff8a84bf34d1a959a792455
MD5 fcc65a83bd8bb97a5ee07207a99c812b
BLAKE2b-256 c360f9ecb7142186ec5c67035cc1996959fce883a902c69ac9f60f192cfe6460

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c77927c02c00278892aa8e4ec41407887c05694d280ad5abe20af59bc7de7e61
MD5 0641bef8a3edc707cb96937ffc39c4ce
BLAKE2b-256 418e94341eb6e7522540149c20bc24ff9d503574c4eb599696b4e49243c84b9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7ca8c423355f5cfa55eb691564947da13a82e7b60ee02f7de73599fc981e9d6d
MD5 eea06c12f495f2cbb7f6a84935dd6596
BLAKE2b-256 f39cec054e63eceffeb482d8f73c851aa09f02e26ec900b040ed322e3738ac92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 27b38d5d88e1f383750d79b2686dce427d7b815de42afd3d41103e326f878b73
MD5 fd98935fd46690d298c33d495e904045
BLAKE2b-256 c44b124e18068a0fbf22325e06b7ef769711054d96826ed3b6fdbee4c250eb36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 78652e0ae11975821e0bc3fdd382144c2e36c44852ef4f36bd54dec7a7909559
MD5 bf9be57fd2732cd0b21d72b76bd362c3
BLAKE2b-256 52d6453796c8f8b265bfc6ed9695f2d12f8ad10c0c292916430493da6629708b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd1efc8d57f43c04d5944c81e6cc09023a0e4c42625967d6fd8a769fd223880d
MD5 8256ba51e6df450b5e4b431c51afbd71
BLAKE2b-256 64a4185e66f922364838c414007556c28f09cc25e57cc8c248753d50d9b20c20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 444fcb784068a2ec4aba764fbec6d1c5e20e0cccbc49228671b11f3f6600f5c4
MD5 0cbeb26bb7a573342b25c39a0d4571f0
BLAKE2b-256 8f879e5c0aa06ca4b8959d72d80bd8eec161ac6d906efadc79daef05f08311ad

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