Skip to main content

rsshogi Python バインディング

rsshogi Python パッケージは Rust core の薄いバインディングです。 盤面操作、棋譜、定跡、USI の値オブジェクト、policy ラベル、学習データ形式を Python から扱えます。 Python 3.10 以降が必要です。

python -m pip install rsshogi

AVX2 対応 x86_64 CPU では rsshogi-avx2 も選択できます。 どちらも rsshogi として読み込むため、環境ごとに一方をインストールします。

from rsshogi.core import Board, Move

board = Board()
board.apply_move(Move.from_usi("7g7f"))
assert board.turn.name == "WHITE"

モジュール

  • core: BoardMoveMove32AperyMoveAperyMove32、局面検証、USI-position の解析・正規化。
  • types: ColorSquarePieceTypePieceBitboardHandMoveTypeRepetitionState
  • record: 型付き棋譜、棋譜編集、KIF/KI2/CSA/JKF/USI position、PACK、SBINPACK。
  • book: メモリ定跡、静的定跡、DB2016、SBK の参照 API。
  • policy: 通常ラベルと compact ラベルの相互変換。
  • numpy: Packed SFEN、HCP、HCPE の NumPy dtype。
  • sazpack: SAZ2 自己対局データ。
  • svg: 盤面 SVG 描画。
  • usi: ステートレスな USI プロトコルの値オブジェクト。
  • initial_positions: 平手と駒落ちの初期局面。

解析できない入力、型として受理できない値、形式に違反するバイト列では Python 例外を送出します。 Board.legal_moves() は合法手だけを含み、順序は契約ではありません。 Move32 metadata は受け手 API が必要とする場合だけ保持してください。

HCP、Packed SFEN、PACK、HCPE、SBK、Zobrist key には、それぞれの形式に対応した API を使用します。 PACK は Apery の 16bit 指し手表現を使います。 単一局は Record.from_pack() / to_pack()、複数局は decode_pack() / decode_pack_file() で扱えます。

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rsshogi-1.2.4.tar.gz (432.5 kB view details)

Uploaded Source

Built Distributions

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

rsshogi-1.2.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rsshogi-1.2.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rsshogi-1.2.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

rsshogi-1.2.4-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64

rsshogi-1.2.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

rsshogi-1.2.4-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

rsshogi-1.2.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

rsshogi-1.2.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

rsshogi-1.2.4-cp314-cp314-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.14Windows x86-64

rsshogi-1.2.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

rsshogi-1.2.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

rsshogi-1.2.4-cp314-cp314-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rsshogi-1.2.4-cp314-cp314-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

rsshogi-1.2.4-cp313-cp313-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.13Windows x86-64

rsshogi-1.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rsshogi-1.2.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rsshogi-1.2.4-cp313-cp313-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rsshogi-1.2.4-cp313-cp313-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rsshogi-1.2.4-cp312-cp312-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.12Windows x86-64

rsshogi-1.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rsshogi-1.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rsshogi-1.2.4-cp312-cp312-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rsshogi-1.2.4-cp312-cp312-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rsshogi-1.2.4-cp311-cp311-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.11Windows x86-64

rsshogi-1.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rsshogi-1.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rsshogi-1.2.4-cp311-cp311-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rsshogi-1.2.4-cp311-cp311-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rsshogi-1.2.4-cp310-cp310-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.10Windows x86-64

rsshogi-1.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rsshogi-1.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rsshogi-1.2.4-cp310-cp310-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file rsshogi-1.2.4.tar.gz.

File metadata

  • Download URL: rsshogi-1.2.4.tar.gz
  • Upload date:
  • Size: 432.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rsshogi-1.2.4.tar.gz
Algorithm Hash digest
SHA256 f79acceec7c8f33cb3c98e721c4abe50a702dda71f5278a3ef8365fc7aacf8ef
MD5 22efba1382477c6f2bae259c45229edd
BLAKE2b-256 8fc2dee74b0a1471f77ba3f3403b5a1e97c880bfbf94a9e6bd18fa1abd717437

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4.tar.gz:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12de80d09c0e68cf2b63ee55a67b56ea2c8814de4f055b79740e055d14f647ce
MD5 09ccf64c22e8c57ae274689476d7f26e
BLAKE2b-256 9b73d20fa3be25d4b1cfaf1c298a6d1c13954bd836efdcbf6d58d1cb3e95ec65

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8838117c92ce9c473d3095df8c664b63612e1f965ef378b00c9c320267828754
MD5 5aa7f210a2cfc519e6ca906c20276cf0
BLAKE2b-256 63937f9b8d60cd259f6fd856c11a14d9d8c39aa37e796b798f90750a8e52d9f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1374632e08330843691ea605a43857cc1461f952cac7e71ff0e80c6aa2667209
MD5 8c44df6cf7e634476548142051f94fa1
BLAKE2b-256 99d430fa3e3550976dbcb6383c3cfaf053a592ebd768df6dd0111f9a0e0aa369

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db5bc8df2808b55702b7f4c25a2aff36a6ccb8cc24448bb5a42fe6dc3f0eb830
MD5 cb7ab3601b9a2758173023bdcb38cb25
BLAKE2b-256 8ac904035442f0a782606e2145ea5dd5665c800e74432c3591483076e7ba3c8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f839474bbbe7a170d0de161905099e62629a08088519d0a0a44f0b46032676b
MD5 43378e9f989a51cab1c04c27b5ebce8e
BLAKE2b-256 5adc3ecf8913fa5db21991d05551ad732a9d1b09919a13c4796ce11300179739

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30c4dd25b2ed2cf40faa696be79f6c7a46fb14f0eeb7dbf3688a539b7114c8b3
MD5 e81985951c2c8b66536dcbc03bef9ebf
BLAKE2b-256 a92b0556cd63f7de80fb73ca625c20e4edaeb60ecb341819ede7d2d2240d0e54

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c1f5e69f7c45bafe29e53c9c3839ebe8a8a44a8b50b84285420781ff2d23ddd
MD5 6941118c8d93385942fe38e19db9cce6
BLAKE2b-256 15679b0da67f23f57e11fc3e25e1cca8c75a913ea5d1c10ba7086aca4d1eb97a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7431b33cbd0260addf231cc0584c47aca8eee0fd64116a30e4c86e12f8bc3fe2
MD5 bc8f2879abb032ea1350480328ef3c00
BLAKE2b-256 ffbee87294bac6d11c63ad4446e136744c767a4a1f31b43efaf1dec1e4283e49

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: rsshogi-1.2.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rsshogi-1.2.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 636246b0770944dc3639ccf0e89b765be0156d2c0c9088fcd920924f4739a9b1
MD5 b0334aae546aac32a92b48efdb1d35a8
BLAKE2b-256 1dae67a22ba709d972a9d2b08a252283ca0d6927a7f1510d5690e811c674bd19

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp314-cp314-win_amd64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19fdf8b82dfad4661fae06c442f81679276cadc9db0886f0931e932acb3cd757
MD5 4bd0d70cbc04d2867728e74975e94471
BLAKE2b-256 e3c06a9ece1008177edd1f794475f491e6ef372cec7789671f1fbe7c23fe77fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 146690d549d02f95dceddf4fbfab7cb7e3d0618301b125cee4fec6a02dfbcf1e
MD5 c91d6a956f98de6095fc25f3b1c1c2b8
BLAKE2b-256 43259562de6329785a8babcd8f7298d2563a5fbe3798797e3ad3b9677c24bbf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23bae188d9b6c56de416da0f83148c479c175d115e99404b1f11dc6229a5352b
MD5 88e9fb6059f7fbadebd84056097206cd
BLAKE2b-256 cf6fee12079cf0c643fe725608c7376e6edbf1cd8c059c2a2b21fd317dfee843

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9674b2e37b461690a3776d94e69770dcdd66357b3089402703678b8677103310
MD5 0446e8912cf58d69f12572c7194996fa
BLAKE2b-256 e3e0eef5fd5222151b823babdf750cdfe4b0228b793404021f5b8970785da382

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rsshogi-1.2.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rsshogi-1.2.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2f9bf8631f326c68f99f877b65cf68d16746701e564f0326d64812b13fb51d60
MD5 e972ed85890d3eb5f673ce08c6742150
BLAKE2b-256 c7090ce062729f2fae236bb73701ededf0380797d384b662eb07661a62cfac22

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp313-cp313-win_amd64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 978e83d82e29b0e474eba446a9a25b37a2b7f361da25a53713339d1acb0d24a6
MD5 60f785457ebd1ea63149afd17f4a1027
BLAKE2b-256 ee11097262100ad6ac3b234a4b54ab1d851159cfdfe7b9154bd46de3abf192d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 256044d1cbb02d1bf535297056556f9e8a3d659fe21baad8b033f4b0cc962500
MD5 834d6da3e5e967f8a5652a79ce63f51e
BLAKE2b-256 1a6cd0df431bc5873cc853f1d2fc946b07562193bb403098bce42a026d95d71f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7b37a6a28e78b81fffd954eccf78eb8437ef622445bda18387bb7ee38f8be08
MD5 8751cf482cb421665e472ce35b164721
BLAKE2b-256 4d4e58017c5aa988482a5b610b2f235c9de2beac4ce4f3b2e33cbfef97738b88

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7aedb7a724e7eabcca9716396f944b3d5046be59e2b49699d009b2293cf6671c
MD5 c1c6523f5a602aae1affca8b21a90341
BLAKE2b-256 21f537e71be25566bc408adcd46527ee43a8a5dde309826f07b154e6fa3e4312

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rsshogi-1.2.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rsshogi-1.2.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 734b52d884488ffed3b49d906bcd607f2243a7c5833b8cd521260881edf9b193
MD5 ba19ff90090bb1675b9768afde816321
BLAKE2b-256 4856afbbba31ea43f8544a9cc73b47a3d950dd31d507fe979c671d1f57f54be7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp312-cp312-win_amd64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0754f1dca560496134bad4fda4759da11c3d2789971642940fdf4f1f80477622
MD5 3c20fd24b5600f35bc5fdf9dc0391a1d
BLAKE2b-256 d337620b0c14dc282616603875c045122b4dbe20afca067aabdebbd9651e1f43

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d5e068548fa2eea094ec909274a9c07dfe43ce730678f0f6c867c13a6034c02
MD5 2979e2f8553b5b78741b9b9055b9dae7
BLAKE2b-256 48a0618d4376db76dc3c4e513762246bf7e4c76deb338e7223f001a1ee690ecd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5ef7aed4a6192b81507fa48446b1c49b457e9cb98b49be52350ea84b91570e4
MD5 421960038e7f906246dabbc11cb22225
BLAKE2b-256 3b6ac8dc5d277d420a2b16786ccf413fe0249653c4c349479d368e3041dbd357

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 82abe882ed1c1a8238866aa78a6d71c462d75fbe9ae9ff774ecd9a232a42b566
MD5 cdf9c48526b33dd3710dd2e40c6be69c
BLAKE2b-256 5a8b58b9cc02be13670bd3f61b4368339d23301890f0915eabd08578da89152a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rsshogi-1.2.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rsshogi-1.2.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 04a22b0e1c235b66c6458773fa1464f0b193ce310f4c3478264377993b4959c4
MD5 e52e6f9914ac00236a18927de8f7f1c7
BLAKE2b-256 395af998c2f0ac02f98c0a3f9e561450b1510d3ee30ebf4cfe6dca0398ab7de8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp311-cp311-win_amd64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8dd75871a228d03a8a2118a01f023f52b1e74b067e68ca95b8858475ef3cc2a8
MD5 6f276fb10274890d3a0405aaa4f558fe
BLAKE2b-256 bb75306a86bcf8a205fdcd6f82161b946ce0cda972d128a54dd04996c0b0b72f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b9ae4d707b7cb92ceb08e5db64544a4afcfad31b20c108cf0501dd2e695b036f
MD5 fe9d16aa0dbb814a4d051573d26f3acc
BLAKE2b-256 d6daefddf404127c96d1ea14433d102672a5a5414f74691cdad87aac3f87722b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5da77f28304106419bac426dd752eb1da9da6775b9baedaaf789aef978328681
MD5 08657835c2c213f3095239be665359e4
BLAKE2b-256 9f4041adca2aff4a15d31c39610e52e0e573d72ac9cc060114d1867b587103f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 738ee38b664b83ea6fdf17294d753379be940948895cfa6bd201281e5583c878
MD5 6e67b244d5250d1385d0a6b5928945e5
BLAKE2b-256 5a216070a091ff1e7c8396af32d630d393b9f6864bc1c5d947cfca5d73f81324

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rsshogi-1.2.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rsshogi-1.2.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f78da8e598f81fe34a2f7278babca6d1a9fdce59341524c5ea3de92b4b84fba5
MD5 f65a61be6b0bcc93d9a427f5457fe046
BLAKE2b-256 3cade2ef5881fe632a4e3c6bdb235489a9b8281270372fc08215c61c246f483b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp310-cp310-win_amd64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dcaf2e4768ee9c57113f64af87121a45c06293c557f878d029da0ea0e1dd9482
MD5 a4cb1b1974e060f0ba255b563b63ee38
BLAKE2b-256 3a361cd4967e9a13eb8cf259005a6bd8e376133fc54a8da8c1c2347cdcd4d6d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af5db607f4a1c519c34f553b7e34724b2836183598efb4134929d08f6ac733bc
MD5 14e08050bb7cb01694b011e7e333c32f
BLAKE2b-256 b1aba462c7680630750054e124c8651756758cb998359190265f44b9a44447ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rsshogi-1.2.4-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f538d229cfc9c1d7ff53ee0d9e80e0b8bc255bff51c51c508ad9c8f91de97cbb
MD5 9ba845f2fe3906577ea210088f8dc501
BLAKE2b-256 179a6c7a5e3849c8ed517bace3c8ec5994232739a46aea4cba94a95463b7520a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.4-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: python-release.yml on nyoki-mtl/rsshogi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.2.4 This release

33 files

1.2.3

33 files

1.2.2

33 files

1.2.1

33 files

1.2.0

33 files

1.1.1

29 files

1.1.0

29 files

1.0.2

29 files

1.0.1

29 files

1.0.0

17 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page