No project description provided
Project description
rust_pgn_reader_python_binding
Fast PGN parsing bindings for Python
This project adds Python bindings to rust-pgn-reader. In addition, it also parses and extracts [%clk ..] and [%eval ..] tags from comments.
Benchmarks
Below are some benchmarks on Lichess's 2013-07 chess games (293,459 games).
| Parser | File format | Time |
|---|---|---|
| rust-pgn-reader | PGN | 1s |
| rust_pgn_reader_python_binding | PGN | 4.7s |
| rust_pgn_reader_python_binding, parse_game (single_threaded) | parquet | 3.3s |
| rust_pgn_reader_python_binding, parse_games (multithreaded) | parquet | 0.5s |
| chess-library | PGN | 2s |
| python-chess | PGN | 3+ min |
The main reason for rust_pgn_reader_python_binding being slower (at least in single threaded mode) than rust-pgn-reader is because of vector / string allocations (that show up as malloc's and free's in profiling).
Building
maturin develop
maturin develop --release
For a more thorough tutorial, follow https://lukesalamone.github.io/posts/how-to-create-rust-python-bindings/
Profiling
py-spy record -s -F -f speedscope --output profile.speedscope -- python ./src/bench_parquet.py
Linux/WSL-only:
py-spy record -s -F -n -f speedscope --output profile.speedscope -- python ./src/bench_parquet.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rust_pgn_reader_python_binding-2.4.0.tar.gz.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0.tar.gz
- Upload date:
- Size: 22.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82d83559a6143d7b1653dc4ba1dd489665043ab1936dab19eef85615b86808f1
|
|
| MD5 |
de7da49f2b3413bb241c975319bb9c60
|
|
| BLAKE2b-256 |
04dc968606c3f3b6650f197df73a52a4db4d01837b200d8dc6a50b8e526c0ba8
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 604.3 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
236d9e864400713bcfb6d733c52bff01727920765d7a33d6cb02c182866ee99c
|
|
| MD5 |
64d94241277f70aad4d1637a4e1ce360
|
|
| BLAKE2b-256 |
f71e2870241efc2e1f33a2f5292b49999298fabb0c83deee42ac0f3b4dc6aa9a
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 636.8 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3d8ff5b562f44c6fc53f5fca24e2236be5c6e60be2f647729ace4d4e8275ced
|
|
| MD5 |
af0b98327428711f2ee3e1b055214d49
|
|
| BLAKE2b-256 |
b8075202b5857008d119b6453f9c7490b9442adfe213c76d1ba77e8449e02e6d
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 702.0 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6a1ec632ae7ad9fd99fb049181d2d89b51f88dd9fab6542029efde3f65f31a8
|
|
| MD5 |
a6b79d5d2b6b1858d16a11b40e935938
|
|
| BLAKE2b-256 |
10f23c9280d40313156a789b31f414fc3cc1e850570673a3150018a23fc44feb
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 608.8 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0b629e2ff5206b6cf226eeeb795eea7634999291b0cba90f1232d9a2833ff88
|
|
| MD5 |
2546426907b4e2e53bfff966e997ff7c
|
|
| BLAKE2b-256 |
f878e7ea451ba2769106851e771621b4434004901b2cc4140bb01acf9119a8f4
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 433.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d73f0ca5bf1d92e75653a0636fcddc0db0848ba0e89e86b2b84e82d746830b8
|
|
| MD5 |
401622b3fe531eb6cfa0172bb48dde64
|
|
| BLAKE2b-256 |
d5de3f7e42cefa9b6d7c3cc2be3895b6d5d34452d715e649c412c8e0682510f5
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 489.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83022dba250b6ebc6635354ef2f444fb0bce826b210d2f24897319f451cb75c0
|
|
| MD5 |
74d728b4d4d1447f10ba7b9d8f713d63
|
|
| BLAKE2b-256 |
ee9781ff8e4cdbe2ae35f98a2bfdf512ab1a9ba48455d325b0fe59344129e73d
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 480.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7584220493bdc15389487bb0adbeeeb5322324a9132ee4103f74de6430188620
|
|
| MD5 |
036ff378ff0124dc56bbd3e55c39ac33
|
|
| BLAKE2b-256 |
8cfbcd9ecad08760e69bf93c1a6237471749b209f2c3e3d0289823d8f787745b
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 462.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffd1f88577791ee93ad619a83aeb390f574bfaba364c39729333426d262fd647
|
|
| MD5 |
8de034f7f4b09bf1ae8486660e3a5634
|
|
| BLAKE2b-256 |
4ba85a44537c8abc467191e8fd02b63e76ebc5dc692bf2c79e138e5c8b631389
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 439.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d594d951ed27a4a1f481049f1c8c973a31613c0f031b4c35cbedf64a61a91c44
|
|
| MD5 |
2ce21b9feefb7bcfd9dfde5420322460
|
|
| BLAKE2b-256 |
58f96e97046cf3381b4d5006acac6e1e4b4ea14ab917b72364b2a296ed247955
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 430.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c67ba4dead2c71bab9923e54fc11c3cb05af3b6faf4f40bfebc275bad5dec07c
|
|
| MD5 |
2c843add67186d96c7c331586f137aba
|
|
| BLAKE2b-256 |
2fe4101e24047ec0e34ab105bd036a589a514fa3d5461570419aa5d9d75dd4a7
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 604.1 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e96b76bd0853581c447da8b4581b98a39fcf1bbb4633d780e7fe4b6e7fa3dc5d
|
|
| MD5 |
88f7c6cd5cc0b79f8e1868829e98276e
|
|
| BLAKE2b-256 |
ec173c58a9f9242612c534cc6e27bea71a284ed120fbc3decfae210f24a7cbfb
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 636.8 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1b7817d0312f1beb59bac07c749d11c93541e17127e7173404406b29d8b5e3d
|
|
| MD5 |
366ec0434c3245e53157e029bf342c44
|
|
| BLAKE2b-256 |
cc36b1ededd6cd21f8ebb7420f0f42d2541e7d63ef59e7a951c28c5c50e6fd5b
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 702.0 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8b1b2225e289fe3b363be8ee79aba0cb0173d28fbfa8d373ef0b5a8e01e0c51
|
|
| MD5 |
85a9a50f9a7a7813f8d4ba6c62ad157f
|
|
| BLAKE2b-256 |
11cf16646d28b40bb23476d5301d8536d5040c35abea3bfefec6520be8727a98
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 608.6 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ad7fd0039e7cd839f60f4ce5d93e161a9c0256547734a04a14e80e935a3a534
|
|
| MD5 |
d27883ddf9e87032b78030c1d751a41c
|
|
| BLAKE2b-256 |
f73b0822517290599aada2e721c9d99f0e0bcab0c4d9291ed95c65c8c53ab549
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 489.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ce895469358fe713ef00b2c1b51e3817684f76dd68661d3a4b8224d9c01c6e4
|
|
| MD5 |
6475bce1833f195e20b17f1d83c25ccf
|
|
| BLAKE2b-256 |
6e679ad8b1f3ec399b70c2ce90a9e08104282a39acb458232a3e78535a82cfcd
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 480.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
444b3fdef8c9f53ea9cdfcb9120d365b2de9da4f9e8f5c46293c5833147c2fef
|
|
| MD5 |
c86285aae1de7e3331bebfed2cc540c9
|
|
| BLAKE2b-256 |
6fc4394fb56b06be4244f8692b7320b3c1fe9f60ab8f5de31220f726d3df3eb0
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 439.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2b429b3b1e4b7e2ddbc0533e28b115f425783d4e828c7d6507726e58de198ff
|
|
| MD5 |
211a7556da852699d8b9ecd068e1fee7
|
|
| BLAKE2b-256 |
d5bfd0000ba75eb3b777159d4e16b42133184aa17ad3f0f2fd570b7dffe534f7
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 430.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5df386cbdc6e81481fae13e1314b4879beb79197a6ffae9cfd6cef38988ff89d
|
|
| MD5 |
07c9cffb3474a80f3fd8cb5987713c91
|
|
| BLAKE2b-256 |
a8e1159d640fe5d3f137cb1c50dfac4c198da4c29f9ff4292a18985c603c7efb
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 603.0 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbecff013eb80ab6e03ac161637d46e4b4a8e9b33938cc671b2cc32bf81ff518
|
|
| MD5 |
93f8b6db7474b1e64fc0e3a6705c784b
|
|
| BLAKE2b-256 |
00276cfae01f7e28d146a7b96b9262ea99d43b5de12a21f9d2813e303977d673
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 635.2 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7700bc0bb3b4e7a54cf0ba7c7e6b1f31ef93b679174bd0848c696a2ecbc619e6
|
|
| MD5 |
254b51588a6baa7e49c9e2aa57bb1fcc
|
|
| BLAKE2b-256 |
dc6db5e79737d39c454fd03065881d8b1a100177b681a7e6d27d3888533fc8f0
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 701.3 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a307acbcdb8c4bda39eec4213ee1edc86e84566b53f88fea178b1c712024627e
|
|
| MD5 |
2099a65061aef730ed496c737f1e1117
|
|
| BLAKE2b-256 |
6d693f6f29c38ba5e92b5befc6967a097233f976c80e6f5c4b59e26174bc7746
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 606.6 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82ba4f8064fde23a07648d6b6f8fcab4d49e117a087543db4bdbb7313afccf4b
|
|
| MD5 |
ed10fec3e7d94454657364ff1464270d
|
|
| BLAKE2b-256 |
25d2eced70b21983337464e717163df4858f52e4775e6c1559c7590e447dd0f4
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 489.5 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bfaee918954291d9a87d6da6e739ff876afa092946f30b1c305cdd973e5daa6
|
|
| MD5 |
05c116cb00d8535fafb952f9359942a9
|
|
| BLAKE2b-256 |
8e9048f320fd4e8ca97de5e32bd764d9f351901ca24d1065f46a96d0671cec6e
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 478.1 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
705c3df19069ce6ba77560b95ee5ccb3dd47bf9cbf2bba2a7874d73230d63bd6
|
|
| MD5 |
3044e71718539143c7425abf78f4111b
|
|
| BLAKE2b-256 |
16f989f6001b9914842df5f4cbf2293baaabbd96c1a1a0b5748fe73b0b903f8a
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 438.4 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69236c23f8a88cadcf72c1d324b7b3a0e6429c54ee584c5a15359b5f95f7a639
|
|
| MD5 |
4a96e45ec984d0f9bfbdb1a04a64fbd3
|
|
| BLAKE2b-256 |
f9925a2101c0bf059ba1d6112402ebe9b240b58737073014e028d3cbbeace4a7
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 428.9 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9881958ec62975dc39d396d4f01ecefe8a0e20f0a8e516cf4b41c010e13bbdbd
|
|
| MD5 |
0c14b872e95d6bf05276ccfc0f78f773
|
|
| BLAKE2b-256 |
48feccff142bb9c639103c73a237bf7626cb3d322a600504643b3ab23a373184
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 603.7 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bf937a06391a89c631d7794acd98f575bb854fa9e6033cb90cacfa79bf9bdb4
|
|
| MD5 |
6f9114d1d2476269b48ef43298303a7c
|
|
| BLAKE2b-256 |
6a7163b072e91580920bc31cf073f0670654f1cc301c8c793da0a6c2304aeef7
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 635.6 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3f52e5c7ef375c8e133e1cad0ede3433e764956d9ece9a581ba3b7fd1c72926
|
|
| MD5 |
85ca205dd59283a94ed7409f9745ed05
|
|
| BLAKE2b-256 |
c27d65f4e570a70ef685977d73d75e1271db4e5518e312bb00a7c1348d2e4c7a
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 701.0 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
852b7d62858c2a79337fd89fd2f148c863083593414c4ec53e1b7d3e024c08d0
|
|
| MD5 |
4a47c96674090081c7723f33e9e3d7f3
|
|
| BLAKE2b-256 |
76961dec72fb39cd737d729917676ca708e832c1561ca8f505e2000163cbb638
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 606.9 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9021d2e19cf40056405cb1f1b629974b870b2a08d8e8e3d7b5c0b9171d783bb5
|
|
| MD5 |
241e6001a3ba50cc7f21222131260f79
|
|
| BLAKE2b-256 |
71b124254828a5735180dff111703684f8152cb9c74b7cd857602899db868af1
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 433.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfa9ec38fb370543ac3705f7666c578d8ed0c9e50096de7545d033547169b5ea
|
|
| MD5 |
220f8616081c46da90d3cf6997b86b3e
|
|
| BLAKE2b-256 |
d4e30891eb96a5fbea805d5636cb81ba7466ac76f6259a66bcef00316d251db1
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 487.5 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb49c5ba3a6a30a66b803b706bb66d04e0075df7b809a00c6ca601657617cc57
|
|
| MD5 |
fc032047f0d96e90377b03e42ae9a144
|
|
| BLAKE2b-256 |
bf5dddcd4ad149859d2ac413970126d531cd78b30c8f5bfe98f83b66a3c6d741
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 479.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab3d91b227bcd25bc72565564bc18b8a547032ec5df1a2b84a99a015a45096fe
|
|
| MD5 |
22119711b2a98484040f3d75ca5b9665
|
|
| BLAKE2b-256 |
52ea22ea242ba6008fdc90ece2c58160fee5f0d2b99e6fcdb2d91a00c36afbab
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 461.5 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c4fa3b5e3d966cec0f2aee9b62c1009630f702547bccc3f458303b498a0961a
|
|
| MD5 |
ce37fcb358369109abd3da0ef1ba397c
|
|
| BLAKE2b-256 |
8a05b9f4a55911815a7ba8a11b0e10a93a31ca05b5671951d0b98ae8be19561f
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 438.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5809ee6d585b2b1dc489aad820a24f4420ca5ade27e7ef6613f2f34471d309a5
|
|
| MD5 |
ffce7a76be6d9f6b4a3de72e71c923e1
|
|
| BLAKE2b-256 |
111647da6768e0e337fba8124466cefaebff0cd55dc92eb6e561fb5efdc26e5e
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 429.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dabbdb80b96b3f8dea79b6463850d5938920e7700986894829af582918561194
|
|
| MD5 |
f5dc2e1e55cb8828e798a7455c87835f
|
|
| BLAKE2b-256 |
2ecd5577c2cbf10b2e6bae5900a33c1005bda4235fa3461c75a1c845ba712731
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 379.3 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
449c5b9d2709452ebdb8982d08ab28fd99f31d6143a1d86d56ed81c06715cf24
|
|
| MD5 |
c68df515d59699c41786ec2b1503ac66
|
|
| BLAKE2b-256 |
6f7d8b86e7069cbdf168e2d3ba582f7e8c02197605d405b57f8685aaa8a365b3
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 385.6 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3979af73b46cd57d3cf937863a048b88950b974f425427b1b342889d9e7b223
|
|
| MD5 |
094a18cfc4092e1d82d8a276997216fc
|
|
| BLAKE2b-256 |
924cbfdae981f63562683298bda3262d91ff3e3994e46690ff5a93c9f562ceae
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 260.2 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d53169ef6b82f9706ead074802bd17955f8d2bdb3a2dd90e44a369856f8b3a11
|
|
| MD5 |
2d601c91b58e579646f1630104f0fe45
|
|
| BLAKE2b-256 |
8430c886d1957adfd6229e9786baf763d2abec81dbeb225c8d6c6abe1825b261
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-win32.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-win32.whl
- Upload date:
- Size: 255.8 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77ad2db94878227119defec358ce2c6bdfb44dc8a25aaeeb7ae9e2e497857f34
|
|
| MD5 |
91ee40906bdf1dc58beeffc91913b95c
|
|
| BLAKE2b-256 |
6de76cc4e28fbbd3f1b59986b4eb536683394927d406e942d09c79c624e652ff
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 603.2 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8388e82c0a1654580223a2e3b72cb2108546e574dabd7acb77978c79c4227a1
|
|
| MD5 |
f1a4061dcd411603953c002980e2a8f5
|
|
| BLAKE2b-256 |
0a186f13997175fda0cd4729d64c5cdcf80df2f479c2c02f14962216d4ee05ef
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 635.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
864cd1c6ad23f5cd1fbd90abd990f0e0a4320a3c31680ec32e033dba584e9c85
|
|
| MD5 |
ca86783c92721d2063fb8eac24cb08bc
|
|
| BLAKE2b-256 |
51f49adf92e0611d36847b2d92cc88cb2f3ee82b3caf5689ba15adfb2b570a30
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 701.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29b52c8d56dac33f401ed10c939ab3a411f7ecdbbb5f8d252b4071f93dde8146
|
|
| MD5 |
49e8013553381338ea16d426fbdd8c9b
|
|
| BLAKE2b-256 |
4a6a8bd4a73cfcbdda8c7d305ede475b97ad3380929bd00142f6b70949ba5cfd
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 606.7 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3dc4d9ff3feaa4b7dbafe5e42723dc482534f9655615aec58aa0a0cc790526f5
|
|
| MD5 |
d1531e487180117bfbe6382cbdb987d4
|
|
| BLAKE2b-256 |
de5c95a8223725e6641c5c86983561e88a991c6b895b901ddbf8c981de7736ad
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 432.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b676c46c1ef0563ae60b75c894475c2ed7d73b383ca5c3514321afd23f4775e
|
|
| MD5 |
dd8822d40790f3affc6e5b0d979527c8
|
|
| BLAKE2b-256 |
fd51575f49161887ae9761d5a34c57f8fdb3dcd9ed0bebde7a92781939b76e67
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 488.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68ea6b125c7be72738c34cfd8c505d79ce55a8e97c7872151fd0712a957ed99e
|
|
| MD5 |
02d46379028bf99daf73ec056f42d19b
|
|
| BLAKE2b-256 |
7925ebdd83079cf232d577ed77803e5085f78af29303c043514316c3987bcd79
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 479.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
186fb1fcb8bd854422209dea8270bb7a5ec76593728ef8a74c4d6d1fb5fa4b6e
|
|
| MD5 |
478ec5b7d4745a0019e329a03620c2d0
|
|
| BLAKE2b-256 |
21b01741b1e189a56462ddc10c9e2f77db521e1931868d2fc48029d630538f37
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 461.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bbc5e791d3a5089af52ccceed38637613b1c041521fbcead4b5bcb116396717
|
|
| MD5 |
37b3c56f195ae3271c40ca5edbf38ef1
|
|
| BLAKE2b-256 |
4d9cad59b820703a4e7701c559ade808074d54f3859bfce94c8b3dfb3e1df97c
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 438.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41eb431da16bfa9bcef0802ca18f54cdf320056a43a9c8252471a8d424be769a
|
|
| MD5 |
b83005324f859e148279186c0751ce99
|
|
| BLAKE2b-256 |
52c97702eec2f616d7462a0478e4cf1ce3ef08408bc2c353cb1a3739217eef20
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 429.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2719cbd720db0a5eb63481f2317e5ca8b211d52dff2053f242baedb406bf7680
|
|
| MD5 |
96ca47738bea271a2291bf2a27cdcd6c
|
|
| BLAKE2b-256 |
be1dd336221fb5684b5baa86e2e788ae030c263e60a438e2935f0377c59ba7c4
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 378.8 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c9197f2e21bd55348d5050d2f534cfab1d41a222317dee6c13f8c14a374a76c
|
|
| MD5 |
7cf370fc33fd813af6dc8b2f7cdb2c18
|
|
| BLAKE2b-256 |
60c9a0277c39b51c2def436f93fdff8a7433ec660eada49d45d88d9ea775a2ce
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 385.4 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0d0bb30e16fcb8c1f86162976e527e1a0b5bc92449ef253bb73bb0fee40ad70
|
|
| MD5 |
39cdfa2800ad3234d2efa4d3ac118e6c
|
|
| BLAKE2b-256 |
741a69bd730b5a259c315d37001d0253d6a178236a4095208944ce3b71af1dd3
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 259.9 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17f3358fb4dda2e108888584229a85beb769fc57eaafd8c0ba720ce65fa857ef
|
|
| MD5 |
3f9e3adad3bab16f920437b722b46fc8
|
|
| BLAKE2b-256 |
74ab348e545773599c9c6c9d89cbca3b88f74c9cc5c2aa0708fe7e7824d6259d
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-win32.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-win32.whl
- Upload date:
- Size: 255.4 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9712d0334271f794ccb3c3f3da6b27625de6830a2048baf8200e0f22fd07dc4c
|
|
| MD5 |
d841fe1859795a7d47c7468ce5d3a560
|
|
| BLAKE2b-256 |
37e460fa2826a0247dfd8c7e6b7fd491068c1d2aa7cd75554e5471f6738b824e
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 604.2 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f512689557c15e8e347b37620e4aafb940947926ca6506bed847b65aa2cb474e
|
|
| MD5 |
f10dc304bde6d8c75ff11b0e152ab75e
|
|
| BLAKE2b-256 |
3d2a08c9c3f0bf6e290fdc11c6f1ab08edb5e86cefa83fa712789a2cf7221926
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 636.4 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89ba79432c5665b38cdbbdfd7ba1db28d25af3ae16ce44ce49791259ad2f6062
|
|
| MD5 |
fb6fa94aa739eb0519084383305fcd1c
|
|
| BLAKE2b-256 |
85c5c1150ad736b71c861915982c1f691124cbe3e0dd3ba76405094f998d6e0c
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 700.7 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d784ae3c4fd3e1a2bbc214454853809b9046b3f3159f2b28b8d365e0ac41772a
|
|
| MD5 |
3a2ff8adfd9c4a394f65ab34fb681bfc
|
|
| BLAKE2b-256 |
59cd249872875941e60e13e650cf56d97830da290e076d8383b38cb9bdf08d61
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 608.6 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
541c0325e003b7e50c05e7894aa2ccd4186d4a9b9c0dcf33794f709cb3458296
|
|
| MD5 |
b85e2ab06fd35ba8af0eef9c7d6bb48c
|
|
| BLAKE2b-256 |
61abb274e4e8ab97853d7045c6d54a1548eb5e18bb1dc55089776035775bd996
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 433.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbe6fab7d28ca63b86a782b14e45568de770a5148f5bb1741afdc330d91d527e
|
|
| MD5 |
68249665c5aa5c1386f193d903202e4d
|
|
| BLAKE2b-256 |
a4d2179f543e45af94cbd0cd8e8705ef8d40c0a7e9db82ec136a7cf20fcd894c
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 489.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8b9d422ee2c9c2415550e2a28dbfff577f89d31d8aab54c6c5930d07bb04feb
|
|
| MD5 |
3fc13303c4466ee3e8ad584d923c74dd
|
|
| BLAKE2b-256 |
6aaf25faff812f038adf6b385d37c945f3b2a17d3b736f8d867d526abbedca91
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 480.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17c82c7bf9e3cef6a4c8ef5efaae07df49d72f6e7908fd0c6199a44a25b41f8b
|
|
| MD5 |
631c1a203d70159b2615c1ac0ce206d7
|
|
| BLAKE2b-256 |
3c3b2d7fba71b20ac1b65717710f021a1e6760af4449a721134dfeb5b035896d
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 461.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1408dd2896c84f092b64487fd453d04f167ac7287b91e303e5e3426f7b03cb83
|
|
| MD5 |
0d867b523caee6ebcf163f8ea3f73044
|
|
| BLAKE2b-256 |
7948a9c764ac183e8a3023bc353e55e8cf01ab204787ad1cd234c858761a4dce
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 438.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2055580f2128ab472f2e5a36dee62d6094e14dea1a0e7fd5b7454ec35155ef3b
|
|
| MD5 |
6537b5e7b2b8489699f9ceb8eaa5d866
|
|
| BLAKE2b-256 |
ab01334b59950d87301eec04b73062df5b64b73a4d46d3386aaf334cff58593f
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 430.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e98fb553e50616f97c0acde2479d2abf1bcc48cae61e5c2501c0489655b6c171
|
|
| MD5 |
5835832d71ce37978c4d0c5236052cc3
|
|
| BLAKE2b-256 |
f4e9deffe85c9c89ddd2610863d218810737c3d5aa7d39f0e1ecc4a1c3bc96c9
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 382.6 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2cc8b4e325d59aaacdda297e7e8b811c4cc71b07d3f99bfb2066918c0aea753
|
|
| MD5 |
40257af2842ad37c04419a72e519206f
|
|
| BLAKE2b-256 |
79527d95312ecfcc40861ce9e133e16513fa445a8ef0488d3b3f651bf4955d5f
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 387.5 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10d241a306d7756eab0dce388bb0310a76d68b0afb8fd390909743af409bab17
|
|
| MD5 |
870f58a48f7bc5819ec612d3f49574c2
|
|
| BLAKE2b-256 |
eabcb13a52a2cc5240868ef13e3fed02c2ff6deaff0043b5b6dfbc7b4e6a4539
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 259.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f82788135bcce4de6c8f873f3e25fab1f182f906a149ad82be19c8a9e8b2d684
|
|
| MD5 |
4248d2c81f956e3e5c00de430d006571
|
|
| BLAKE2b-256 |
1669e6e9b25f3dc0a3f780ed8ddcb464eca17b22a42b5db135e1669182236bb8
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp310-cp310-win32.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp310-cp310-win32.whl
- Upload date:
- Size: 255.0 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adacc7e6580346d64f250d81e077308af4ffb4f0a124fa252de88053c9f8714b
|
|
| MD5 |
6125ad741639d979c121337860d6849e
|
|
| BLAKE2b-256 |
af07e3a679326d005aa0be123b43a48dc281bd80900e9fa761bbe60d50973237
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 604.6 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4015d40423ac20a2460b77bd683135ee6961e502acb42532a81c7517c8127433
|
|
| MD5 |
d884c85393e102602fdf8ce443034423
|
|
| BLAKE2b-256 |
adce6a8bc763ab16c227c912397738f0765ed8ea341f25ded3d2ff3000865977
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 636.4 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d42f2bf31631389250109cedd2eec5977aca2b20612b7879a44cf7363474da9e
|
|
| MD5 |
a49bf403966c70759da4dd0c566cb432
|
|
| BLAKE2b-256 |
e066ad5431e4df3709751d4b391a56efce4f8a75cb29e86a5d537fe87b2306c2
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 701.0 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba1bd8b13da7cf201e14c47d48d978b20c10e8baded09d8115cfab825dc429bb
|
|
| MD5 |
5487e7fa63884ff742808d5eadb7ae5a
|
|
| BLAKE2b-256 |
2dfefdbf14d847f8362bbd2b36233b9398a27ad08196051a9257043616c379a9
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 608.4 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05fb21341716106a9b81684016aaba20b6fc29dd6f444851099c6c4775d42bb4
|
|
| MD5 |
7114c5aa28cdc9f283fa736f32978a90
|
|
| BLAKE2b-256 |
9eb6356215aa529cb197ceb930f78962a8168ef2ddf498e23d554bee7d1ed139
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 434.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7b9f21d03acc819fbf02b3133fc44dcd20062359a702ed275be44dbec39cfc2
|
|
| MD5 |
159d62e9d32e778e850e5cb44d8776b5
|
|
| BLAKE2b-256 |
75924f65b1d0f9370388f472cc9ce0a0aea68a2028732d842d2dfdc16e4aefc7
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 489.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ea982cf0b0be8e3678d046d738f962a673f7faea91d79dcd23d0a48a16ee579
|
|
| MD5 |
fb5e6ef5a430a294b597bd6b1fb42ab1
|
|
| BLAKE2b-256 |
a3a945e9d4f9ed8d0287078d4bb8b38592119db5b1c24bc59feac2225af1697f
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 480.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ae33cf868b85efc426837ebe2434c4c7b3f978ed97790d009c56d0ea4b141f2
|
|
| MD5 |
bed59dcba544b23dc885509292afab6a
|
|
| BLAKE2b-256 |
2b14188757d1d8c7b26777c14100dd96657d00d793e5356c067c5995482d55c2
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 462.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c9855fc62e16423f6a880cd7b0d4740caf74e225a858fa877755c93d349fe77
|
|
| MD5 |
d14d6dd05e4c4c9bdcfb46989fcf69d1
|
|
| BLAKE2b-256 |
7d6887086250f6ebb85fc1a5b5124efcb4a5b54ec1b308d61b46e42ba1ed6f68
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 438.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89c724effd1c261d01e454c9e4de772e300dff50bb67c8da2afa4c85f8c2c39e
|
|
| MD5 |
9f65b52fcf95945974556d2de8170960
|
|
| BLAKE2b-256 |
993e61d9fca905c322c93e213edca54ccbe29d5c4dd96f90dd104be6eb523d79
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 430.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce42379670073f1365a8c6467d49f863bd4a2da6698ec946067e87f6cb97107d
|
|
| MD5 |
3aabeac187d3ddf79e88dcbb213a5490
|
|
| BLAKE2b-256 |
7e34d9e4a86703727580b51f47d339bb5e80acb4d26971827ad5529591884e40
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 259.9 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36478fb70fb3b3b75ae7098703d70684c355dd0219928df4605f2dec751b876c
|
|
| MD5 |
3b9c783bb33d1315ec2d838afa5ad758
|
|
| BLAKE2b-256 |
2db77ab418602d0220a421acb6608ba84686fc3e0dfde7cb492ab8fb930a9e04
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp39-cp39-win32.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp39-cp39-win32.whl
- Upload date:
- Size: 255.3 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd06e1fd89735fbf84136d518c72607d77ff5eea906ce32cc0be915a9e601231
|
|
| MD5 |
e3c059985467ae60f5094b8983171e52
|
|
| BLAKE2b-256 |
b96360b0f545334ab9af468c7570039804eabf0bea5e301e76b45f849d9574d5
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 605.0 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d91c91ec56d37b84dca52e9073664be8df5fe830f26135b61584215ef1cf44ad
|
|
| MD5 |
5530f4a8d4c8bb04a8ac77d45596a58d
|
|
| BLAKE2b-256 |
531263bdc5d686964abccfecd6c1a502a8521db671310240f6edcac41d4e476e
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 637.1 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47189bd0054a7bc63dde8abe86986dd0463bed1570b774197d5935da9e94824d
|
|
| MD5 |
0e030b6f8a99f2c15832d8d58cf0b512
|
|
| BLAKE2b-256 |
1de42e9b07bd8a4cba783d64dc1d81c366f4be39e7769ed580f17208a2ceaeb1
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 701.3 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa4d05160339484f23db2468c7cdbe7f534936260bf49de487a35cd84ffd195e
|
|
| MD5 |
798bdc59b7012c2c1db4cf4bf83a96da
|
|
| BLAKE2b-256 |
a0c2f51d227dc0e8d3d1db57d1f67eafcb8321ac509a209e8125266f6dd9e55e
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 608.4 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d075b66003b312d494e3096266b5774d7d00130a2845c4f51e811b271f13fb2
|
|
| MD5 |
a4b3327ed7e3a1959fc096cc4ecd6e29
|
|
| BLAKE2b-256 |
d7deb26ff5422cda7a48ef459a5b44bc1308d799be2b93f369267f29269212aa
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 435.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64e7fcb3d95d1424002a795a1d9fd19cf4c50a95ed679f2f4b7917c05e209ee2
|
|
| MD5 |
492d45565a3a10861845a5d01c02dca8
|
|
| BLAKE2b-256 |
1957db709c2554cd3f5b88cfd624981592d0589c849c72926d536e18c90148ac
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 490.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c86cf63bef3019290c01fc246c3de480584b862f48aabc8eb666fff22285bb5d
|
|
| MD5 |
78c9db94d7e1fdc065eafb1ccdc5002b
|
|
| BLAKE2b-256 |
a2ff42d656efd14479a9161badc0dc538756ab7922023541bcf832fc2aeb318f
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 480.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1708a9940d0d3c51b6b1eb9834ae9026fdf4b6a7f8c61ad5dc3cb03d66e0bef8
|
|
| MD5 |
26048dfb19bcfbcd777c82260af38142
|
|
| BLAKE2b-256 |
790d6930474db15caebf6b6d296ca890aa8086b5c7d8b83738d42ec1cbc7e6d9
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 462.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8313961afb12c01ca8e505ed08070a540cebd7bc467703c6c18b9b2e664b4b31
|
|
| MD5 |
52a00c710ec8f8c7fc3ba14c3f858e5e
|
|
| BLAKE2b-256 |
c3e5c2cef64bcd7e704287bb838bdf80e28c916836f1cb6cda5556143d798468
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 438.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b0f05e5bb0b357bcbd8d853b70cfcee53c9f6073cf3b1d80bc25cd428506366
|
|
| MD5 |
8fd0ec290e89f69deb6245796941912f
|
|
| BLAKE2b-256 |
7ec39a206b6913291ad3799fec41ff54cb382425067f7e1094d3be044ca9bc64
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 430.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a547ee770aa2fb205cb8233c5df9ecf4eefe44eee45e086e06201b9bfb1507f4
|
|
| MD5 |
505aee8d7099df0c7ecdcbd4d6eb8838
|
|
| BLAKE2b-256 |
9f7f299056bdf00bab8060af1b62e4720fd9577d63f758a24cc7a74ca71c04dc
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 259.7 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d07c7c645549fb691973bd38bb7423b6c9c5e71684118cfeee6502822770b27
|
|
| MD5 |
83dd6587dbbd5f9362e9c799a5ebda52
|
|
| BLAKE2b-256 |
3b12c80ef6ddec968735eb10ba797e0207b3110f2c8d0a259161d0c1a544b4a9
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp38-cp38-win32.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp38-cp38-win32.whl
- Upload date:
- Size: 255.7 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc4f94c3316b4435f9373ca1ebb409ee8d914fd7e8c196be019c195759023b80
|
|
| MD5 |
08b0e174cd05597bcab047b589e05360
|
|
| BLAKE2b-256 |
765954678124e9258c6b3ab4b44982384e2e0ecaaa29997591dd9ec7d498d9b4
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 604.4 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47266fefb02298b8aaab596a3315ea7805077d6b90c10c9aa35a91819fe31a75
|
|
| MD5 |
53458faf601defbf0e5db13421efe090
|
|
| BLAKE2b-256 |
6a77bb99ec575685005fe8c35e7cda760a26cbd62d59fee1885bd912da8c5dba
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp38-cp38-musllinux_1_2_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 636.7 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70ba8e6dc1251d4b9adda5799d5a47fe84cc02d1dba15e415e59fb0ab0e9b1e2
|
|
| MD5 |
6cdbc383ca4b70060012f3157660498b
|
|
| BLAKE2b-256 |
5e924c4bf44fe0f20431552b9cf188da00bc586cb784f888a3b74c4e32c7d910
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp38-cp38-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 701.3 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed47c957eb222164dc91652c48e86b172b051e0f608b10bfe4ab098ecd11bab6
|
|
| MD5 |
cfdc280aa728fb3800fc3a03fb26b652
|
|
| BLAKE2b-256 |
eb11e44ca1358a86dab26a59e6ede473051345fcab673106d9aad6c19befc3b7
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 608.3 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f9b985fdd7afed029a1bb64e6fb6f58a0e87313f621afd830a2823df12f9e69
|
|
| MD5 |
52b1a1f635ead376a64acd786023115f
|
|
| BLAKE2b-256 |
d76342566d4a377a221c17e2b8b8768a991a38d7d3888edcd3147060e78e5cbb
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 434.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1b2f62f6251319330276429bf0e2690c2e59c2f71ba739833d82b541796d3fe
|
|
| MD5 |
85b8cf99942f0436042e54ee5b18ed67
|
|
| BLAKE2b-256 |
41f58200a8d18dde5221d5fba748039e6462d8f69ba8792a847cf710ed025a0d
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 489.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db4ff7f2df9249069972daac66ecbc451fda4136598e8d8473c93f03a27704b8
|
|
| MD5 |
8e8eba6e33596df9f9a9c681235e90b2
|
|
| BLAKE2b-256 |
09b62d1feeed7814f85066dc83004923331d651de42537dd499b24d8b5f008d4
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 480.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f83664f359844f7a51ccba767aa79477d05198911035df753ec8fe5180cfcd20
|
|
| MD5 |
6faef7d030627425ca75c5e4789f8e83
|
|
| BLAKE2b-256 |
9fba0db1ef5ea91291e5a4c79c9e86153d01d2e45ed74cd583a466f41c09a136
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 462.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed8a1bd45ff857c741445ac2fd64629b7418709a9a0456ceb5f75c26e7cd3557
|
|
| MD5 |
d3800c00cbf26d9addbbb1f205816acf
|
|
| BLAKE2b-256 |
841546c57aae747aaac37eeaf4ec217f3da153c5581982b4bcd4817762c26d7c
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 438.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90a72bcb153bf9176676997d99b2483a6d962e92256c18dd6dceb59e7c141b26
|
|
| MD5 |
becac0c0bd508521ec4a484805f81c75
|
|
| BLAKE2b-256 |
09f3b54c298e4f63d719e454c20ac9f4bcb9942cabd272d566b31d526a8c1c7a
|
File details
Details for the file rust_pgn_reader_python_binding-2.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rust_pgn_reader_python_binding-2.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 430.4 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1318129b90b82037a92d4c48655f6b4fc098967b892661ba45b95726479b616
|
|
| MD5 |
2f5b668bee14f712ebed4515ad30a462
|
|
| BLAKE2b-256 |
a9d22367d030b75f171b617d833b5dcf7ea20f9938689e958fa94c2a9fd27fdf
|