Skip to main content

bcj filter library

Project description

https://badge.fury.io/py/pybcj.svg https://img.shields.io/conda/vn/conda-forge/pybcj https://coveralls.io/repos/github/miurahr/pybcj/badge.svg?branch=main

In data compression, BCJ, short for Branch-Call-Jump, refers to a technique that improves the compression of machine code of executable binaries by replacing relative branch addresses with absolute ones. This allows a LZMA compressor to identify duplicate targets and archive higher compression rate.

BCJ is used in 7-zip compression utility as default filter for executable binaries.

pybcj is a python bindings with BCJ implementation by C language. The C codes are derived from p7zip, portable 7-zip implementation. pybcj support Intel/Amd x86/x86_64, Arm/Arm64, ArmThumb, Sparc, PPC, and IA64.

Development status

A development status is considered as Beta state.

Installation

As usual, you can install pybcj using python standard pip command.

pip install pybcj

Alternatively, one can also use conda:

conda install -c conda-forge pybcj

WARNING

  • When use it on MSYS2/Mingw64 environment, please set environment variable SETUPTOOLS_USE_DISTUTILS=stdlib to install.

License

  • Copyright (C) 2020-2025 Hiroshi Miura

  • Copyright (C) 1999-2010 Igor Pavlov

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybcj-1.0.6.tar.gz (2.1 MB view details)

Uploaded Source

Built Distributions

pybcj-1.0.6-cp313-cp313-win_arm64.whl (23.1 kB view details)

Uploaded CPython 3.13Windows ARM64

pybcj-1.0.6-cp313-cp313-win_amd64.whl (24.9 kB view details)

Uploaded CPython 3.13Windows x86-64

pybcj-1.0.6-cp313-cp313-musllinux_1_1_x86_64.whl (55.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

pybcj-1.0.6-cp313-cp313-musllinux_1_1_aarch64.whl (55.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

pybcj-1.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (51.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pybcj-1.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (51.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pybcj-1.0.6-cp313-cp313-macosx_11_0_arm64.whl (24.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pybcj-1.0.6-cp313-cp313-macosx_10_13_x86_64.whl (23.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pybcj-1.0.6-cp313-cp313-macosx_10_13_universal2.whl (31.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

pybcj-1.0.6-cp312-cp312-win_arm64.whl (23.1 kB view details)

Uploaded CPython 3.12Windows ARM64

pybcj-1.0.6-cp312-cp312-win_amd64.whl (24.9 kB view details)

Uploaded CPython 3.12Windows x86-64

pybcj-1.0.6-cp312-cp312-musllinux_1_1_x86_64.whl (55.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pybcj-1.0.6-cp312-cp312-musllinux_1_1_aarch64.whl (56.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

pybcj-1.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (51.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pybcj-1.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (51.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pybcj-1.0.6-cp312-cp312-macosx_11_0_arm64.whl (24.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pybcj-1.0.6-cp312-cp312-macosx_10_13_x86_64.whl (23.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pybcj-1.0.6-cp312-cp312-macosx_10_13_universal2.whl (31.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

pybcj-1.0.6-cp311-cp311-win_arm64.whl (23.1 kB view details)

Uploaded CPython 3.11Windows ARM64

pybcj-1.0.6-cp311-cp311-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.11Windows x86-64

pybcj-1.0.6-cp311-cp311-musllinux_1_1_x86_64.whl (54.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pybcj-1.0.6-cp311-cp311-musllinux_1_1_aarch64.whl (55.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pybcj-1.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (50.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pybcj-1.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (51.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pybcj-1.0.6-cp311-cp311-macosx_11_0_arm64.whl (23.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pybcj-1.0.6-cp311-cp311-macosx_10_9_x86_64.whl (23.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pybcj-1.0.6-cp311-cp311-macosx_10_9_universal2.whl (31.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

pybcj-1.0.6-cp310-cp310-win_arm64.whl (23.1 kB view details)

Uploaded CPython 3.10Windows ARM64

pybcj-1.0.6-cp310-cp310-win_amd64.whl (24.9 kB view details)

Uploaded CPython 3.10Windows x86-64

pybcj-1.0.6-cp310-cp310-musllinux_1_1_x86_64.whl (53.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pybcj-1.0.6-cp310-cp310-musllinux_1_1_aarch64.whl (54.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pybcj-1.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (49.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pybcj-1.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (50.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pybcj-1.0.6-cp310-cp310-macosx_11_0_arm64.whl (23.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pybcj-1.0.6-cp310-cp310-macosx_10_9_x86_64.whl (23.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pybcj-1.0.6-cp310-cp310-macosx_10_9_universal2.whl (31.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

pybcj-1.0.6-cp39-cp39-win_arm64.whl (23.1 kB view details)

Uploaded CPython 3.9Windows ARM64

pybcj-1.0.6-cp39-cp39-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.9Windows x86-64

pybcj-1.0.6-cp39-cp39-musllinux_1_1_x86_64.whl (53.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pybcj-1.0.6-cp39-cp39-musllinux_1_1_aarch64.whl (54.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pybcj-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (49.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pybcj-1.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (49.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pybcj-1.0.6-cp39-cp39-macosx_11_0_arm64.whl (23.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pybcj-1.0.6-cp39-cp39-macosx_10_9_x86_64.whl (23.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pybcj-1.0.6-cp39-cp39-macosx_10_9_universal2.whl (31.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file pybcj-1.0.6.tar.gz.

File metadata

  • Download URL: pybcj-1.0.6.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6.tar.gz
Algorithm Hash digest
SHA256 70bbe2dc185993351955bfe8f61395038f96f5de92bb3a436acb01505781f8f2
MD5 0277e6c3f04479bc290193694b86fd33
BLAKE2b-256 ce75bbcf098abf68081fa27c09d642790daa99d9156132c8b0893e3fecd946ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6.tar.gz:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pybcj-1.0.6-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 23.1 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b24367175528da452a19e4c55368d5c907f4584072dc6aeee8990e2a5e6910fc
MD5 054fa2ff84f9afbfdbb9c7a95b3fef8f
BLAKE2b-256 fd282fb3dbbf2669be30faf01c371fbc0aef65bebcf75f021116b00f9c5ad8a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp313-cp313-win_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pybcj-1.0.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 24.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 caefc3109bf172ad37b52e21dc16c84cf495b2ea2890cc7256cdf0188914508d
MD5 540fca7bfe51fffff5a7f20a1aef2bd8
BLAKE2b-256 5221df6e5cb6c918d5321a4db241be78fd71d5d18561a4458eec5757b0b6a1b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp313-cp313-win_amd64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5fedfeed96ab0e34207097f663b94e8c7076025c2c7af6a482e670e808ea5bb0
MD5 87df32129aab07f016151f781a8b4b05
BLAKE2b-256 c157110b66c34308b070c52baf1685f7bd94532bb81f05e0d58acbad8f8372c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp313-cp313-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cb1872b24b30d8473df433f3364e828b021964229d47a07f7bfc08496dbfd23e
MD5 43e67c3bd28a1c824124911d337d94d4
BLAKE2b-256 e721d2f88378b258332ce2474e0ef38240fac3711edf7858c2176fa3a92b137e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp313-cp313-musllinux_1_1_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57757bc382f326bd93eb277a9edfc8dff6c22f480da467f0c5a5d63b9d092a41
MD5 8fb72bfb58a36b22e31f18122dc6d2b1
BLAKE2b-256 8db2e658bf56f4d04a83b366128920fbda93024dee851f134660491b8cc97863

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 39a5a9a2d0e1fa4ddd2617a549c11e5022888af86dc8e29537cfee7f5761127d
MD5 43a784c0244b957b36353543ccbc5e1d
BLAKE2b-256 9d7ef34c68779102aaf74ccf8c78ddd307dc55e42822e5e31e35ac9efc09e3d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 887521da03302c96048803490073bd0423ff408a3adca2543c6ee86bc0af7578
MD5 b4051c7d97753a50422cd08f010b6144
BLAKE2b-256 c2aa25877ccb48f638c5cef205ed8185848e7daff53f152cdd6e014ceee86753

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 69a841ca0d3df978a2145488cec58460fa4604395321178ba421384cff26062f
MD5 fae59532c807a630a2d2e12588995ad7
BLAKE2b-256 0dabe04befe57175c0ef6f00368263e17ef79dadfaf633057dcd13711ef06678

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3e6800eb599ce766e588095eedb2a2c45a93928d1880420e8ecfad7eff0c73dc
MD5 e5af6594e0896b0f47405ef1b2e7b413
BLAKE2b-256 77cfbda2eebe8f3fd0ed9967092a3a637d30227195ff44419b1d11a526d9e0b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pybcj-1.0.6-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 23.1 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 8f1f75a01e45d01ecf88d31910ca1ace5d345e3bfb7c18db0af3d0c393209b63
MD5 d02f4d028830169726cb0920d80353c5
BLAKE2b-256 7a3e94a5261ba2da1adb3555a2f0cebe2e9c1b23b0f91961cb6a268aea042a38

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp312-cp312-win_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pybcj-1.0.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 24.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 72ebec5cda5a48de169c2d7548ea2ce7f48732de0175d7e0e665ca7360eaa4c4
MD5 5ad9b51cc9897835283fbae8c3a7168f
BLAKE2b-256 7b426856e9913bbb72e77029e953dadd9d835ebd4222cd1856b90a37f494c353

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp312-cp312-win_amd64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eac3cb317df1cefed2783ce9cafdae61899dd02f2f4749dc0f4494a7c425745f
MD5 290d6a077aa125ee3c28d59769ebae24
BLAKE2b-256 f5fe3e5e12e4d489f84e5e0ff7331cf39395c0b176e4ddae303697828d276a64

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ae5c891fcda9d5a6826a1b8e843b1e52811358594121553e6683e65b13eccce7
MD5 330a257e4f20aabfafce1b3d0aa08a88
BLAKE2b-256 1aaf49401daf3e01014fc8576b24677b054399f891a20e6f13807a4cc0e06805

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp312-cp312-musllinux_1_1_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e252891698d3e01d0f60eb5adfe849038cd2d429cb9510f915a0759301f1884d
MD5 942813e0e66e40881c99f219c517532a
BLAKE2b-256 034d3ff0565ff69390f110c4d497ca96a8c757584c334dabad8451e35d6db210

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7393d0b0dcaa0b1a7850245def78fa14438809e9a3f73b1057a975229d623fd3
MD5 21d73651f90317529e41a03c2a5c089f
BLAKE2b-256 c58d359c8906b0337ed33e3bcb100640861a08222dbddc820b1382b58e1bf265

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e269cfc7b6286af87c5447c9f8c685f19cff011cac64947ffb4cd98919696a7f
MD5 c2d6ee8981bb8ace392f8b32b890e2dc
BLAKE2b-256 c7b50d27992fbc24573aee833c1d1dc3d6fa035c9ecb19e453bde1e4babe6512

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1398f556ed2afe16ae363a2b6e8cf6aeda3aa21861757286bc6c498278886c60
MD5 19af1e48b716c2ca047180a7775004d1
BLAKE2b-256 b04f81f46d380b61d9adc305065e966b8787c2d10650e60fc76eb1569f4ec9f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 f5d1dbc76f615595d7d8f3846c07f607fb1e2305d085c34556b32dacf8e88d12
MD5 cacdf5602dbc11716bfc562b920b891d
BLAKE2b-256 4ad242afc83cda05aed0aa77bcbd711c418437409b049ebd6c61d8d49afbd84e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pybcj-1.0.6-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 23.1 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6f81d6106c50c5e91c16ad58584fd7ab9eb941360188547e0184b1ede9e47f1d
MD5 a1c4ad6692efcb389aa318b345378256
BLAKE2b-256 ae78bdbf1f29bc94cf3c8d61c80dfea24e02955c9cf8309c25aec54a82fb1a82

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp311-cp311-win_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pybcj-1.0.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 13747c01b60bf955878267718f28c36e2bbb81fb8495b0173b21083c7d08a4a4
MD5 3efe863c225e8a30103222736bb21453
BLAKE2b-256 d2a6530e84fe22ccf9afc0187fa78278cfbf1f0c11fe76503119fc2809ae2728

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp311-cp311-win_amd64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e4e68cfc4fb099e8200386ac2255a9f514b8bb056189273bcce874bda3597459
MD5 4b98b9aa13b4566af8cd35fa52924954
BLAKE2b-256 4e3ecab50b337b1a40596cc73547e71c2446f9991f4e22f7c884fb95068a39ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6dccff82008e3cb5e5e639737320c02341b8718e189b9ece13f0230e0d57e7af
MD5 b1971dba1f3f573ba766f6bac34035f1
BLAKE2b-256 e98a11205743c537b7285d386db3243e3793f1d337d586b20854d17d412e4c87

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp311-cp311-musllinux_1_1_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c48cbc9ebed137ac8759d0f2c3d12b999581dae7b4f84d974888c402f00fdb78
MD5 35825c694b285226f00257fb372fd31b
BLAKE2b-256 fbf9b3b26b19d874605d5e00e549b4106637e88af9014775d17ba5122393431e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7109177b4f77526a6ce4b565ee37483f5a5dd29bc92eaea6739b3c58618aeb7
MD5 a7b397d735093287e5b5f6dc94fb9bd9
BLAKE2b-256 31ef8a643eb8aa1352a95465cceb77440a05d1b669dae19ad5bcf84b418a67c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d8945e8157c7fa469db110fc78579d154a31d121d14705b26d7d3ec3a471c8e
MD5 25ee72a93530afb98087df500a1e3e2a
BLAKE2b-256 3f09a5c319c0fd8cf0ba5ff1898065eb45a79efb313d16bbc98921594b9a3cae

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fa794b134b4ee183a4ceb739e9c3a445a24ee12e7e3231c37820f66848db4c52
MD5 baf392e399141a35c3a83715a898cc4e
BLAKE2b-256 ff54bad24337182812d8da48033b3adbcbac13e61ebc177562a5f8071d3e5877

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f0275564a1afc4b2d1a6ff465384fb73a64622a88b6e4856cb7964ba2335a06e
MD5 dd4f59fe03aeaba4b2fc6acbead4ed05
BLAKE2b-256 240304ff0abb08d6c29be1398449254c42a96c65ff761f9ee94585b6c8a849ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pybcj-1.0.6-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 23.1 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 06441026c773f8abeb7816566acfffe7cd65a9b69094197a9de64d0496cd4c3c
MD5 7e6c92f3af040d00cb041e08896fbaca
BLAKE2b-256 81bd56afdb78095cc98d3646542c2bcd30b473048e6be6d01338381b83dd46d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp310-cp310-win_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pybcj-1.0.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 24.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 90e169b669bbed30e22d36ba97d23dcfc71e044d3be41c8010fd6a53950725e5
MD5 a5fdf4dd97043c4a38772e81ddf12d0b
BLAKE2b-256 62431b8a2d5261ef5da7e5345b7ea0424df1a0f0823b8883919a50d454243fe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp310-cp310-win_amd64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 933d6be8f07c653ff3eba16900376b3212249be1c71caf9db17f4cd52da5076c
MD5 d7203ca929a9f154ad84d96f7764d261
BLAKE2b-256 56bc938a9bf9fd9a0442d2b0b374431a07e275ed6796b35e278419e230341973

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 437bd5f5e6579bde404404ad2de915d1306c389595c68d0eb8933fee1408e951
MD5 c60177b30fba5061e3ecfcd22ba667a1
BLAKE2b-256 cc5219671ac80b1dd53aa05b130c57267d35346e8a0d084fb08c37b51490730c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp310-cp310-musllinux_1_1_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 186fbb849883ac80764d96dbd253503dd9cecbcf6133504a0c9d6a2df81d5746
MD5 2aec2d8f40790a52d431378e2a117e9c
BLAKE2b-256 969dd3d94dadb3eb59873c86bc7046ef6db4ff7d006ec06846ada1d86c7b72f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 335c859f85e718924f48b3ac967cda5528ccbef1e448a4462652cca688eee477
MD5 661aa6ed311700c10616301c89ba705f
BLAKE2b-256 4904a1ceee49ee3769c5bbd935701906524191d6fd98ad772fdf64d78f71703f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c7998b546c3856dbe9ae879cb90393df80507f65097e7019785852769f4a990
MD5 0343e3aefab4f28332f6b32eeb984acd
BLAKE2b-256 31619505b304b8ba381dea8c58816bbc2d7d41300c26d115a69010b0576898e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0495443e8691510129f0c589ed956af4962c22b7963c5730b0c80c9c5b818c06
MD5 5432cded73c4abe08a129c4cd277d801
BLAKE2b-256 170597b819f60d58eb18f97cb82e662b0d023421b77be18915a62bc364ce854f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0fc8eda59e9e52d807f411de6db30aadd7603aa0cb0a830f6f45226b74be1926
MD5 673b39f04b1dbc57cbff870eef78d798
BLAKE2b-256 879db138d33ff49d4d15e778b940702bfd4e6d3a4b0eae1ed53be01ca6e7177b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: pybcj-1.0.6-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 23.1 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 6c88e1a04b90547f0470e4d2bd190bbe6b73c8666d4f7196c3ca43a379a15de5
MD5 dfc12aab43de09b0fc1d0075dcf669c2
BLAKE2b-256 3db7860a044575b605d9840cc44bbad5afa8624e13772bed41dcf9ed1d4ca535

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp39-cp39-win_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pybcj-1.0.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 56fe3ff939653c6b0e35aa105170af3494ee9e2469494ef1d0fa2bac3fdd99d0
MD5 edf3bbeddd6fec945186748cb0eacf2b
BLAKE2b-256 540aee8525579a8a36dafcde74f2a4efa0d91c571fbda50cd808593367f00d47

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp39-cp39-win_amd64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 27c489dd9e0d9745ebf7cd4344f23b6cb655edb2dea879ca63a0558a993e0d4b
MD5 2eb5bb6b737c4bf1a321f75f852c9e55
BLAKE2b-256 e183f63e3d25d141b192b48092890061a067e00a7dbc9d15f05a4fda6e20b3d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp39-cp39-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e1f416250101631ac04705a19d78ec407d261da9dffa0e1fa1f1f2d9409ec70d
MD5 c7f7e8a2e9f4b5d13e77294619189432
BLAKE2b-256 0c570882f245ad0f6bb363af061b52f99a47b71353d4d3ff17f3b57690b45579

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp39-cp39-musllinux_1_1_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 591f58891ff52585a38894b28c8b952e4c7be93f65d6d43751672cde8edeff36
MD5 fcdece7402246579107518ce409cc899
BLAKE2b-256 5a9d7853a34e2698a48baaa4b1bb4e7ae16dd84ff57fae5e37a73ed5dd47f136

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05038a58d78ab15a847ed90c17d924be5b7848f27a43517dc88a5589fba1ca78
MD5 00d7da00b9747b98d65f32546745a17e
BLAKE2b-256 3de7ff7b4f7b5a544aba14f2dfabaf9b3a7acb145bf873e47d28b0b762e11101

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pybcj-1.0.6-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 23.9 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 96ce9c428800ecc0d52cec9947ee167f3a7f913cc2ba58b9a462e7f19c52ac4b
MD5 15dd79bac42c7f4ca7e9f5335cf408a2
BLAKE2b-256 9299871edf3c130685f4e1a44556645e80b8f484264bc29cdd010c23ad4cefac

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d05f4026154d77c97486d5ce04261b473e3ec8c2f7cf0f937b7baa439c616559
MD5 ef0a124182f2b2298dc99872964a261d
BLAKE2b-256 428f120fa9677db682a79a70c3a1c04443f4edbcc3cc8e81e075007885e4d49a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pybcj-1.0.6-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: pybcj-1.0.6-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pybcj-1.0.6-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 558128fbc201c9f11c1b1df30377fab3821ebb736c28e5eaf9fff9cc9e56b806
MD5 d71525fb962b828b567bb39a2f355cb1
BLAKE2b-256 cc2d4cae467234bd1f32a30c25d71ca80e9f1bca3123b76ac1e6f1190cd688f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pybcj-1.0.6-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: publish-to-pypi.yml on miurahr/pybcj

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page