Skip to main content

rsshogi Python バインディング

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

python -m pip install rsshogi

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

from rsshogi.core import Board, Move

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

モジュール

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

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

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

Release files for rsshogi 1.2.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for rsshogi 1.2.5
File Size Uploaded
rsshogi-1.2.5.tar.gz 432.8 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for rsshogi 1.2.5
File
rsshogi-1.2.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ x86-64 Details
rsshogi-1.2.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ ARM64 Details
rsshogi-1.2.5-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 Details
rsshogi-1.2.5-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64 Details
rsshogi-1.2.5-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ x86-64 Details
rsshogi-1.2.5-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ ARM64 Details
rsshogi-1.2.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
rsshogi-1.2.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Details
rsshogi-1.2.5-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
rsshogi-1.2.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
rsshogi-1.2.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
rsshogi-1.2.5-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
rsshogi-1.2.5-cp314-cp314-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.12+ x86-64 Details
rsshogi-1.2.5-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
rsshogi-1.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
rsshogi-1.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
rsshogi-1.2.5-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
rsshogi-1.2.5-cp313-cp313-macosx_10_12_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.12+ x86-64 Details
rsshogi-1.2.5-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
rsshogi-1.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
rsshogi-1.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
rsshogi-1.2.5-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
rsshogi-1.2.5-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
rsshogi-1.2.5-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
rsshogi-1.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
rsshogi-1.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
rsshogi-1.2.5-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
rsshogi-1.2.5-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
rsshogi-1.2.5-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
rsshogi-1.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
rsshogi-1.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
rsshogi-1.2.5-cp310-cp310-macosx_10_12_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.12+ x86-64 Details

Total release size: 35.3 MB

Release files / rsshogi-1.2.5.tar.gz

Download URL rsshogi-1.2.5.tar.gz
Size 432.8 kB
Tags Source
SHA-256 checksum
How to use checksums
be5f12d21f595b7d341067deb4a69c3b3c7e9e8a6d049a40b662cd7dde4e9dc3
BLAKE2b-256 checksum
How to use checksums
51451ff6a98970d24245336c0df090349dfeebe30c455240da191c448362f7bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rsshogi-1.2.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.2 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
695ad0348a1b5e5c20708ec2da68cbee32c914b9166bd7f397d2e5c636a47a3d
BLAKE2b-256 checksum
How to use checksums
9f4b7af01d00736550494d50db4c8eafd022b8dda396858214f09ca3ce15bf5e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rsshogi-1.2.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
63f761986cc054e27abc512aeee7142b4e7715d123d17c591b5f6f0de406f809
BLAKE2b-256 checksum
How to use checksums
1a38049c1c4805ede3b9a7836fccc596d9d0b71617790738d792a35c6fda9f78
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rsshogi-1.2.5-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f6bbfcf8da18197dfe3a9f6963573dd5821040a0f4f136ee828f2ee32363097b
BLAKE2b-256 checksum
How to use checksums
256766d4ab516f2e730d6f7f49d70b02a918aabc855cbe6e2a62e744d910b6c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rsshogi-1.2.5-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
20041f957e006f9f5ab7e7ea356f69b09e09f695fa67bd2d82c799e0a7979b72
BLAKE2b-256 checksum
How to use checksums
2eaef47a1754b749e3fb3fdb7f0f9454bfe79f9adb5f30628001b4f9f2432b04
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rsshogi-1.2.5-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2832d3ee7a93c3d5c4e4af932eba25c9b236db0330dbd7e29922b1d4c813fd9e
BLAKE2b-256 checksum
How to use checksums
b769027653b992f258f86a4c4fa1c1ca70c47345883a9e79bedfcba2c06d70f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rsshogi-1.2.5-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.15 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f34f79ff0097068e3870f135578c1b00237d6ba9a1b717316a94074b6c69a2c6
BLAKE2b-256 checksum
How to use checksums
ac4a4774fde2013dfd0a7ee2095c18ed3302d03100b4b747ea1055c435cff72f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rsshogi-1.2.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
208392cbb155dfb993daa4b66cfb91764abb8a18edeb41b6d257e5077ed9fb5a
BLAKE2b-256 checksum
How to use checksums
d5c9895ce424ceea652eb0c12a9cfa1d0d340a6688c97ad8855dfca56cfaa8a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rsshogi-1.2.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
80871beb5d85e6903e7cf38682ecbf67857b4735fd0401f32f6447139d6d4595
BLAKE2b-256 checksum
How to use checksums
5dfbc00ba7928bd9bae5dfeff69500802373aaf7c627d8fae83ba08174f08001
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp314-cp314-win_amd64.whl

Download URL rsshogi-1.2.5-cp314-cp314-win_amd64.whl
Size 1.0 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
7878bbc5b361b1d42cad3839e333355fefe1d8109756d31cbb3c7efd6890a98b
BLAKE2b-256 checksum
How to use checksums
0ed1dda59f443101b29cda3ab52de186863f774f6c9006125c265bda3383684b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rsshogi-1.2.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2d12c156cc3cc980a60555bd7cf98cedd964e93c0419bbcb367fec3d78c5cd12
BLAKE2b-256 checksum
How to use checksums
4615f3ba8f8c0f7129e3983249af51025c0bb969e9a23b7926714f68bca243eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rsshogi-1.2.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4c7f371a5df49269c6c206136b7815a417db816c71fe11d6b6c3298fa93dc358
BLAKE2b-256 checksum
How to use checksums
e04c8b4df5cd2dc1ca8098035e6064f072c0806733358ef8beba66bca1fb8eeb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp314-cp314-macosx_11_0_arm64.whl

Download URL rsshogi-1.2.5-cp314-cp314-macosx_11_0_arm64.whl
Size 1.0 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b91a192460ae06e390af7beff1fd1ba87fd419dd9b66d1837f94bcdd126f0317
BLAKE2b-256 checksum
How to use checksums
0ad2a8867aa409e3e7294d446fedaf7695d39019533e5968ec6ae32547ca7b1f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp314-cp314-macosx_10_12_x86_64.whl

Download URL rsshogi-1.2.5-cp314-cp314-macosx_10_12_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
cf360740656dad208483db4c320ff1a88cf922a933caa18cb3267525ab2e84bc
BLAKE2b-256 checksum
How to use checksums
9e5a11f5e12c462b75a74d1fb953aa66663db657eded97009576d06e425cd5e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp313-cp313-win_amd64.whl

Download URL rsshogi-1.2.5-cp313-cp313-win_amd64.whl
Size 1.0 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
eed4c61c1c3aa5acaa1a1efd9ef3b0800d0d0b6c325360634fc4e9de35b88f05
BLAKE2b-256 checksum
How to use checksums
8b539ca67ab02d46843ce7aadf169b4a19f20df7ebcd29946dc8c9acb4cc4b81
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rsshogi-1.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
5d8c4e979276b99b1c1f553d2f313e721967710a779a4503e0a51d9feda4c827
BLAKE2b-256 checksum
How to use checksums
cb3722466f1a92814edf634ee589be53e38be3266a914f95de13a2fe469a0d48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rsshogi-1.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
34a74bb15b884e3b150a38bd8f0087402a5ae45f307058dae03f13c5906586c6
BLAKE2b-256 checksum
How to use checksums
3b6055815e7eb70582744299a48bd27506ae755ef3592c0e852d2f00594aad86
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp313-cp313-macosx_11_0_arm64.whl

Download URL rsshogi-1.2.5-cp313-cp313-macosx_11_0_arm64.whl
Size 1.0 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
103c5f518665cb5377eae4a071d44bd00b543b8c2c852302567e449df17c3ae1
BLAKE2b-256 checksum
How to use checksums
c0244c37fbd5e47659e62afc73f1d21d7d9cea1afba4e60e3cec395da0f8bd32
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp313-cp313-macosx_10_12_x86_64.whl

Download URL rsshogi-1.2.5-cp313-cp313-macosx_10_12_x86_64.whl
Size 1.1 MB
Tags CPython 3.13 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
1d173ef0f3654ae4d68dddd45239627b5e39351ae2d40b4ec99d58679eec75fb
BLAKE2b-256 checksum
How to use checksums
0b7b33f726c2025ba84194a57365f81e0bef75a43fa88af3262e09e9cbae189c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp312-cp312-win_amd64.whl

Download URL rsshogi-1.2.5-cp312-cp312-win_amd64.whl
Size 1.0 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
060e3a415eae2a8827bb45f64caf5651095f19ad414978a8279e2fa97a569a36
BLAKE2b-256 checksum
How to use checksums
d7a88cae97a525cbb0649198454eddd9266e771b6b77b020614cb61758ed05c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rsshogi-1.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
bd628b75e068b855a3c2df8a4fae2c79b66845a97eba46e6f3a5566128b19837
BLAKE2b-256 checksum
How to use checksums
e83cc3597c6717c23cd4d18eea0b3ca89637da4e47f47266bf56c1fcb31bd8a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rsshogi-1.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f0e08797b55e7b478b406859f9c7fc8eb3fc8d902764abfad800f6a44fb52b6d
BLAKE2b-256 checksum
How to use checksums
5d36e20c74caed0eadb16ff92dfe53623d277f6a360b94db632e33268a282885
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp312-cp312-macosx_11_0_arm64.whl

Download URL rsshogi-1.2.5-cp312-cp312-macosx_11_0_arm64.whl
Size 1.0 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b2b1873bacaa02e51376d897b7067e3532e814b73a76f7ca351ba365540d1eb5
BLAKE2b-256 checksum
How to use checksums
625116c9d458e21218d6172d1bd780d9e11989a97920c0ae08f2eb220cbf1222
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp312-cp312-macosx_10_12_x86_64.whl

Download URL rsshogi-1.2.5-cp312-cp312-macosx_10_12_x86_64.whl
Size 1.1 MB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
c496d2306ec667988d2c9f2f07e86431a877cc7ac60c6341cff54a66db7b2369
BLAKE2b-256 checksum
How to use checksums
86ae91cad336a13444876fae73aead68756b83b8dae28a069a2cf133066c4703
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp311-cp311-win_amd64.whl

Download URL rsshogi-1.2.5-cp311-cp311-win_amd64.whl
Size 1.0 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
76d4b1f9b5874d1f624299364886e8d3e4038eaf2b4851b876a813f0c24117e0
BLAKE2b-256 checksum
How to use checksums
b3b9e39c2820543fde70e03e9eb3de740b505a30c2be6c2c2883286119349655
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rsshogi-1.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
632c5f06e741940c214eac9d0b726caeb2e0737efccbdc981b95ada25267ab15
BLAKE2b-256 checksum
How to use checksums
872235e403ab58e05236a47502208d7f415344d41fa43564814ff8f478082e95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rsshogi-1.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
601cf56ae59cc905349c7edfafaa7f5daae3f63102eaade2f8ff6c26f75e3285
BLAKE2b-256 checksum
How to use checksums
be119322fcabf7d766aac1d690fd6b5480fe8770343d279c3736a9299c0d26ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp311-cp311-macosx_11_0_arm64.whl

Download URL rsshogi-1.2.5-cp311-cp311-macosx_11_0_arm64.whl
Size 1.0 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ad40ce2d5c30265ef41152652fd105df85aa6c88f5de4695bb503d79ca5c4168
BLAKE2b-256 checksum
How to use checksums
7c06d395aeb7e1d86afb4731abbf789ac8ce64a34af4a98718f2c03deb870104
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp311-cp311-macosx_10_12_x86_64.whl

Download URL rsshogi-1.2.5-cp311-cp311-macosx_10_12_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
bd7ad2d3627b9d9cfc1f165712e8a715863ab11eadcd629f7d903089353f6cc5
BLAKE2b-256 checksum
How to use checksums
0310fe41c2537522ea60b928f3bfe37e9d9082045cb0bead30f84578b544c91d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp310-cp310-win_amd64.whl

Download URL rsshogi-1.2.5-cp310-cp310-win_amd64.whl
Size 1.0 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
2c20977e5a2705fd689d4d692d98a9d926307a2f2a4f83c9317f0510a6a50b99
BLAKE2b-256 checksum
How to use checksums
7abb9955bae1d72e43298e5ae9583b54f2301ac2cf679797de5d678e8e680411
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL rsshogi-1.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.1 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c9d8820c3f21bcc3d7658c07e26da85a31556853c00873462e6a2d48cac0f515
BLAKE2b-256 checksum
How to use checksums
1001eb06788930723c84a99db2f6383d5d49568dca78dc71be488d6a9dcbae88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL rsshogi-1.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.1 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
9267a578b81d705915ed1d14a52c66f11c86e0734e73f399ac124f992061fffd
BLAKE2b-256 checksum
How to use checksums
9f22590bb7fba46b0b01548cbb2d5bbc1ec2195827b1322a587498ed5f17186f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / rsshogi-1.2.5-cp310-cp310-macosx_10_12_x86_64.whl

Download URL rsshogi-1.2.5-cp310-cp310-macosx_10_12_x86_64.whl
Size 1.1 MB
Tags CPython 3.10 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
27760c498a52e0e447a64ce609100805ebcd18a525655f394f91b5f604e885b6
BLAKE2b-256 checksum
How to use checksums
6a1f6ecf8230e45710da91493b209f75baaf7d3067aa74c7a8c4fb82c49e79c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

1.2.5 This release

33 release files

1.2.4

33 release files

1.2.3

33 release files

1.2.2

33 release files

1.2.1

33 release files

1.2.0

33 release files

1.1.1

29 release files

1.0.2

29 release files

1.0.1

29 release files

1.0.0

17 release 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