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.3.tar.gz (427.2 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.3-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.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

rsshogi-1.2.3-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.3-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.3-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.3.tar.gz.

File metadata

  • Download URL: rsshogi-1.2.3.tar.gz
  • Upload date:
  • Size: 427.2 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.3.tar.gz
Algorithm Hash digest
SHA256 2e113b812f8f20d59d9f5af839838edc5a06b4fa8c8f280d6119b6e7d8431a60
MD5 be301b47600acedee7c7876f7ae2da95
BLAKE2b-256 04d5d628748d7b43ef8992b7d7a74787ecd9d730dd6131be8308285d449474c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd8f2da1e179bd547dfbdad5e5b4cba859eaa2053f80c554b3b0a8e8c81ed7d9
MD5 0e21532e0887c883725b7d4939deb71d
BLAKE2b-256 f52c961d8f316c2030507c7a6f92b01501a3b2d6b5c3d9ffa6e11a12b656c7c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 afec71a6bab4041b3ccee8bd7bd9def5cb96efad9db3d91d7425fba0d6abe714
MD5 cf0ca8eb7713c4d5e4d09852da4b05bb
BLAKE2b-256 b364b5f000f85498dfdab2d278401e6eff10e28d902366acf938e405956f1a97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7577610c54d7c7994675cebc4a463ec0d062f4fab2128cb373ad590083531a4e
MD5 68688baaad2246d0d980a541f927bd1c
BLAKE2b-256 4d500d597be639d7d9db4bb61dd105fd1a83fe979fbc6feba3d080be45c4fd07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fbc2a60c4a14eb299bf4eb48335d7fce8b247d16b05aaf7d79ade4e1e90d3e70
MD5 65f03acfc59f8b97ea598bda4bc914a4
BLAKE2b-256 49e2eedaf784e5503f5ca756730ee2657acbff4a9847bb280548e2d8a238a383

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96dad345c4f89c355a601e403f04d43e4d06cfd008d058caa1e6705f26fd4437
MD5 940b9daf9ee170fa41ffb4478321319d
BLAKE2b-256 c1044a13ff1aaf98714b51eccb9b9f72f68afcd3697b3f894d0b2292be6f465e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 31d39e7d90f896e6edd7ef3a6cff159775ed3387af95209ee94c2ad6b39c79bb
MD5 0aaf061a4aba3040cced99782150e147
BLAKE2b-256 72ab608a7dddbe5340725b7b00367eaca27208675e28c4cbe7207545ece8ec30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0aa89f4a36ae7daf3fc3c6e10b7302188b14b67a46afa9dcd8315d25f0244d9b
MD5 87232653772ff7ab1c6546ee0cc15cc0
BLAKE2b-256 a436fe97afc168648a7b538c7e024fd28486c73799bdcff2664c3b5caf26099e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea3a407ed04ae2ef0596cb9c056b9be87718c6cc15fe00758ee57ebe969cbe8f
MD5 efdd2f32ac6e0f4a9ad990ec3ccd25e8
BLAKE2b-256 2d9f87486933057958425b5aa48d4bcc8ff6b2530ca722806d925d8148ef949d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.3-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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fac7e419e1932504fc056be143c8bbf11044c3a410f7be6d31070fb693ef002a
MD5 78a813066466607812e6f616f81a0df4
BLAKE2b-256 70fcc38a88b388e73407795323df34353d570dfec914312bae507c27d9fcd5e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af49902113cd4ab31387e84e3d8d04901918f423d8dda863b300a7a2781c5f31
MD5 bcda64c0f8a4ca880ad4588c5ac137a6
BLAKE2b-256 d671ead0cc8b0c3716e308038c178c7e4ad24aa7b49eefed2c5394fa0951bbdd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6fd45fc6c553024c4815132fd0ff509ec1dcbfba4139b79fd4661d787bbf05c
MD5 a4436006c335bd0333a9ec07c3810acf
BLAKE2b-256 85d3156ff61ec11b6db831487732baf0112aee927bf0911e67eb5b033ff26835

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b920042680de59d1c0fd7b5ddc5de53cc53820e2f21ab60e47b0a508b8b67fdb
MD5 2507597b01b6bccd4ce206afee67f229
BLAKE2b-256 a693d2abf456960c7911f6c40f08fe8202b0cf3f17404f2ff8e5733a03a1327c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e0d71b69fefc5302ad091b0018102affb83993ef68c26fc1bb812926d27791df
MD5 519423b1953bfab1e7aced2e9ef1c84b
BLAKE2b-256 e79253f18c251597321a21a5c88d12242918152675f795dd15b03dddd61977bc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d76001f2c7471a66a5e5dd9744a55d4b7d71ed30249f6ac19297d771c05dd3c7
MD5 d48d8ef45343d071fd8af843028b59a7
BLAKE2b-256 bca153e7715b9a808dbaa3ce79656b70dd3d2a4d9cd0549d5908cbc612c099ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49338d6dd2d7b4e1db25fb6bf2c3cbc2f2e13a5040f983b7c95ca9d20b909995
MD5 fae9b915df41c27db0596ca83c52efcc
BLAKE2b-256 e3102d7e2442b4bbb2c0bfc79730daeba8b1722475ddda638fe47a1ac405bed1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26bb34e477706dc43342f476d002850126c40c0073f7fb5b28ecb6a68933b00e
MD5 f7d59d75dad18df93c3199e20a439e25
BLAKE2b-256 9c524c35844b52f5590598c37321973089353c4ed96fcdeae1541169d073c06e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1c2bad578e61a4b81f53a9517fc451e93c7afa189bea2cf823fd049f8fa53a6
MD5 86dc750a9c974eec2740db6455763ce7
BLAKE2b-256 0c6126dad22c101242c1d54e19387df607826973b10a45ab43644f5b6331efb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 27c56141c29429e0b7bbbce0a9ad630dedb1481e99f336a47c6f56074b7cad46
MD5 3afe0fab018095e76113f802545a5345
BLAKE2b-256 86341003ce38c63a893dfbde89acbf3478fa7fb1b74e7f2b5414e9c0b38eb301

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a3ec692c3f1560e515302f399a74c3cf04ab00ce4fd3cd99e073e826e384e724
MD5 70e0bc7ed9ac9d844cd8debe88144b24
BLAKE2b-256 3fb8cd09223eb3fb8ae295bec01f08aa7c347c1781e2580c408a04b2283b040e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fcaae8cee6a846cf9e5b5c7e178f60a882f40765daaa0110768e4a55eda93f91
MD5 f818441fbc0fb5121dd8b89d06e41cad
BLAKE2b-256 c356447a936eb61c6d7bd3b168e802c2e06f454e789f5c28c6c0e81b80924f4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c03a910e1a8f3f1374e02809bf04a445d3ed2b6c7db86453f634294cf0220d6d
MD5 4770a0e2a180c637ce1499da41b1e850
BLAKE2b-256 c844c2442da2e7155da4feed8c08d842359062ba08f3074232a2fcaebbf0f8d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf6d34fab6b31db436a9a0c4c1d7e7ac4e4bfa4b7187676e34fc356193e58600
MD5 0140caef277eab1e35568146f08ca51f
BLAKE2b-256 615c4bfa1b4d84cfd5f6c94c68105f07506efaaf49af2e83be48ce27728c5381

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 53f3b6889992faa5dd0400a7b980b2f465ff99b4377a24065b23f2b179497c6b
MD5 3c2571b0c4b8d4c70253e327bf987ea5
BLAKE2b-256 08f58727a5916d5dbeb65c1c55b3613db3d26769cb5f29c51a8b1ac672b60307

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bbba9c5c20063c9f6fb9b7a8bdb3bbe5bf8566b2c40c49bf7e021f088700029c
MD5 1e81ff37b625a93fb8afcab5862c422a
BLAKE2b-256 d6c4b8b884ab3fac031f2f16759138821e71558da4a6b4c15f7308114d68feee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e9f4d1bd57c264cbd14dddc61695e3894c5a88a85d45455d920a2067fff7f2a
MD5 815534606c69dd2a03d4ac1284bafffe
BLAKE2b-256 3ebaeb173e9d1e81d1f7ac74c56ef12eb4322282488432a4113a44fb1d823c59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6951ec8be5fb2700589d1163d635b2ea794208ad28e0a9749ec0067c6f2c88f
MD5 4e5349fa8bb54937f95a1bb4be7b9148
BLAKE2b-256 c25e9b86e782af322d3484bd43855ff5565638afdda384962549a45827f763d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 465fb3ee33cdab04509544b45f93e0a5c867bd5aad27eb81af3facb95699afb0
MD5 ac5ab612e035d9ce6faa496a200be05a
BLAKE2b-256 bd98f3f2fd77956ac55c6645b77f0a1087551a737b4b519881bc6b49cf9b65b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 989d16142c26d5ec0e426394eaddd2b338220665a11884e261406bb7a6f6d670
MD5 5c27005b2902a968aa720a36ac4aaeb9
BLAKE2b-256 be38d78a44c336c5460e6f31bb7521e3ea28e8f512d1964dce1c0ffabaff3137

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5177fbb7d67c040aef6db184d93eb31c98f944808beb172e43aac240ed61d783
MD5 84c97f2b3108eadf1377f69cf167acd7
BLAKE2b-256 a78da66abb90b896031c19469a078585dca5dfb16bd803f3f86b4032a8d172b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36369f752a300b89f187c573f18a5a46af139611b360370a48d81b76ffc996f1
MD5 0e5ce8950f35da9419dc64a48d235289
BLAKE2b-256 dc971a04843795a47c8bda43491a9c87fc2edcf1c673462817123f8ec232e452

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01e0e2f255c7cda943882c306ce5163c015845f1d963008ee405da2c649279bb
MD5 bb9b8f5affe0dd8bac9c516a11ee44c2
BLAKE2b-256 469b11559ded110d2c293eb2d7279b88443b699c454254f0cde298c41c555a54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9239a9f58d07c4f8ce87c87ece966f9a11c022affa7bf7a5c3eb1e9c93e863ac
MD5 9661570e80e3ae7b0792cbf52c9d4926
BLAKE2b-256 a737c7dbc63a27597f71be0bba4cee2691f6040fd5e430b8ba10d383e624c36d

See more details on using hashes here.

Provenance

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

This release

1.2.3 This release

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