Skip to main content

rsshogi Python バインディング

rsshogi Python パッケージは Rust core の薄いバインディングで、棋譜、定跡、protocol text、policy labels、学習データ向けの Python value objects と helpers を加えます。 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: typed game records、棋譜編集、KIF/KI2/CSA/JKF/USI-position conversion、PACK、SBINPACK。
  • book: memory/static books と DB2016、YBB-backed、SBK-facing book APIs。
  • policy: full/compact move-label conversion、numpy: packed-position dtypes、sazpack: SAZ2 self-play records、svg: board rendering、usi: stateless USI protocol value objects、initial_positions: named starts。

解析できない入力、value type として無効な値、wire format に違反する入力は Python 例外を発生させます。 Board.legal_moves() は合法手だけを含み、順序は契約ではありません。 Move32 metadata は受け手 API が必要とする場合だけ保持してください。

HCP、PackedSfen、PACK、HCPE、YBB、SBK、Zobrist key は文書化されたワイヤ表現を使用します。 PACK は駒打ち・成りを含む AperyMove layout を使用し、Record.from_pack() / to_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.2.tar.gz (420.8 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.2-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.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rsshogi-1.2.2-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.2-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.2-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.2-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.2-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.2-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.2-cp314-cp314-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.14Windows x86-64

rsshogi-1.2.2-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.2-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.2-cp314-cp314-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

rsshogi-1.2.2-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.2-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.2-cp313-cp313-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

rsshogi-1.2.2-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.2-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.2-cp312-cp312-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

rsshogi-1.2.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

rsshogi-1.2.2-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.2-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.2-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.2.tar.gz.

File metadata

  • Download URL: rsshogi-1.2.2.tar.gz
  • Upload date:
  • Size: 420.8 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.2.tar.gz
Algorithm Hash digest
SHA256 e86f4a95804e8bf87c64733f5dbd8eecbc3a083f13f866d37ecb021560c4c023
MD5 b91fc4cee65a0bb75e545b2ae6719f0a
BLAKE2b-256 f9187a49e8450e5888e69188396fe4b3e165f8a22400820dfe9710de1e68e741

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2.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.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c44a1af60240d212de92363d9c8078eabefe8e513c3e18aa7853c302bfde2d1
MD5 65e23318b7cd1e9aa75bde3a46b37134
BLAKE2b-256 32aaa6910ea1a8d8bf2104f9e1a224e0025ee6054ca12538e90bffe91853a07e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 50eb4eea482b9cbaf7e1c4cf7d00a20a9203e6239e978c11728a00f17d230fc5
MD5 d9d52d6d6e26ee3b72c0d68e2fcbe796
BLAKE2b-256 0b416ff8b3ee80fb195bf9e41995a18c5b815cbb85cdb602187ba51825da1364

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8324a64fce48c7ec68d510b9e24e660879e244262b45783efc8958ad63576b56
MD5 0af7d60485b678a5317e7fce1d00b4af
BLAKE2b-256 267fa05d3b98ff847ba014424f16f42b978903f27da609edc6dbc4f96ed646f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dde31e1b2993d782586b873664dca20172a8d5a46c051e892662ec3a9e614705
MD5 afdbfc4fc6ac115efb5c31c0a89c0214
BLAKE2b-256 fe8f0509a7302b5a8b6418a2277f0e052b54d16c62cc64082e1710cd0e1c9d41

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c83fb870acfe55dbeae7e8ece3f54c0a432e7326abc8e19f9e150b48b16f95d
MD5 9db9629203f900160692731ffaba3e6e
BLAKE2b-256 3879044ea381f036b002c23ee4ed627b96d3b96ccd69cd699d1d751cdedc3672

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73c31776ebf8a7aeb25413a22097ad5757058c2ad64e2fc93174239620740cf2
MD5 e4a1d9b396f0b2a6245c718591ade61b
BLAKE2b-256 44f2c07dd4d2ed8200cbf7cc7cbb7c6d55cc71342e3630d156af3524a850a968

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c55528dd8b21d10b835759781dc103f12afd219c0daab8b3e23ec12f85bea589
MD5 d047adbb20696d725e2987879a94a87e
BLAKE2b-256 bcf9243c34f9f8349af03265bade5afe80e6aad7a6a604e9217e467f5b8f0cae

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a49adfb0f236879179c78b6027182fb3345843565ac55dd7dcef148cb8dec811
MD5 0a40dddd9b5c1abf403ad849943b1687
BLAKE2b-256 611c525684ef1a33bf14009b8290c033b1dd136526aafe143ec9c309f5e8d44d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: rsshogi-1.2.2-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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3c7d50102861612bacdaed50e66ce3290d32904621bfe6ed2678320437b60b65
MD5 87e933969d1e990184451e2ba7116126
BLAKE2b-256 63d9c313598b0f62826aa849b0de965204b8f637e9c45c9b8e1836af1bdae3f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0bb961864ec0f38c6f7380a94163aebdab9b96b46897ab53ecf00f9e5b11bb08
MD5 204f6bb48cfa46cd61df3d58200e13e1
BLAKE2b-256 3d58deecb33c79a1a8bca94b2a79842dc4a6eaa99a1f5db02b0c4fb2411b10da

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c8773e4097d7517f3cab2a6bc86af7fb48f54fbe48aea92806eeca36bcab4e2
MD5 c30aa305e03992634da0de36d0eafd4a
BLAKE2b-256 6be345de457c757a8855ffbaa369d3a8abe03d60fff5ddf88ee91a2108a9658c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c030b5c13ed1e537c925bbf5cba19034d693887bd070d93cbc6938ff21d4541b
MD5 7182a14655b7a5012a579c0200032c3a
BLAKE2b-256 367f129e783dad3cde18e469475244888eba16e2973925b25ecdd16a2000cfb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c1f080b5499322b7bc928c0224512b9a246330584df4745fd6f295bb8d81177a
MD5 5ad8f846e363e5832c49410173f0b1fc
BLAKE2b-256 3bbacfe9f5b60f0b660c37df13b7f0c59f88e43b4ff84768b0e15ac676531cc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rsshogi-1.2.2-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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 da7ca294372373e9764bc6f0435a43cd8b202d8d9378395cc94b22174b2163df
MD5 8882280c912a1282aaeae39ba702889f
BLAKE2b-256 71df3b913a2b03b16be118df8105c50d570c34ea915766ba230cea8f9322f24e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5987cdf8901c83d41f507d55fbe3cceafe758c1fb73eda4b57ef1ce3d7711cda
MD5 e5a90d6fb7766558425be644e580552c
BLAKE2b-256 4df192438f2b2bac7f2331d8e110fe9b9d26ac1c89d301c360a89f2fbef7e0bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d64b510d055811d50bbb72a4f38667fecd7262f12a8c214c6dec5ea7d55c4e4
MD5 06215a6c02d786f206e2acec03dafbb3
BLAKE2b-256 d5c1f659ca902f0b7299e7d36fa60313a3b40001d4230930be161521ca9f2150

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04329fa9fae65534a45f659f4cf40d5837d370fb67aa60ed0ee98f8b795ac7d6
MD5 ddc9736cb9fee88552c482afad096d37
BLAKE2b-256 2c0f93cf7a7987fc58984dd1c984145c22891ff03d2a085a3201a6e37f6703f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 14ca7817e64c080de19eec8679b77246fac9a21de1650b73cdc633af313600d3
MD5 b91a933b27b46777482a1e99f4e0e9be
BLAKE2b-256 6fb99bac8128f60a71636db2b3f7e6d941cb1cf8af54b0bc31adc2175c84dc09

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rsshogi-1.2.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9e8e64f0b656c9609813f2f583b1c5fd900abecd1752400e6a3e1f8290209dd4
MD5 f4e6ac8340ed6757ea5c73aff601fccc
BLAKE2b-256 79fff50c08f9ea1f52d8692b51f47aedfc6a3ab96fc22290c1e7599738640613

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b7a37c28dab93729f64961fad8da8c54a76302ed5d703cec1f70304d016e6a5
MD5 3c43372b77a149135f12043f998d1d03
BLAKE2b-256 44d4bfc21045af4adf6e7b52206ec8ac8de17dad6657bf9f16399b68404198b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ae35de9bbdfd48f1b23ff7f2e39270f1665c196a5c0d546e36aeabf2d2ece1a
MD5 3ea246f9b5ff05d91859a85a32db6481
BLAKE2b-256 1741dd35cc5dfa1f9812e8254f465a35c3ea3282b84df5e7b65ec0f4a086d81c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1662094e740602a202cb0ebc6f08f107c655064606730189b51895107ce8c16
MD5 b1b031c40cea39d536be8340e5ec63fc
BLAKE2b-256 d96f46f94382ea1363fa0a43c3a6561fc23669ee9625ebf47f5cb69f7cc58a58

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 407eb4f519b9200fda1adfb371c8b497bd93c9d767661419c20cae35c4b1d769
MD5 43e66d724a7f476ee2a0df86fa8ac200
BLAKE2b-256 e3212ae07daa04e7a7bb4b787a5e682c4865afc34e94dd593afef9aa09e2eb0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rsshogi-1.2.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f772d65ab80475962d4c94439d40186980771c7db8cf85bd4d3b98f225f46bdb
MD5 36becdd0deab59b1898c25ab07875f8f
BLAKE2b-256 9955529e8b8b8d6b426ffe2de16f9d176e0f5226da76c8ab5e35ad0b1591feab

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37ebf5630693e53c1f70ce1b742b9d7d3305f84d6bc71d6391fa6ca029c82c05
MD5 0175b78a0a105133c7f3f518b48dac7d
BLAKE2b-256 21241adb3d4949908e55f2b93a56694466f611711364eac338f238492973fe1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 876da4c209a2e9ed7ea54666ff39329f35dda9ecbc870726c7287937063b59d4
MD5 06c3bfcc8fd6d2ef727a43de97dad668
BLAKE2b-256 b05752ff6102b9e87055b2e6dc9fc21f556e2d4a08b77465888cb7749b443890

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8f82ba8ea2b7da91bfb93a5e46cc8486fcd6fdb4f43278e757ae112a0689a8a
MD5 9ef9190758d6454401a39bc1c8f1d57e
BLAKE2b-256 9800ee75cec8aacc4d4ae72bdc74744b8e22df7457c557e5a992d32ef0951413

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 60b10be53f7709a50271ed0736ba4668b8c095df795e8ef351d6effa83e1c121
MD5 1806e63ec45bcc5cdad8fcc2d4a6cdcc
BLAKE2b-256 a5902bd17441cb0f64b0ed9ed9e4fc5f4c98c375ab4b947aafd01b801da19800

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rsshogi-1.2.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9bad2a9f1f79def7e451dc8e954b3c61b33dd725861ab1d2c5ece55dbea84bd4
MD5 fa8bfd72d002b84eeb2acff480458063
BLAKE2b-256 8ed472c5a10e7b2619d38fb37a99abf1d8a3b76019216e21c03e5fcb41408088

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f8fa7ec2992b4ca56b5b31e1db6157129e15979249d7bfc8df4bfcf41f96e2d
MD5 2753f8d886dc84b7cfa0328f8f3e902d
BLAKE2b-256 beb71cec7421755671cdd848cd8e491166c5bcfff81f482c9d11c76962e58dea

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3bc22c2497b3f5bdd17e35930cc95d8745a8de945ca563627ae038a8c0aa8089
MD5 ed8533fee7a2c9f6d5be0f99476a9896
BLAKE2b-256 5f2be9190584ab956bb3bf448cc68c1c40e3fa9e042d671731c6d8c1f70b0ad8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsshogi-1.2.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c52c50c430cafa95fbad6419ecb4e115ffdb2523a2585b08f00275d697984560
MD5 f80b2d1c52080aefa4cf900b69665a13
BLAKE2b-256 c5641f316275c2665905164f268472729dfbebbf12398c734ca87ca7652dccb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rsshogi-1.2.2-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

1.2.4

33 files

1.2.3

33 files

This release

1.2.2 This release

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