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://dev.azure.com/miurahr/CodeBerg/_apis/build/status/CodeBerg-pybcj-CI?branchName=main 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-2022 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.1.tar.gz (2.1 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pybcj-1.0.1-pp39-pypy39_pp73-win_amd64.whl (25.1 kB view details)

Uploaded PyPyWindows x86-64

pybcj-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pybcj-1.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (25.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pybcj-1.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (25.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pybcj-1.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (22.3 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

pybcj-1.0.1-pp38-pypy38_pp73-win_amd64.whl (25.1 kB view details)

Uploaded PyPyWindows x86-64

pybcj-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pybcj-1.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (25.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pybcj-1.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (25.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pybcj-1.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (22.3 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

pybcj-1.0.1-pp37-pypy37_pp73-win_amd64.whl (25.1 kB view details)

Uploaded PyPyWindows x86-64

pybcj-1.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pybcj-1.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (25.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pybcj-1.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (25.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pybcj-1.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (22.3 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

pybcj-1.0.1-cp311-cp311-win_amd64.whl (24.7 kB view details)

Uploaded CPython 3.11Windows x86-64

pybcj-1.0.1-cp311-cp311-win32.whl (23.7 kB view details)

Uploaded CPython 3.11Windows x86

pybcj-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl (54.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pybcj-1.0.1-cp311-cp311-musllinux_1_1_i686.whl (52.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

pybcj-1.0.1-cp311-cp311-musllinux_1_1_aarch64.whl (55.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pybcj-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (50.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pybcj-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (51.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pybcj-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (47.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pybcj-1.0.1-cp311-cp311-macosx_11_0_arm64.whl (23.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pybcj-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl (23.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pybcj-1.0.1-cp311-cp311-macosx_10_9_universal2.whl (32.1 kB view details)

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

pybcj-1.0.1-cp310-cp310-win_amd64.whl (24.7 kB view details)

Uploaded CPython 3.10Windows x86-64

pybcj-1.0.1-cp310-cp310-win32.whl (23.7 kB view details)

Uploaded CPython 3.10Windows x86

pybcj-1.0.1-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.1-cp310-cp310-musllinux_1_1_i686.whl (51.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

pybcj-1.0.1-cp310-cp310-musllinux_1_1_aarch64.whl (54.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pybcj-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (49.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pybcj-1.0.1-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.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (46.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pybcj-1.0.1-cp310-cp310-macosx_11_0_arm64.whl (23.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pybcj-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl (23.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pybcj-1.0.1-cp310-cp310-macosx_10_9_universal2.whl (32.1 kB view details)

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

pybcj-1.0.1-cp39-cp39-win_amd64.whl (24.7 kB view details)

Uploaded CPython 3.9Windows x86-64

pybcj-1.0.1-cp39-cp39-win32.whl (23.7 kB view details)

Uploaded CPython 3.9Windows x86

pybcj-1.0.1-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.1-cp39-cp39-musllinux_1_1_i686.whl (50.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

pybcj-1.0.1-cp39-cp39-musllinux_1_1_aarch64.whl (54.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pybcj-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (49.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pybcj-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (50.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pybcj-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (46.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pybcj-1.0.1-cp39-cp39-macosx_11_0_arm64.whl (23.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pybcj-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl (23.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pybcj-1.0.1-cp39-cp39-macosx_10_9_universal2.whl (32.1 kB view details)

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

pybcj-1.0.1-cp38-cp38-win_amd64.whl (24.7 kB view details)

Uploaded CPython 3.8Windows x86-64

pybcj-1.0.1-cp38-cp38-win32.whl (23.7 kB view details)

Uploaded CPython 3.8Windows x86

pybcj-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl (54.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

pybcj-1.0.1-cp38-cp38-musllinux_1_1_i686.whl (51.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

pybcj-1.0.1-cp38-cp38-musllinux_1_1_aarch64.whl (55.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

pybcj-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (50.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pybcj-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (51.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pybcj-1.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (47.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pybcj-1.0.1-cp38-cp38-macosx_11_0_arm64.whl (23.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pybcj-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl (23.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pybcj-1.0.1-cp38-cp38-macosx_10_9_universal2.whl (32.1 kB view details)

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

pybcj-1.0.1-cp37-cp37m-win_amd64.whl (24.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

pybcj-1.0.1-cp37-cp37m-win32.whl (23.7 kB view details)

Uploaded CPython 3.7mWindows x86

pybcj-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl (54.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

pybcj-1.0.1-cp37-cp37m-musllinux_1_1_i686.whl (51.3 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

pybcj-1.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl (54.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

pybcj-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (50.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pybcj-1.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (50.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

pybcj-1.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (47.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pybcj-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (23.6 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

pybcj-1.0.1-cp36-cp36m-win_amd64.whl (24.6 kB view details)

Uploaded CPython 3.6mWindows x86-64

pybcj-1.0.1-cp36-cp36m-win32.whl (23.6 kB view details)

Uploaded CPython 3.6mWindows x86

pybcj-1.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl (53.0 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

pybcj-1.0.1-cp36-cp36m-musllinux_1_1_i686.whl (50.3 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

pybcj-1.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl (53.4 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

pybcj-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (49.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

pybcj-1.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (49.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

pybcj-1.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (46.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pybcj-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl (23.5 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pybcj-1.0.1.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1.tar.gz
Algorithm Hash digest
SHA256 8b682ed08caabfb7c042d4be083e28ddc692afb1deff5567111f8855071b75c3
MD5 922274946e5e0e96b39ffd11b005fb31
BLAKE2b-256 26ff25952179fa892e7d082a34e5917d747d05a227ba3c83dd3adac1c3f0be24

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6ca6ddae1302477879099d4c4efc65790f4610d71ceff7fbe8f8b60f6ac6dcff
MD5 98284217cf5b79962a4ba0f356011412
BLAKE2b-256 35879ad5e1ba2596cc81bef4608b390870903df7acab537733309044a7825112

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8576a1dcf445ef064bf8c3b2cdc1d6353e41cb4b366329946883e285dcbcec0
MD5 50cd47c666b959db4a9576fbbfef2503
BLAKE2b-256 4da17185c4e15c9233d376b29f505dd9dd65a4db3ca89908876c35d3c9a9cf8e

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 023082fd677f67ebd36fe96322a4a45ac33a2b340d49010d88e1867c76744c50
MD5 7a7066716a171db4ac32551ee24df392
BLAKE2b-256 bd6c541680455791db2deeaeae40afd111b83c0347920fb389d568e8522ea8c7

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1a5365edcaa82dc47e7757ba2efb48f96b9b352e3811a2aaa90084802479ddbe
MD5 5e171941663941a7583a9dae3ea5c14f
BLAKE2b-256 01a42eb002af66586737a728764eec06f07e0d8657ef9f09ab40945ba4e5a386

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d5b327df02761c42399c878cd6c37f885bf0639befbd4d1ab763cd44ba1e0552
MD5 a3bdfee00f9c7492d002e50c806f32d9
BLAKE2b-256 f191afa9f60d3213bdb7520fb4d64ef707076df45a6fd55c0678b81795dd6612

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9b56eeff51efa556ecc186260ac486a4ddd79ad37bc88d669e96c45190f3c0da
MD5 bef6f7ad1ae9f6ec268e2acaefe1d069
BLAKE2b-256 eb5d6ddf6a7e7b1b5dca686aac8036b4a707d74abde330d1d0f83eea4d4638f0

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2f950ca403ffaa808a017e40e3371115bcb0b4b1061772b03e7d842555132ac
MD5 df11e1d0c40059614aade781d644903d
BLAKE2b-256 8061ecf8d050646354db133f70d519dad9c6ddae30227ac426c5023ae0c80d69

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f46ba61c942ee64198444c9562c5cf089eaf97f17b413e15fa1c0614df304734
MD5 d6c4256549fcf91c57b022cc92850ed1
BLAKE2b-256 bc6db6a89f4397fd675f07d72654bb2ddfee74f21c84a758fe4ff8ae7e10bdf9

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6485c6b091504c0e6431a9495309271626eaa9ecb23276903486824f94f4c551
MD5 e26d1c7241dcf193893622b948e3110e
BLAKE2b-256 cb66e721b01b4271dcb7e78357e77a5fc18a4a7fa7690eda0832d6aa3251fcc5

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6df9eccc99a0d7bc091b58cff2f507b89f076d657253975fa2ca9eb42dbb4733
MD5 826d62dfee7f064a127d10e85abe9609
BLAKE2b-256 49d349a85446fc5012d50d408a6278ef01e316e2b7edfe672af7aaf3d20c69b5

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 358dba3dc39a07cded6897b9f99bb5b951a0ad95d567eda535b44861caa02f5b
MD5 c4f15dd5562fa32365780b3cdb53ad4a
BLAKE2b-256 9417175be639a6d43eb64321a18fefbbd1a4928e715db8ba7def3c7d9ac5d1bc

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e6434a46f852cd3e6929633b43537887bd381bc614dbf5c4a128fdde4966b3a
MD5 fa7520276cd9838f13b858426098afc5
BLAKE2b-256 c7ae5b775d075b295aabc1bdcc0db7400a2ffcf058ce674faa31c5e7c412a64c

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc1684b9f7ec92d2ae94a137ec311bd2227f684429521061af7ceed4952c7f72
MD5 4db142de6393002fecf91e227003e863
BLAKE2b-256 88cf2eca601bdb34bf88d81b08e90ebcf8ce40d16d5201546b3e2c21989edded

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 795dff9229dc024e54bd0f618f5a3adb269ee0cccd7ac9a0bef29df388beed23
MD5 38c530c4d4f33c7956fbecba734b605c
BLAKE2b-256 641b0197fcb88b8b57506d3f02cdc2576d6b34549edf8a53ac3a84c92ca06dfb

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1e02170f8d358a8ddc716606760c73d55eea6bdb0cca2d97b86447e9524708b
MD5 0011d52733ca845ceb4f223f883f2d9e
BLAKE2b-256 e703bc729ea6f00745e4f48c5deb157197cff8f1c3ab51b2f0cdff1e8d9aecd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybcj-1.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 24.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a74e70bf3fd50a413fdce4264e037b8e8f34cb8d9207ac364167b6eb076c14ec
MD5 bb29ee5ec39219d93839d0034424736e
BLAKE2b-256 8b3acfb0da295f0c2ea07a8089c174dc5966c219a322c952698392efaf0bbb6d

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 23.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f58e489e43c9a1688c7d5ceb7455b44952d87f183b7b9c915b301478a2b3bfbe
MD5 543ab0c3affbd73dce5672a0b5248bed
BLAKE2b-256 3cf0594f52f0b1a1b7444a0ce9b24ac7376b7c2316dbbc78c4696d672e7c32cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f472da992a6ba58381c0314b994c01d20e522ff8836417ef1c0975bdae142406
MD5 147319d61cf72804129b93899ffb1a3c
BLAKE2b-256 49d2f7da5e12ce63096937c0873f0ceed72a32aa8cf0a5145218247d9c5224a8

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e6a74cb618da93ac1322d6a548a4508e76eb4c388ed1c80560bc25d8764cf272
MD5 37d5ff6e8dd357c0d61795a9b989a458
BLAKE2b-256 f942f9d58477c83169a7a456f2144d8f24f8d652a49470b8ad13d330b01f3de2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bf87f2a7f827656bc6e1d9888d47931aa0ae35cdc4ff33b1cec70d8d462590b3
MD5 7125daa70a79cd3d0aa0e91e8005f348
BLAKE2b-256 6296029006ea1ea993586245a388e654500cd16e33446688bb930acd0013961f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4428b6808d781f4b605a27f53fc10a3ca343d1cd901c691b9ba2e4ed85a5fc7
MD5 2458557d4e09c478fa9034807c960999
BLAKE2b-256 b3075e4c2d8967006f6c001f60e1b8b8bac6e7d5ef0d12e26d715030b804086d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 acfc4a02ddf22f6df7184441b39f38c31e95aa8af41de4d2f825821ab1fb85c6
MD5 fb59c78a427a8fc6f73577f96cdbaa45
BLAKE2b-256 237ff2ad5d8aaa9d4213c758eb09cb04d57ba00ebe564a98ba02866cea6fdc79

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 74d34340323996b70dbd73e9530cca71c05ff7c97e30fe4d32aeea2f877836ca
MD5 995302898ef5e86a9c74e3f2b2a6628e
BLAKE2b-256 1e56986bc59ab0daf685520a2045bf0d2fee8a4ec92651d111aa18fadca52db1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39dd836134e261ec769cd5aa9ae7a3a330a7dac81efb66eb5504643abd8235df
MD5 49072d80f5fa714bcd32ac6c8b5630f9
BLAKE2b-256 9a5f58fe57178c069bb37f3c80e95d088938625dbe1c058c873e54e5246389a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 21098001200273c3c9fd90e7bf909fb905a8e1c102c80b604cb7c6a3103ef7e0
MD5 36f262c1fb8b0b58cfe7a67451fb9776
BLAKE2b-256 de3dd83a791506b050ded1137d05ecd2b6ae65c0fefe5c38c63b5fccdf1230ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c854a206d8c3a5a959b803405760f3627bb4878450e2f36b5d35af09c89152fc
MD5 32dde402633b4740c55cd11552f31479
BLAKE2b-256 99ffd7814ad960f2d0ef23dc6f008a3bb01998d29422d30dac586d2690bae3fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybcj-1.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 24.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 970dc23ca1c64611d35a3abe76a059cf551da53d62faefd84c5bf3e0af1602d1
MD5 44253a5c681c867936205dff9e997fa0
BLAKE2b-256 c98ebbca2cdc3b84f5345df0d6505a1e2291c1dfc74ccfb4863316ce82638b4c

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 23.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fa787b414c4dc6b6cd75338fac18a7dbb53a09443dd863020a2d2bda76940ca6
MD5 4f5a219ed59b263d6fb35396d2599e57
BLAKE2b-256 390dc9dc232ccaded6fd528190da4e506cd288eb09e7ba88a1f97a7c62f24877

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2d6b34ec233fcf5a83ccfbf422fef22256947eaa7077aaa012e5961d15aa302c
MD5 ef993686949c728af835d969241441a1
BLAKE2b-256 4caf16dbdfd78cc5bf55318fab9ae7871b230ea49e43f0df540115046843cd6f

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 46b82fe50eb8171ee2205e935f3fd5900e31beb5e54e10c88f23a5420902467d
MD5 107fd909c0ffdaf8f1c7d6ae72b64cc1
BLAKE2b-256 8ab01af99a05823c9dbf77a7b240814d49ced399dca207b0f7adfd33178d14b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 570a3cf4e016dcb0fc561991833e5170a2a0bc6ee88fe5667591f356bd7b7895
MD5 450193096403e6325c04c5606d586819
BLAKE2b-256 7e8127c8a107df61bd3adc53369df3aca5d211610ab46d8ac975e0a341c796ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc79ed4773cd35328377a8fedbbdcafb3a9d242ee63b96863c0692c81faefab8
MD5 cb81b1e9e9821d22fb2b42a05d01c707
BLAKE2b-256 2e8d36ae1a67b0cf23afaac91278616db7ce329eaaf838d820c04f02fc606c5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 225a0addf4b3d580bf4eae583b5168dac0125a703c53ded8b3f120882e1e0312
MD5 9ef296c2bf821e06d325c841352b0fd9
BLAKE2b-256 317443952b3d997d0a32474e02535580794828144d092683cdf94b4b1d5bc723

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0eaa90639992b6096afb1485380fae7f084483db6b92867847a3bfdf22cc4efc
MD5 dbaa6acb8ddba097e10bd870522fd7ad
BLAKE2b-256 e7fbf62916ea86911b9b43111e653c84d055b17a6a9fe96a45c215f2e2b1f642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a81f14f213a75597f9be44feb97740a51adda558465fb159114472dc2ab39ef8
MD5 d0ed38b115442f4764bbcbb383712502
BLAKE2b-256 7040bad6da3fd53b18247354b4eda51d1dc4b9bb52b74a56d64def8fac41bfc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 43e8bc75773ca06ee7a64602b799613171e4edf4d9d8fd38fa5c49f1cdbb4407
MD5 45de701d11f58bf39841626c6b604701
BLAKE2b-256 5f3dc1ff539b5154e2b4a6ca42874d6cce37ca47df333602501e2a9c61ba7b4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 20fc0d8f67e2d9747e0c31082d5f64b112258ae602a85aa5c7e6bf5a7cad287b
MD5 a7e5ccf00a8dd9f4b5cf036df22ef5da
BLAKE2b-256 81a9a1ae0bdb630f97c407bd082c92ea3d49f38c0d1c8a328ae5244debcd2927

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybcj-1.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 24.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bbb49772fc3896850a704215160df8316db89e5e8876b2d8af6c6c15b4e0f6ea
MD5 fe77242c57e45d885a467b88a59efdca
BLAKE2b-256 2027ac7c4c8843f4b699d272a7564ecd603794f1e395cb9be17f65a19ba07680

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 23.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d61f287f820787d3acf60d113c5ce6e506870d9d3103bc37a74373e72ce9d7a6
MD5 55261d317a04cc746a3d98fc07ded535
BLAKE2b-256 68712e5be986339fe846233ccacc60d35595bbea36543ac479f116e6b87afe82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4bc8720f3a224c27bd413a930b9bec5f225fda050641258967b1ebb252a053fb
MD5 ba7ee120669a706ea756523f12dc59a1
BLAKE2b-256 18625ac4ed9b5ca93259a46862c23c892fd5d6cc70b2b6e3329a53ce8ca8a786

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 50.8 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d5c4ca6faff0af4b5f3e7d88d13ec76f8cac36c9bcc814b8c84d9f3f951b2cf9
MD5 93ab863862179325d6b5f7d837c3641f
BLAKE2b-256 be6a9f36119af3e3947f4a37ae78acfa172af96ad7f7e3fcb34941c277290aaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 05fad9a905772774aacc96cb174571ac1f5afa80b9f54c6ec414d369865d305c
MD5 cbffc60b8cd72d95d8b72f38882aeb0d
BLAKE2b-256 db9c62bfebf1277ed9bfe1330810567b9f8690b9b3b7ca68b21f17df1c6960bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3847387b43af47d9677952b8a22d9c2d8a544c2175b6d5304c200669c05d39e1
MD5 f4908ff6c409b8c9a08f310e3dbf9ee3
BLAKE2b-256 48d23bb830b3fd3960d67c531609841f363547e164e2969daa0bf1a5f877cc08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fda423836d7d69cba6a6f99e7a34c2e5fe3621e5e945cd25ea9ba60a96223254
MD5 223b80beddec89d91d4a2dc35a18a574
BLAKE2b-256 90785446919114bcd412b9aec80edbae6aacb9452f8c8b0d8c9db819077f43cc

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b99f4291e59dcbe548be5a1e8c6a1a19a860184526c2d14fc374ec687b98ad7d
MD5 9fd7c495f68bf90b29604fd85acd1d98
BLAKE2b-256 bc8c6c5af4824aa4589d4c232060f1658facb4b9e29cfdd5b244c3ae310a34cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df75707f466ab6fa086f164bff2df75fd16543c8d43ca43a268f938c1144e792
MD5 26e1ddfd1d305b29832ce7ee6ca359f2
BLAKE2b-256 9274ca4321768e2199257a5f096c6c518b07db4649069da0d6cc0a924686bfbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybcj-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 603daa737579cf69efb368fab716cdce18d0b2615af77bb623f5f42aa546b3d8
MD5 a582bf25d4c830f82a918f72a1f057d4
BLAKE2b-256 586be637e7f9153a526226a814865ceece8a60759b81d38e8eaee81fb51e89b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybcj-1.0.1-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 32.1 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1c0e1657c233f9f4070ab578951e03d569f1b645042ce661341091f50e41b541
MD5 5cbef24bad49852cff5b057cae07f7dc
BLAKE2b-256 1400ffa2a8f4ff5b640f2667f3f0cec474785f088d319d3a8129ff36102ca27c

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 24.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4d10dd75fad48555e9530c5565c7ccf13754adad2fe331feefb263055cdca7b3
MD5 9c1ebe5b558b4931af2ec02a7d83c4c9
BLAKE2b-256 568efebfc13dae845854e57f6eb08618aea3c7a6598c2f12f25dbd12960a86bd

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 23.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a77796b4c5370cedd4fad2264b6d7a78cb40229c7fa3cbcab24df3adea768962
MD5 e81603aa29feb2f80e2700334d3757e8
BLAKE2b-256 fb771892e397c4a1f5f5fde7df0f3ebe0707a622108f6cfe852a8063f97199cf

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 efe75e3b8768c4f9d454d3c1b2b2a67e757f2b00d638146d3a4cddb38460fc3a
MD5 a856b5aae4d295f364dacd1cf8e0ffb7
BLAKE2b-256 fd2a570e2d4bbe2abc596b5db103e8203d21894622bb13356aa89d1ed6f0a2cf

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 51.6 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 262f53e27bca6096e3424c63e5e59948b10985eee4b03a5d70c3f3f6161a79e7
MD5 144c024a6b895cc6d46901f1c45a4067
BLAKE2b-256 32aa913a8e57b8d4d91ec6561ce0b418205f95ac7578c6ca8fd1cf939ece53a6

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c72ff262613c9a6f20e80bcf1e8bbc000b78b95a7fa301164ab3e3bd23bd936c
MD5 ae0599f311c613cd33996be003a4a82f
BLAKE2b-256 d2a9f2b5ad6c6e2c9ce5212bc5b95c93912578989bc6368a8f04bdaeb4a9022f

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9fc313b1a5547c5416982853f2de1454980704f3ab3dbcad18dacdc565a2eafc
MD5 79ff4d2561d99f9de67c0586d0aa4935
BLAKE2b-256 2fe8c74b43032fe92bab0b4390b501d1435b8a18abc0bc631866e1de8ffb5350

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10182725b0e6aa944d13a10a4a9cb5208bafe0016b4326253340948153de4bc0
MD5 512107f7e38079c6ffef9f3d1303593e
BLAKE2b-256 5354649d8867bc92b45684ac89ece2c8d82dea5a93f752a9830992621e916eb9

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7b3773a77ae3b18778c9bf22c7ba6478a0e5416f84b7d2ac6d764001f6d0d985
MD5 238908709829ae7a9b4b9377d19cc488
BLAKE2b-256 57e4386c16b6593419c63da3622a4edbf758a4fa617c8f1a60fa546a5a74f8d2

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7801ee9a9fcd47b92d4d90ff9a28cfdc23195cad72bd8032938ab3c794942b43
MD5 b47640b7c5770372f163513b5d6b3c0a
BLAKE2b-256 216e06141660efe57a9e514be2122dedb587e7b58a45bf98e4b69e5865de4a79

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3861996b06b8238f799b4f1bd9542d1a8ae8e4765adbdde25ed011c3bda11df
MD5 53661da81610003bcb89148104e56677
BLAKE2b-256 9e6599e1479b737dccb06c74e8de7db585e0d0a5c676fb207277eaea98383a16

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 32.1 kB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e89a814f1727be7d543ac6910f0d94131f43a337e811ab684606d42dbc22b701
MD5 5311e7e0f77ad83c64bc0308f14940e9
BLAKE2b-256 b06573c42a9d2ae193ff2f9418c6c48801071370b8504782d50a3a5b13f372ad

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 24.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 393d95f83e47976d137bcec7b66986f51282dcb2091933f88983dd7eb89e59c4
MD5 602724386c77ba0b9a5cbf3ae1f0018e
BLAKE2b-256 fb29a1c58791d55f9f9bc4bd40920f6f0f1ba050c13043716256f8ce2859f661

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 23.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 15edd1786617127ecfda4274bbb04f09ae299c474ada86e369bcf050d5cb88dd
MD5 b5071d25abe8544b635ba72d4e67a1cb
BLAKE2b-256 60d2d3de91457f71f7ab9bb5fa54a3b9e6aaf23252c3b0fbc49e732e3603ed53

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 534b8b253dbdb746c06bab28383db31d7e2b42aa9b33ed4e7836319622dcd75b
MD5 f6fdc5d80a3b5ad046ef8a12eb85f947
BLAKE2b-256 7a3730b9b97a574a80cdb1972f2421f65bd542403ab4bc0b6bd556b09d92ed6f

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 51.3 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bb378b0f133e19d437eca4327bac7c3f38e30950c5c604092c72b18cba839bc2
MD5 a787d2f27f1176e10fdc45d1e68a0850
BLAKE2b-256 79b63560bbfb43e688622e7e053b439ef89bc2c7a43b16899e60a85b6b99bd8a

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8efed581f2ee74f1e0ec04a10e97881b93abc258d13b15ef966aee71732ac152
MD5 471c41411ae0264e4cbd709e6f65bf46
BLAKE2b-256 93fe2245bde5e9a888cf0b7d83e04a39c3516431ddd4b62b5dff02511001e414

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 872697d8bff2572e4225ed8cbce17be338faac28ec1ab3c00419aaef2f56dd3c
MD5 7b9cab4d0fefdfaeb913f7169cc49457
BLAKE2b-256 06dfec2f8d18abc82a949e2df0a8e19b1fa79b096909b6732527f48439b9e427

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 421ed75e54ebecd79c80178c1df5bdbe1e0e3e10e7efef5f011b5f0be6a9a12f
MD5 e4ea63743b05222c96a5cde93eb712f5
BLAKE2b-256 b81d2139f5260b1626f58eb2dd6474777bfe35f0bfdbcad93e4414be7838aebc

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dc23f2ac2c1ded250f1aa66fbd1a3d823f76de549978b61eed4fb34affc11338
MD5 f2989af7c7ae38c863164e7f92c48033
BLAKE2b-256 8a0942a89df27f2c75b4fb7f1d22de347222337815589e443173115e1decdc68

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2e1859d36c073231737956fbeb5bbcfa8dba880e1b66bfbd001466718d6d89dc
MD5 048b56cab6cb9034ca7f62a408a9050a
BLAKE2b-256 54ea89c38000e0e54fadf71891f851f7266afb117dab9d119d22df95d141c77d

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 24.6 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b901f12380e988da07f21bb6b75da7f91fd9feffb43fcf70fad698e40a2ef3a7
MD5 b4a95c1ffb18951cadd91f6bf00b4a4f
BLAKE2b-256 ecf831ff98cc79ca8b04059f86a0b764fbaf9e3cd9f2a0dcef7a5b2f27f221a3

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 23.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 6f589af70286ec6565e3415145a03abc3c14a23ed7ed198ac741de81af332f26
MD5 983a139ad90ae7e82db54533f3cd40ae
BLAKE2b-256 e4db6eab90cef223d6473fe51b15dac55e64c5bcdcc9cf96a984065b5e28ccf5

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 10961ea10ae930b9348132707b9dd3cf3e71a41ef1df7656fbc4f14a71f10747
MD5 71206f8b0bd40f4a2d1e0b3fd76f29d4
BLAKE2b-256 b86adc1d44567d5f4b259f81758e66b440b78d6475851624dfe713db4ac5262c

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pybcj-1.0.1-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 50.3 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for pybcj-1.0.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5de90f8b6c7fc1d28dbe74c29b1d5053a7a8703cbc2c6f4f112907ffd7529f8e
MD5 9a3feb98c0239bd09f543c82592d2f9b
BLAKE2b-256 7dae1e179625cf74dd23eff92d372838665935902c4ac7ba81437918c4324dcb

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 09872b32edad4e3653d5b357b244d267ca58fe52d4e1dd3cdff816d3bb9d9f7c
MD5 10e341658c13d8d9221a6f28603bfb12
BLAKE2b-256 0bec5784b52871904516279f71f35b35e51f19888b1c36f7d5d2aba84bf2072f

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdabbe7fd66886943393ecf98318d7801dd40183af80314acd4464bccdd44d53
MD5 fb59837562bf35bd462a32dbc0d2f106
BLAKE2b-256 5a90b3a1ed5afa217b13a639a8bfdc1fab467b6a27ee50b9ea98b723f028ddd4

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 421f211fb15aeb836b4ba61174cb409fc82222ab3b2486deb4953ae863e6507b
MD5 ef5980d6467efa47cc520a81b09c9163
BLAKE2b-256 399be716b580e8d179f4f107de7e1f52f519217b91bd8a32cec149d98ebe64ad

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 731800acfc6112132aa2b7d08f9d6fe49a0c0071b30985809d084e238af98dac
MD5 89febc415afc259bcb0dcc36f96fedd2
BLAKE2b-256 c925fa6cd63eea90ecd98a30d102418da2213f1465a7e8dfaac983a77c18cbf8

See more details on using hashes here.

File details

Details for the file pybcj-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybcj-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8e846a8272bf02202794fe22beaf389ed27c2d8ebf59aafb43af4935feac0389
MD5 a33483ba3211cf920ee7f51a37841b83
BLAKE2b-256 e2deac0be9aa7311ddbed3401daf0a1d50a1ebed24d7fef96a4d3d2e6c9b96f0

See more details on using hashes here.

Supported by

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