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 も選択できます。 通常版とAVX2版を同じ環境へインストールしないでください。

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 は 1.1.1 の表現を維持します。 PACK は駒打ち・成りを含む AperyMove layout を使用し、Record.from_pack() / to_pack()decode_pack_file() から利用できます。 1.1.1 から更新する場合は 移行ガイド を確認してください。

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.0.tar.gz (400.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.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rsshogi-1.2.0-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.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64

rsshogi-1.2.0-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.0-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.0-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.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14Windows x86-64

rsshogi-1.2.0-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.0-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.0-cp314-cp314-macosx_11_0_arm64.whl (991.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

rsshogi-1.2.0-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.0-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.0-cp313-cp313-macosx_11_0_arm64.whl (991.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

rsshogi-1.2.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (991.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

rsshogi-1.2.0-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.0-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.0-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.0.tar.gz.

File metadata

  • Download URL: rsshogi-1.2.0.tar.gz
  • Upload date:
  • Size: 400.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for rsshogi-1.2.0.tar.gz
Algorithm Hash digest
SHA256 f076d07d61a016e1bb7f7ac5927f7f7c18d897ad150476d470d5d3e3501e28a2
MD5 9a7356fffaaf9f6d68594b58e4bc630b
BLAKE2b-256 f4dab807c87ad10ecf9401c70945fe3951a03c9739a4b741769a40c5a7822a64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef846484cfa16a6e84e6c45280ba60e6efda68adf9253de3b27c25edd9685320
MD5 45e3ce94a58365c6c6db12f8cce82bca
BLAKE2b-256 fa98222ad37fe2ce8472192c5f61f67067fcd641a49d5e475406a0c3c9bebc36

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9484c9264b8c36aae79596139785f54d18b31e21651f416569ce584ac254334
MD5 bfa151126b444d4dc6701504800a716a
BLAKE2b-256 c4d49d5b394ea051f73448457961a2ad1565901f7dca6e62057698f3dc575f2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e58170fb247047f9b560181e3825ba7619ebac01dd4b5f997c69451f344b0ee6
MD5 1787c4e2d401bf0b4d96c6f5d8a37268
BLAKE2b-256 56bef06a66bc52f4d35b8d8890cb0bb34b128ccf5cf921d79700d1e3d12828e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce819236b326549d37d88233ea2544a683410b50b59d74d318160f274525d6f2
MD5 2151545561f86182d02453f063fceb76
BLAKE2b-256 8a754947aef71cb351522b3acfbc08476614272095c3c141bb98da3d1b013e5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b04f23b0861268f5e0618cb4ed7eab240c8a4890c3c320e9c5b7c4f179915344
MD5 f1c36b52232a003b7783e1efb9fa08e5
BLAKE2b-256 001c8dee3c4773c2a056407b0a9715bdf7ac16541e27b97bbc23a45eb0b56905

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05f59af6df7cb4e9d46839cd1152f0b1813571efebdc678b3e178ab6f57736fe
MD5 7b3a0953574f1241f7ba00f756668bca
BLAKE2b-256 981490e147f1ee6760cc73722d24d73607e8682a4ac302faf6a956412185a760

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d001223de68a6cf2ead3bd56d3c5232dd71dcc208f1c98378c69a10572c3f8cf
MD5 6b1bc70bea621ee86760c2fe7fbf051b
BLAKE2b-256 fdfb438e53fd1808d631fe3302ae3b03a8fdd45281a8afdcdfafa05b6e37522b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 027728931706b39714352510a0a9d91e2d573cfadb02fbec205d9c03f65978ca
MD5 91b60bede27314d5233d61e1332cd98e
BLAKE2b-256 edd00478ac6ba1cc494462aa55d4cb0d4544ae04a60d22a560512b069e1df3e3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.0-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/6.1.0 CPython/3.13.13

File hashes

Hashes for rsshogi-1.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1fc870bf1c6d817b141d93b371c018f4af09f528dd2558247df180bcd2c41d38
MD5 9fb4631f08ffd80994c75853bbb6e28a
BLAKE2b-256 aec2c3745b9d2a3077426f0af655cf50c245399dbad457d67766ec0744f2eebc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fabc8740225b8106e8e00d870935ea4515e3d70f43f2e3a6c7c919b452110809
MD5 73d7c68bc46b9145284a52abb818d8bc
BLAKE2b-256 c9d070825006826ba4a827efa743e483b580962b3ba6eec56679ade621311539

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55c27900124fad98c973116af64ac1f0cd667c724b3a0e4c5848cd96484c92be
MD5 515764a1d86877bf6b9f566fc0481554
BLAKE2b-256 eb2181652e9bfa0cddb7704015764d7d378ee95707262e67db88f3559b6fa69b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4151e35d22d26092abe70f58d59e51f574346ca11d660128daa5b0d2c1cd0e48
MD5 8c10e9ca7a5d22b34c7731865b108693
BLAKE2b-256 6c02077347692d7c46574922eee5770aef07ed449f56715bc73a6f3959cf7ff6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0d22938bb491ffccc4f0ea6248d21ee74772aad82e7568a5f929c67f65dd64c0
MD5 980775f095a0d0be66f703fe0c63c4bb
BLAKE2b-256 ccfb9c7d89ec494201d9b3ed0cf5da375a0614ee5d513878dcc80e42c5809409

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.0-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/6.1.0 CPython/3.13.13

File hashes

Hashes for rsshogi-1.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 df8facef92fb8e1ef30cf5eb9537921be50035a2420699219e9fd9a78012a362
MD5 0ad6bf73f8b4cb33bb0d3e6910f91469
BLAKE2b-256 a36b893453c615a32e11a3f70c6716a976c317c3a6188a6a7c09ff5a0bff7a1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3caebd85ce17a9f997980fe3fadca9939cf48fe322c8691e59a2d6e2d099c7b
MD5 31909c03eb819c4e57f2e8088b1cb6fa
BLAKE2b-256 4badc2027d1ef302f99336106ed0d6e066fa6584329218dc9ab0bbc34697ed50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5380d720aa24bdf979d80656326dbc1cbed296237bc4bc3bd62bd4b5d556fd01
MD5 4aed4031353fdd31831f3b87cefd330b
BLAKE2b-256 b8c52dd767b621b6d1f882085db44d173f2ecac2e31a270ce33bacd1ded9ffa9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4142c0365117008d9a9efce7480f5cf68535b515f482a42c650b67aff6921d85
MD5 82ae9d62d3889c62c88695585fbd24c7
BLAKE2b-256 a9e2bb9f800b86a8f0a5eb8df3f92cc33f95c5717d0443f7dee36a6146d90052

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e704a09c84a15742c7a1c7c90953a64948267fde2b7d0a9d9c16b2fc527c3d54
MD5 9d59526009689320fd61f3002ae128d1
BLAKE2b-256 be2758f65f5a0db93941e983d3d8585ad036771d72f67dce4e7f544228e4e8c9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.0-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/6.1.0 CPython/3.13.13

File hashes

Hashes for rsshogi-1.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9e00ed3aa0c8777d7b7a9f1d671a4d4a74921a406e381f1aac0efa3592604a47
MD5 612e3758c00219c3932ec49c2c0242e7
BLAKE2b-256 670cd9404653cd37ee06b607cbeaef6fac6600d2704d4c15788383afaa592d48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b9d5df6a6454e535c706d3b1965234adc5514eb00b91e90229ec8d6dd7d8b22
MD5 b5f217b3fdbfbf818e85eee22100232f
BLAKE2b-256 9183c414c775d6f6622ac68a67b889b7d0714f506e1e63a04b18b0f8a52863f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 922f256e18bde312a4fab3579ca367267bb603de2c9b4714c2c7d1ce65afbc4e
MD5 db1595be448a5a12e3b3c075da06d8be
BLAKE2b-256 be6ceeb09bd926c9df55465610e4e4dc281f5e09543a3dd8bd3775869473960f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c0d3ef7f174e91ca3c59982cfd6f3db42744e20a41e055d3addc0dddf734028
MD5 dd877e341597d37a91ed37f6b68d5e72
BLAKE2b-256 3ebebd8d03e45abee1b147f86e07015b5fdc7af169bbb0dc4871a271ccbf9cc4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 596e6aedc5ccd50ca5350f29ca972af5c7455c884666b603c70131b6979b9e5a
MD5 7c5c53d4996308300bee1e936b8e0bd1
BLAKE2b-256 20a8431af7ddeea48ed1229321aefe29b8033e79dcd2bcc447a6e9b2b073ab02

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.0-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/6.1.0 CPython/3.13.13

File hashes

Hashes for rsshogi-1.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 968ae39e9f9a83df25a1e9de465a92f345b9637f786bccde3f3f36cbfe262973
MD5 199c3ac52e69b3e67a9e5f7299e4e556
BLAKE2b-256 ce91334b628ef91122bf7d0aa83eebb16a88b7d85f70dea39524400ab7400c87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6685e96e2899d88b0a59f7efcb9ec9da5f38a7c3507cdcf4fed9acf28221c1bc
MD5 88a20acd60571700dd711347b3b4fdcd
BLAKE2b-256 481415a45d2d6e12fb0eaf2bd819ff2bbae87a78855f61d83f84cc6369f16bb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 924fe28ba9b1c993535f7c2ec2b7874de24a1143634060f01eabe597775b06c6
MD5 4cbc7d70d2d77b585c5e8ebb6420d1bb
BLAKE2b-256 7197e31cf57832967a69fb80dbe83ee06fa94f686ba0e9d40d5b8902f8eabe0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1d6db5089c3bc575b227f9b61a6fdb080639f6b448c2272ab681ec65dc2c1a7
MD5 3c3ef79a5fc144e608e4652b4bac4af2
BLAKE2b-256 7dd3aa2fe3fed8e2aaf9a805baa5484af8bdbbe588a271e5208c8583d5a453d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ae19104efb3f64192d3087e3f905a563b9131639431f573f591802b9121922ac
MD5 6bf56c286cb39d27b517039bc4799d3d
BLAKE2b-256 930f8c5b8c1bc376de9ab41c89ff3f44abc6f905e5b9a82529d62e0c56ca0e80

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.0-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/6.1.0 CPython/3.13.13

File hashes

Hashes for rsshogi-1.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a177e71b2031e26cbd279c11c4b05e1e5b97651d0924f64f7c7b44e32d9a2c0e
MD5 5af0a2a888ae7840fe1aea66b7731c95
BLAKE2b-256 af37e9409c715de2b286b0ef5699429e98be507ce92964b26802a8115d30f94a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ac90e9f0dcf723a094fd3119ba260f1cd758854ac307506c963fa5b56b8deedb
MD5 cde33d522f3946e98e4cd737587f1b1a
BLAKE2b-256 76257b4fca0347cafd12134a87983b5f888ee89b5de7b7919b8f2a1a70abca0f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 040d62d9d54e2b61a7c785a56a07c47e8f6219f15445984831a357ba714118f5
MD5 752048cb16da48326397da6534ccaa88
BLAKE2b-256 936798dcc407b71e0f3084bd349ff1499284cfcdb45f69f819f06b8e23cf99de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f5b256ecbdf54e29d13fe7affd6352c1f4cb660499eff078b9c397497d516b45
MD5 5766419bddaea455b95d8a038d1db8c6
BLAKE2b-256 ad2533c7a7bdba65aa2228e41b826da70719dddb0375b1086cf53b0d30bfa8db

See more details on using hashes here.

Provenance

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

1.2.2

33 files

1.2.1

33 files

This release

1.2.0 This release

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