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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

rsshogi-1.2.1-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.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: rsshogi-1.2.1.tar.gz
  • Upload date:
  • Size: 416.6 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.1.tar.gz
Algorithm Hash digest
SHA256 b4aebc75e4c12132434def504fd1a997f0b80ac2b92e4b7d83d6f50f741b2a96
MD5 3724bf84ee4530e40c341a43260c1fe1
BLAKE2b-256 fee988bed2f2e516337ade208147722968be04ad7d74299679c01e4141b569c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f4ec6cda2a2f4741602a71aa12162d45c21d434e499b7cab17e99e07496a843
MD5 48bfed191dc0fa4cd9a900945f0bed79
BLAKE2b-256 bac471b055c089776604cf691ff9a8ae13920174d0bef6c6a8a188702ae3dc5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7d2271ab876cf6c9ee88cd8a84ca06f11a307b6c622a18c7d0b112125fc6333
MD5 4b2e2bff559ef017d2f4a197daa68bdd
BLAKE2b-256 d19ca62150e57c685dec385805c0529962afbf3912f6ae2e42e3b2c22743f687

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7bd57c61ba9aaef1209f00294f32d4207937007115ecf9b1303375d2e9e0dd47
MD5 7c87f755d1f920a6aabe275481766e14
BLAKE2b-256 d9f2a9474875f93e065a680313ef1c2d5167f5befac15943b90a99e320bc55c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9baba2180d853eafc3de02b4a637f20e1b5ab543e32b92c9362dcec5787074f5
MD5 b74767cb5b7728874e762b102794763c
BLAKE2b-256 cb18fcdca8a51c9237627af7e99abc24aee962647b64922ac6d84b67f7abb7cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a75d7152f9a2f39ca341a9167600ea4cadd0b6cbc472ffba878b9fb4597d4bd9
MD5 08be3d917ac2a82964b29e643e802029
BLAKE2b-256 65280044e5050006e2a4466d8142e8ed6ba5b2457985a3f71053a89fd1a8096c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f2eb247ca137d370b6b0dab7293333f8923fac28d16882c5ec7c9a6c94e8bb5
MD5 cfb0e3e2de4c7b3dc98e573973090cef
BLAKE2b-256 cd415b2b1f19b6fbd69ab09970077ef83e3c78bec2fc73d3f862a0c22f022050

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1161da600697aadaa590a446b3b16f0443741778619bf3cefe673f3db4b20558
MD5 c1ad2c191be1953da85b03f1ed2d631f
BLAKE2b-256 a28ae2568db3cde8f7669186eb3a701bed3fb1aca5f2167778eac9f447845460

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b1654fc2700eae400ecad858d0fb0b1b04db00f35fd11c0cd28abf5f9a3176b
MD5 f648fecab3f2a3d55b204ead554f7479
BLAKE2b-256 e649f29a719f3a413c10bf0b0586dccbdc4aee15d174e1a65ae99f28f1bb1e78

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 04c2d9fb6c61035829705f80d633a858d4ffe3d237e466220034072ae6170746
MD5 c91f97a965fdac5ececf971ffb3a6ce2
BLAKE2b-256 590550bed54ba56c57c141ec1955598fada15bce4a1ad270523208237cdc961b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de0d2a26b22757f472e85c4557202d305b31f7a5d2770a8638c0d441cef8fb0c
MD5 a8a7f8671b77e37c8220e19305ccdf90
BLAKE2b-256 f5cdbccebc8b19d41731af99e9bd3d2b57e1f9bd001e99ac422e60039a6801a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86c2664f6ccc7541705d6695b235d630b27656b600aed9644cf87be55dafceaa
MD5 adf619acb03853dc927deb8339e42228
BLAKE2b-256 bc5dd5a7e28d15ec486c70d32eb0e74d77db33a89f9294169d1bd372c7ea9afc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf5fdd65b9dc4f72ecbafa57ae65a75027478f75842afd22ce46bc3056cd0146
MD5 f033dad490c09f27eda414be5ad7df3a
BLAKE2b-256 270aaceefa25cd5b1de09f8d1d37d038b2fedb8c787bac15a0e74b90ab93be5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7e49453c09ec9f47561721570360803604784bc896d680dcf033aefd82aa0f99
MD5 26088f244239d9e632861a48b3430791
BLAKE2b-256 d455a6ce15709c64efe3b50ae8859ca7dc1ae4b6611bf42a529c1b5d4b463994

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 96dc662b599e7373f42de8926ee49a4caa1b3721a8d8d796b9b02667c6309d67
MD5 1f7207a7bdb052f4d59da6386248e1a6
BLAKE2b-256 73be4ef351d59107dc9f347cdb2a6ba0d475dd64c91c286fe7f1f26bba46c5b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9562eab4cf15eda8c5b5d3a819eb8dfd1e1f67bdb9682f8ee8ee2bbc51fe25d9
MD5 11652906cdc23a9459f0f2965a4059ca
BLAKE2b-256 60f13e4b95a1a0aaa6a87c946385dad3b08d19bf15f69436d35a98d33c1386e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e925faabebbcb4affb9caf808e076741e470c3abe0d3b6e89de5db7bcc557f2
MD5 dedb5b21ef8d8652fd87739a4a4b6d7d
BLAKE2b-256 95d19bde2c969001bc785a111e6df2d07a5ccdc0fc690ec9dfa070bf2842b4ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c00233b30c864cddb60ecb7f5a4e4dd6bbdb30bfdad6b17b941889ab5533c3f
MD5 577ced3cdda576c7cc6d5848dc0da7c3
BLAKE2b-256 bbef993cd570ec39608fc430995519158a6bd69362b65c3e7327b7d921d8c300

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a9b0921eba3a7f7b8c5e7427bcf81568aa4d4e95cf9f4d19fb36471cb9fbf7ba
MD5 3c9ea2c6fd778e39b9c335d03776e8b7
BLAKE2b-256 bf0bc4b35d788b16bbeb0a995e4fb0c4f0331905fe3411e0f58ba431e57b3a4f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b09b590089b1d9c5267a4df6870974f7639a25a5918b57601ea523ff1d48dfc7
MD5 0e71a55be6dca7fcb84b30ee0f1e4b04
BLAKE2b-256 0b315cc701c39dadb3b2a24f308931e85aa98ec60a294c05f396abb188925d39

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7062763166693b2397b12490ad2d1a7f64d8218d33f2aeff3ff55250a18d7060
MD5 2ac66f9c94f69b89d41361c780bff7d5
BLAKE2b-256 5ef99deda97fbfc0d78b6969ee39542cce454f26cb6f924e2ab874c21ff44c81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9672a058ca50902d651d2ca1203b6ce5231d966995fb1fee317add35f5371d96
MD5 acfa441abae3beccfd221a737f3084ef
BLAKE2b-256 5a3b549804a5000b7c697b03c588fe99396b5bb76f15221c35a731a22f9fb739

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 777a385cd5c6bf0e1500352b3f2f021d3477b02270d993ce85e03c1d8a64a487
MD5 fe92275d4eeb2c226ef1800735943c52
BLAKE2b-256 9c4133790d8ec4c5507ce043a62b5226434293a21d12aa75fcfcf7f6bc52b759

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e04cd2d85c7e1621e080257334ceb0bfcbab265d3cda61cfcb6c192b94420256
MD5 ad05131ae9d2b275a0f88c6f163e7d0c
BLAKE2b-256 e4e67d0e5e40470e0daad9caab928724fff304e09ac6b32bbfa94a98e66d3d96

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d377fda2e01975b5ad71a4b274969455be6a0233a2252b4934c2f1166025acd3
MD5 7b7adf65e4f49193b69635f39ba49487
BLAKE2b-256 edc0eae0e533f4cf01c2207fbdc65faed88d6056aa86482e2547c72b23207112

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1804a5950851dba371b3b73f1993196df27800b01fa4c5aa2688507e72203447
MD5 5f7da6da8f4a16c65f12048d5fbe0153
BLAKE2b-256 a3efe04746f25576560dda1b205daa6cb7b30a32c94545717480ccd7c1ab0a09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2bd540b77f49c6716af3849bba5579de1a7bbdcff9481d4cfe7200643f89709f
MD5 ca5bcc007ba1027146386941707bb9d6
BLAKE2b-256 6e0e8281d8138bd7f6cb0c5ad1c3a650e0a212424c9a4db56813ab0a3108bfa8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b37cf82a1837796a5277cc78613ce73560926655feb426c954ee798d7c79dbd
MD5 155e6dd79741295b938457557342d71f
BLAKE2b-256 02399ab67c742c9e3d4fc082d39ca213a42a04fb950be9b30382f38519d45888

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1341b84d511f687ea49cecb29b802a5e2cf7db1e734dac386303d561fd55335a
MD5 fa5b48295ca7f7c1054267f64008cd93
BLAKE2b-256 7f8c5834a36fe390aa2915a6333832d021e91f718e0c03d914232990f1021276

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rsshogi-1.2.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5099b6c9e3ba5166647ce988b97a21b73111fc88c2455ca5f6a507b671cd25c0
MD5 4b93e84ccb5d943e1ce7740e74b34d32
BLAKE2b-256 0f318c681b0a2aa25fd3fa5116b949eed4a922e4493bfa653cb057bccfdb72ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 699c82a929081452cdae8089588b8521df3248007ad37f3316a4add8d42104ca
MD5 a5ae5c31c49092ba4a8145d1d8ddd573
BLAKE2b-256 057693f24d3e22f2fb2f6090fffe9b96c4a58e63bd5fc24393c0672250f90fef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a36d2f74f10e6fc0a28788ac128ad150948042609b86380251b31efff8d7e16
MD5 434cf6f5d7bc596cab74efdbe6b9485e
BLAKE2b-256 b7caed0429e21aae6dc8109add399d828f1ce717f8f475350247dd75fa54327f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rsshogi-1.2.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b11c89d42df86d60e261f06e5e80b29ac4ced787d6e71fc6bd748af497b4d083
MD5 41711b074d7021571dc7f01c346eec92
BLAKE2b-256 82e63d5892b0979f08ef027be5feaf0127ee769961ab44bd90b91eca3cb4ab23

See more details on using hashes here.

Provenance

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

This release

1.2.1 This release

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