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

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.2.0.tar.gz (907.6 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.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pokercraft_local-2.2.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.2.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.2.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

pokercraft_local-2.2.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.2.0-cp314-cp314-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.14Windows x86-64

pokercraft_local-2.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pokercraft_local-2.2.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.2.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.2.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.2.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.2.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.2.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.2.0-cp314-cp314-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pokercraft_local-2.2.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.2.0-cp313-cp313t-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pokercraft_local-2.2.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.2.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.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pokercraft_local-2.2.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.2.0-cp313-cp313-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.13Windows x86-64

pokercraft_local-2.2.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.2.0-cp313-cp313-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pokercraft_local-2.2.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.2.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.2.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.2.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.2.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.2.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.2.0-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pokercraft_local-2.2.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.2.0-cp312-cp312-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pokercraft_local-2.2.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.2.0-cp312-cp312-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pokercraft_local-2.2.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.2.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.2.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.2.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.2.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.2.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.2.0-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pokercraft_local-2.2.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.2.0.tar.gz.

File metadata

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

File hashes

Hashes for pokercraft_local-2.2.0.tar.gz
Algorithm Hash digest
SHA256 edd5093bf7126f0472fdd47129ec0c8d4c66359928079c7a83fedd2d12161d34
MD5 4073223f307b3696a5f23b32b522b64e
BLAKE2b-256 a4f5b60b6b2f0d1817ae558ecb0fb3b5ae59a238d9940eba976ed20ee00e6043

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afee17f793a08c85b9b148779fc13f87b08fb88f2aaec943efa8e432dee0011e
MD5 498bbb293b98e42a1ef903f6e2a1291f
BLAKE2b-256 5b27a993bab82da3452b68b076802b620c789de9d2c8761f2f23ab2c3e49ea98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b6b9b049a94b95ba64a50c8c4247e8a7086140d36fd1718103b2df3bb32b0567
MD5 9282599a3a798735d406510f94089744
BLAKE2b-256 cf13948079ecd5d96783902c3b3658c0cbd9e4386abf0a8a22996fdf74af0198

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ecc53b275e06325a4cfdc5f25cdcdf8cdb74cff48a59536ad9d8a13a77894679
MD5 b10721b31fa8f75bac51f19a4eab18fa
BLAKE2b-256 5c597c0481a11232a18433e6307d101fe6830535065fa81796f7a353d325d9c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9e5f652ca8232e516ad3c694c379edc5698ad1782939151b9b84d92b2d23dea3
MD5 49adfb19bf1c3b53aeb44598da98e71b
BLAKE2b-256 872818be95e2cbe324f23475675c1db7ddcd8a2304f9579a070ecc6c51215a42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4108d0225cc16af8c53374ef18bb99e82234fac8721aab7fdad9b496b6b4b894
MD5 cf75b41a1fbdce49575f05f0c9f950f3
BLAKE2b-256 92e3ac46b08692f9613ce9cbd4729e661b0e3bb845e7db0d3b511ea42a9be4b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8f5f78e3335e093c93fda89304af6ad7fff8e4345e1c74687c6f3254d1c37592
MD5 c1cf42b601bed9f855f7b881650b3b5c
BLAKE2b-256 03a3b1ed0cc8545fa8e3c7d9ca8a59852ad4fdb41f3c4b37e7f9a75649638618

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3dffdd49fcf4ad9620a50b7a263f50cfde6ac4d3b8eca84fc19b92d635a2dc93
MD5 8c245cf37270adffd4eb4e861c9dbdce
BLAKE2b-256 5b63f21a63b2517495200ae3d4aeecb0eb5f8ec363b5852be7758de85ef478b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 84bb6e35f0c8da2ff83a72b615b42ea2a9f1b416e85377d0c21e85c1447b063d
MD5 4bf94bb27fa4a29d3b9ee6ce4beb7e9a
BLAKE2b-256 8cdfd638339d519f796afec0b59c30dcf2bc1f7be442dd0b31f1b846c9c54479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ae043abd46e7ccf8d66cde6743b8788df67ba4bb49387780b826dcc9d74fbeeb
MD5 c18cec4cc58c397e56821db92a53bcdc
BLAKE2b-256 b294903412613455c5505ab9a031fdc4630698c287c64587c39ac4aa741ba76c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 009ed2959942518fda20edf6ca5db162d1dc035f12eb617e9e5445ab58c7676a
MD5 fc31892f9762b97f71add355cf01f8bb
BLAKE2b-256 07c6ff12454b77545bd1abc9135f70e45dc4d43fc007ebf41dbd43e805276e2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 45e2ddea68d432c895a49e9714be6d0fe517099db14971dad04f3647e4a93cba
MD5 5231d7a051287b145a918cbdaa659f2a
BLAKE2b-256 dd1fa309e3f80a6d1c9164170b7ae776c42fe154952f65da57e6dbf74873d8fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 45c9d19f93ebaa446c8c294440d0b3313a3ca8551748c9acae1efd7fe2f3c0f7
MD5 baaa7d71ca2a861b46bab8ef49d94c09
BLAKE2b-256 030f20d6d9aa03967093baaa2ebd86dd9e0b510f561c2281fc57649622bd1b51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05726a1317b246fd5d65ab6e42527c8c4a497d346084d6b3738c74124f2dbf67
MD5 0a8d92203ec332e32bc860ef0e99f1a8
BLAKE2b-256 7524687493c871c8fab90c76145f984f6a8837168c56fc81f916316052d40ac2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bcfb46ef1c9e63cd8b3cf5183838c2dd736fedbdba8d5d61faca0f5694bd7bf9
MD5 41433116360e4b10e1c86365376d4d57
BLAKE2b-256 75bc7b72461c036cb0b7fc460ba6b322900a249bd6bbf99fb4a32e6b5ba37336

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2832f8f039ec70178aeb144ddc173ff53ad8f6c4b385cd1726846a9105abc7f2
MD5 db34a351a2974fc696db9fd7c464af17
BLAKE2b-256 2af67e5cb752cbb2dfb6742041b169c50a1cf9535fbb285f995f81c79661ae6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 42849ac2f8672b11ec54a6369e67ff6248d312e7861b10ed5d095a51a621a23e
MD5 5e9fd4372232a4e7b363d31b4ee6a383
BLAKE2b-256 1b1251fe24a21317a919ddd3d5d02ea014c11ac02b8376bb5d2554110de7c31f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3c77d1f6b723c900d2aaf0f4adb983834bd4aecd80801ffe13a895c18decfc9b
MD5 d77fd01ea97c3053f5428360f3e34c04
BLAKE2b-256 ceee4eb3ff79ff73e6ff75469f47d4641cb8f96fc7312f4f6d2540c794ff008b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a98a54548bec0c7b0ced1dc746ee8cd960bcb0d9abb484506b7939c6df8e2d1a
MD5 d64bc258ccf97a424f3c2972439b8daf
BLAKE2b-256 b26e7da250454ad7c1a1a56a22075dded074753543b4bd0f826d5a5f10025bda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f1c353cb84b5222c3b9b991e379bf3e68683cb65272998f031c5b4eca7306a50
MD5 561eec8c594cb4b9887318a73f8f60d1
BLAKE2b-256 f6ff725b21715c735703709d53e4fda53c451a35d65b3c1b247afab7f803a45c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32708edc6cfa51fa336977e5234c059da372009de185ba03c402b214c1c04b60
MD5 130b9679074b598baea468d9ce3db811
BLAKE2b-256 6f911009c4ec8d6d4df3a1d376311e5eb1fe0eb9a60325389ebb3f70de7dff8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2838a976671f7b872ffb8e2beeb758b328c5e66381ca8e0180d2106b36dd6f4
MD5 0afbdbfcc68937f5412bf7d5846f9b65
BLAKE2b-256 14ad15918ac861600fae08cacea7d0ddbad975474e64f27281b5f528a35bd53f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c3600bd61abe1517b3cb75c273f326595210c38fa0fd07500de76dd9c5424734
MD5 6a4707f9bb0f68bd819f30cb06689cc3
BLAKE2b-256 59945c1a1cc51daebe970a14ea19e505326d3e2d69291bdcc84decab9430398d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 665a154e7528d6599438f881f881d4acb2a8873e3c637f889d16f94412de0d74
MD5 5c4496fc9be2b21602d5bf1e8858f8af
BLAKE2b-256 8085d5fa1ba557a7f152f23e8dc77554f8fad934c906002da6a398b90b7c58c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8489707e4fa016018c1f83d11cdad5bc26592e5443a6d1bf721e7dd5ed46163e
MD5 0d04a14cb9cdd0e8b8ee0857c00c8830
BLAKE2b-256 09cbd9b07a95e29a9776c6db33d26afe1959aa5e8e82b094967d3d89d134c3d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ae241e145b3ef30795e0c18cfef58032b27db631bdfc3eed982d015833d5b6ec
MD5 4a9cfc06236bd75a23c8a28157672fae
BLAKE2b-256 31d89cf681bc07251b6ad20529e07deb6cd0afe435c7fd0ef329925adad438ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 42d3d9519b9e9086214e72a28173f9c15ac31e6dd74a57b7b1db2955025651d0
MD5 1610d36ba2cd69230a42b8c44119e667
BLAKE2b-256 46c0b0bb57e5837784f1d788425e6ec9651c83d5413e4bdc45ee72dc3ee9a096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 53ac16aa3f10abce195261758ed8b84be3e247a6cc9eeccc85b601eca18b8ad0
MD5 17af8e925740df73b17aef080a764c65
BLAKE2b-256 a265f231beb95c2f0e1bfb10b8b0012671ff77a6a2a6ab3989ae097c63791aff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 918c12b98882141b80779ec74b5aea53881daa8cf34a85ada1deff88d98dd212
MD5 ead9aef941ae01b196b361b9907313dd
BLAKE2b-256 23365d10307aea09fd3365308dcd7fc29f70a803da23fa5b784ffa7dd731984a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 82fd22c033e7c02dd70e8fe874184770f5a643c18c2b165772425f62a5b921a3
MD5 03a0b1bbd0c79d3c960b39464cc3f760
BLAKE2b-256 f5b1879155ac178f07cb47147887798a22432aee9d752ca7a28ff2b4ed916cda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e861212a0fed395741864dfe9e9d32864fd009e43d432c8bbe9530feb11c8f4c
MD5 81a38bd091700ed5ce2a2d4e203b9bf4
BLAKE2b-256 b8f5625e614944c9595fa670c719311c4bb85287b44576d88e0c58ac46d8e484

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 99fd9d16d500a97d7de98dda4182957afab56d5a180265da108892b306337de4
MD5 c1f25431f684f060f1acc512c1421590
BLAKE2b-256 19cb81a2d5f8eb6dd4403fcce45b183747b0f0406894e29dc1d829ec7549f76b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2d00a97b47fc08b82db52aba7eb08d74078dcf1ebcc7a1c146305f970876889b
MD5 002128de231b8c728f5971e3bd78d8eb
BLAKE2b-256 e088e258558b1dbb18f4aa55de8effb641f617affab7488a91053844aabe26d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f52b2161d4a98620fa6734468b34a490ea368c2931de9cb9ac59fc1e7d5190cc
MD5 152540b3dfc4af90ef697b9a824d4060
BLAKE2b-256 328a23c601f7a170d28854e4eb742bd13e9e1ec074ceeff88a05a05dce23bd74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ffbff7d64d083940b0fdc6a5f3321af5fc5a61252935f6a56b4cf2ed107c386
MD5 00ecfb0dc7857d874ca76e14d4a964be
BLAKE2b-256 a15deb9cd1da205feba6cf87fb21bb62769475059d2982ea12f62f0bd5236beb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5dfcdd23608d4904ca2cf431a8fdb4ce77cda4913974fb16a0614df8aa1f6724
MD5 e8edac5de5bf68b81a67385b9f2bf18f
BLAKE2b-256 adda5b6d2a95c50ff7db5d27ab1a0b7411dd3996629897d66e6ade7b639fea91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 be2742740067967c24e49bd3135c84e7c0b84930357cce69e75ba8f5d5d1e596
MD5 cfc8cbf63581b72fe0b7b37404c2c0c6
BLAKE2b-256 475e1561738a68a863254e5ffc68af4a1425eaef3aa9eb16ac093753530122eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 78dcb99dd69b5e23fe3789e145b6e9c49b348eb0d47740faa17b1c17bdc3833e
MD5 3d03b446c9751b6273ff0d7c2c4facbb
BLAKE2b-256 991fd57e6bb346a5768c6d9b842ea0548bd4f017cb21c7af8d73d9f50ca6f9d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 116da97da607e8b08d3197bd2efced630b4d3c0d1d5d91a4335c80ba979ddaf8
MD5 ef8c0f5463befd34a9b89bbc29a9ba55
BLAKE2b-256 4936a34d674950f885910937d0ecffd50b76983150fa631c23a765c7491a5993

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a86e71d64d4e6465cb0438b66d5fb170498bbf48366ae0db578e0eec6e539dc4
MD5 11ba68d49820d433c2ae2defa549c74f
BLAKE2b-256 41306e5d9c264e0b96fcbec3c762c193dc8018183cfb3077f1377f95e077b6dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a70b1307ef785413f6432ab92274c4dacaed77fbca225da69bdc5aec457e64a2
MD5 a009eb076c4e04843c986d2d7d977042
BLAKE2b-256 9331f2248ba4db9e74a0ab42e960fe0d2f744fc7a4c7a504383434c3c1f62ae3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a84c560976d844238f44e4907d5d6cbb70e6b9fadd0fab4f69fbed9d20bf2394
MD5 8f53e3cbff337ee71fd64cbba72c53b9
BLAKE2b-256 8b21254669fb3bbca9df96d49f07567859baa1d0865b1fa721498a40ffdb28de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 36ab4f3d030ea00b2eba923c3d8833e427b0aa78687b50b28e3286ab56768609
MD5 28d0d8ebc1fb51e6bb644507bba02dd2
BLAKE2b-256 487e3a6016cd5f404316f5f0d503dc5e47e57799d7281ca04af2d27ab6d5bbb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a3e7c8fac311cc40798a7b10ef820245eee939999243561c6ac300b27925140e
MD5 95b7474e48d2cbfef307a0b79bb2f91f
BLAKE2b-256 6755d17dd94e4ea63716f3924ce61bc85f2884ac99f78255cf59e710907694e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 741a43ea7f6a0006c502ff5b73620ccd4e73d4e32efbd4658e92f43aa2517c14
MD5 65bc9b48442d89106cc58c088742fbb9
BLAKE2b-256 f3a052af1af40c2c6a9cc49abc4655e2654ff8572e1cdec143f3cbd020eb8070

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 14fb11f865fc65c42af1128d1f9f0a6190cb479f8f4d974e93ca3c7836353592
MD5 b14973f4ff50abb9297c00cb4807b4a1
BLAKE2b-256 d25e593a34acbe805b2545f97921dd49838cad29fa98bc07c7c3804ddd931670

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 06c797ef95e67cded93027514b4db797fa28dd44bcc4704455955450a02e0eef
MD5 48b9a59330658504d0861e104e318a46
BLAKE2b-256 68e89445d9d21b21213366b3281d4424fa2a3e04aa1596843910d4385b5d0db7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 17d273ad76b074148c4defb87ed103e6bbd7df86761760220b907607b7114c21
MD5 648223b81d9e78ce80394c430871d59c
BLAKE2b-256 5c44b0083b5786bb99f79135a014f92e05e959dbdc853e4c74cad29066ccb363

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b8b165d961fc03b06098a56e08a4fbb2aa813671881f5641a64f4d9e679b5cc
MD5 d46a82e1bbd132c6630e6ae333a19662
BLAKE2b-256 c3cf0e60b2a3e2c9bf11e350529acb4d8252d17de89b42ab6d96eedee650db79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aec75999ae19f856245fcdfce4b043d0d345fe03953fe4b74bc5906b3c6df3de
MD5 4d004210106cb4e34cc451ddadc4ff5c
BLAKE2b-256 7b9be9997880f9ec07777ecd3fb6f99c635a982bd75c0e15f79c91c627b94f44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 332973013207b02ef6fff099f29bdf172ed41ce1110075bbb40a38f797d36a02
MD5 3c0a1b9477591abbfae6e1a21034f2a0
BLAKE2b-256 098cac017abba283acf0e451023328e5371af149e9e048a90e56f51d3666cce3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f16385b3f23f513c85e2ff2b64f0027abceaaf633af912658ca10709c6088837
MD5 2518922e8a67107caa0f219880f00f19
BLAKE2b-256 43f876f55cca7d6d233d4fd4630f1bd87c0849e2ea592daa896a8c33c143e2ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f3460bf0b193113a9d7c4a2c9b7d09e41da855ee7e514706066cf15990b22698
MD5 8874a02905d314facc657910c5dd588f
BLAKE2b-256 4eff5152ebde7df89821813c36e4c6e2a6ddf680b3459dc355576a84954ae22e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0cb1a36ae104b9510ad68e72557d02045293b8039c1af00cd3d532423971c6a
MD5 c6e27e961cc4071366e820aac3a6b22d
BLAKE2b-256 4ef868bcd94169754059374387d5a68a0fd47e35a890af9729fa16ef40f3de3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fde2e099e69bfff7fc99bb9225168ae0d27415b93bdea7ec4352dd8544cb802
MD5 9ec7d1e65a7b1304b8fc81323d6decf9
BLAKE2b-256 276f963f697f5295934201a1e5a75482badd34e78a7bfc5773f87d6474281590

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pokercraft_local-2.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 da2feeb6b5c6822de57e69984aa7c2a305ab782ae07455c98617bdcb8d8eec95
MD5 6ef85c3cdfc3c555c1cbdc60eb418b61
BLAKE2b-256 ea24160c137ca3d363ee8947d33413f0f9cf2ac66b1792853e1f11dbddfa51e1

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