Name | pybcj JSON |
Version |
1.0.3
JSON |
| download |
home_page | None |
Summary | bcj filter library |
upload_time | 2024-12-23 01:58:32 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | LGPL-2.1-or-later |
keywords |
lzma
bcj
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
=======================================
BCJ(Branch-Call-Jump) filter for python
=======================================
.. image:: https://badge.fury.io/py/pybcj.svg
:target: https://badge.fury.io/py/pybcj
.. image:: https://img.shields.io/conda/vn/conda-forge/pybcj
:target: https://anaconda.org/conda-forge/pybcj
.. image:: https://dev.azure.com/miurahr/CodeBerg/_apis/build/status/CodeBerg-pybcj-CI?branchName=main
:target: https://dev.azure.com/miurahr/CodeBerg/_build/latest?definitionId=32&branchName=main
.. image:: https://coveralls.io/repos/github/miurahr/pybcj/badge.svg?branch=main
:target: https://coveralls.io/github/miurahr/pybcj?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.
.. code-block::
pip install pybcj
Alternatively, one can also use conda:
.. code-block::
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
=======
- SPDX-License-Identifier: LGPL-2.1-or-later
- SPDX-URL: https://spdx.org/licenses/LGPL-2.1-or-later.html
* Copyright (C) 2020-2022 Hiroshi Miura
* Copyright (C) 1999-2010 Igor Pavlov
Raw data
{
"_id": null,
"home_page": null,
"name": "pybcj",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "lzma, bcj",
"author": null,
"author_email": "Hiroshi Miura <miurahr@linux.com>",
"download_url": "https://files.pythonhosted.org/packages/bf/69/3f4ce9d4c79f6ddf6bf60af873f65605123a0e8cd13159f8531a9cb81710/pybcj-1.0.3.tar.gz",
"platform": null,
"description": "=======================================\nBCJ(Branch-Call-Jump) filter for python\n=======================================\n\n.. image:: https://badge.fury.io/py/pybcj.svg\n :target: https://badge.fury.io/py/pybcj\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/pybcj\n :target: https://anaconda.org/conda-forge/pybcj\n\n.. image:: https://dev.azure.com/miurahr/CodeBerg/_apis/build/status/CodeBerg-pybcj-CI?branchName=main\n :target: https://dev.azure.com/miurahr/CodeBerg/_build/latest?definitionId=32&branchName=main\n\n.. image:: https://coveralls.io/repos/github/miurahr/pybcj/badge.svg?branch=main\n :target: https://coveralls.io/github/miurahr/pybcj?branch=main\n\n\nIn data compression, BCJ, short for Branch-Call-Jump, refers to a technique that improves the compression of\nmachine code of executable binaries by replacing relative branch addresses with absolute ones.\nThis allows a LZMA compressor to identify duplicate targets and archive higher compression rate.\n\nBCJ is used in 7-zip compression utility as default filter for executable binaries.\n\npybcj is a python bindings with BCJ implementation by C language.\nThe C codes are derived from p7zip, portable 7-zip implementation.\npybcj support Intel/Amd x86/x86_64, Arm/Arm64, ArmThumb, Sparc, PPC, and IA64.\n\n\nDevelopment status\n==================\n\nA development status is considered as ``Beta`` state.\n\n\nInstallation\n============\n\nAs usual, you can install pybcj using python standard pip command.\n\n.. code-block::\n\n pip install pybcj\n\nAlternatively, one can also use conda:\n\n.. code-block::\n\n conda install -c conda-forge pybcj\n\nWARNING\n-------\n\n* When use it on MSYS2/Mingw64 environment, please set environment variable\n `SETUPTOOLS_USE_DISTUTILS=stdlib` to install.\n\nLicense\n=======\n\n- SPDX-License-Identifier: LGPL-2.1-or-later\n- SPDX-URL: https://spdx.org/licenses/LGPL-2.1-or-later.html\n\n* Copyright (C) 2020-2022 Hiroshi Miura\n* Copyright (C) 1999-2010 Igor Pavlov\n",
"bugtrack_url": null,
"license": "LGPL-2.1-or-later",
"summary": "bcj filter library",
"version": "1.0.3",
"project_urls": {
"Source": "https://codeberg.org/miurahr/pybcj"
},
"split_keywords": [
"lzma",
" bcj"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "54e4e60a40f21fdbd8789be233c1a64e3d97944da4cd0dda9cb9268eade0cf2d",
"md5": "843c7c586b4330929f47dc4b228224a0",
"sha256": "0bd8afeacf9173af091a08783aa9111500f5619ce0ae486bffb5ee4d08a331b4"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp310-cp310-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "843c7c586b4330929f47dc4b228224a0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 31642,
"upload_time": "2024-12-23T01:57:09",
"upload_time_iso_8601": "2024-12-23T01:57:09.806521Z",
"url": "https://files.pythonhosted.org/packages/54/e4/e60a40f21fdbd8789be233c1a64e3d97944da4cd0dda9cb9268eade0cf2d/pybcj-1.0.3-cp310-cp310-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "28ce25d2301448e985a354ae4bd8f2bf5ad648ea4c91b679f027e2e432679e4c",
"md5": "1c2bf1f8d862a9a9840a58d5088a38be",
"sha256": "fc81d3c941485e7d3c2812834ca005849fe91a624977ed5227658cf952d19696"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "1c2bf1f8d862a9a9840a58d5088a38be",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 23427,
"upload_time": "2024-12-23T01:57:13",
"upload_time_iso_8601": "2024-12-23T01:57:13.699122Z",
"url": "https://files.pythonhosted.org/packages/28/ce/25d2301448e985a354ae4bd8f2bf5ad648ea4c91b679f027e2e432679e4c/pybcj-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5c33e8b59d90272e944f79f165b956e7c68ae15b9c0d267747f5dcbc0db2950e",
"md5": "aee0fd6c5731cf22de0b72092945c4f0",
"sha256": "f01b75621452578ccd48a79819bc95ddac41535e16aa163ea1d86b14258afa00"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "aee0fd6c5731cf22de0b72092945c4f0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 23828,
"upload_time": "2024-12-23T01:57:16",
"upload_time_iso_8601": "2024-12-23T01:57:16.132440Z",
"url": "https://files.pythonhosted.org/packages/5c/33/e8b59d90272e944f79f165b956e7c68ae15b9c0d267747f5dcbc0db2950e/pybcj-1.0.3-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "538b76d6fc70792533d5b69687ca0a3f473de061b351373537f1419ffb0a7c6d",
"md5": "8f7031bf96c6c162bcbcc00861971d11",
"sha256": "e08431845702173d50d66cbbd169969d7b7cf67992f5fb7bc27a8c67e19d3d1f"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "8f7031bf96c6c162bcbcc00861971d11",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 50053,
"upload_time": "2024-12-23T01:57:18",
"upload_time_iso_8601": "2024-12-23T01:57:18.866398Z",
"url": "https://files.pythonhosted.org/packages/53/8b/76d6fc70792533d5b69687ca0a3f473de061b351373537f1419ffb0a7c6d/pybcj-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d06a3937d0915590d91ccab40b687a1c87429b17325240e8db7e9ad828c9cae9",
"md5": "c30978cf77bc2158da06eef6dcf9d67e",
"sha256": "476f3c815b85e563d13238c4310b9cb47aefd0c51ac1b33312e41fcd079ea94f"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c30978cf77bc2158da06eef6dcf9d67e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 49623,
"upload_time": "2024-12-23T01:57:20",
"upload_time_iso_8601": "2024-12-23T01:57:20.504304Z",
"url": "https://files.pythonhosted.org/packages/d0/6a/3937d0915590d91ccab40b687a1c87429b17325240e8db7e9ad828c9cae9/pybcj-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7b076c6faa8b14d9f830daf7db92877646ab8f95bc21de511e3659e6ec3172d8",
"md5": "1e83d975d6d8ee9ddcca6ab1da9fe941",
"sha256": "97bfd712bfce0d58099a02acc05b15b1d1aa3e6edf4dd8e018f43349182ffa3f"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp310-cp310-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "1e83d975d6d8ee9ddcca6ab1da9fe941",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 54205,
"upload_time": "2024-12-23T01:57:23",
"upload_time_iso_8601": "2024-12-23T01:57:23.293765Z",
"url": "https://files.pythonhosted.org/packages/7b/07/6c6faa8b14d9f830daf7db92877646ab8f95bc21de511e3659e6ec3172d8/pybcj-1.0.3-cp310-cp310-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7b220d9b6a4de104b632ade4c8b2f979431100feb3a1bea90818d6a12a6e0b43",
"md5": "4838b455e42cf1070dcccc8900eba9ea",
"sha256": "4d1374806cde777bc6e371f79c7f3acfb2b0906a418e04cf5331866a321633c3"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp310-cp310-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "4838b455e42cf1070dcccc8900eba9ea",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 53575,
"upload_time": "2024-12-23T01:57:24",
"upload_time_iso_8601": "2024-12-23T01:57:24.925435Z",
"url": "https://files.pythonhosted.org/packages/7b/22/0d9b6a4de104b632ade4c8b2f979431100feb3a1bea90818d6a12a6e0b43/pybcj-1.0.3-cp310-cp310-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f67d1826046c8586caf0777cdbf8e8763db04cbab097be82bc0da15f8a3d7f6b",
"md5": "02b329851f98b18f93e7b2ffc0e4bf00",
"sha256": "9245039e0fc87921f702133c019722e333934e61f1c90408f16618d585ff88ec"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "02b329851f98b18f93e7b2ffc0e4bf00",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 24884,
"upload_time": "2024-12-23T01:57:27",
"upload_time_iso_8601": "2024-12-23T01:57:27.470626Z",
"url": "https://files.pythonhosted.org/packages/f6/7d/1826046c8586caf0777cdbf8e8763db04cbab097be82bc0da15f8a3d7f6b/pybcj-1.0.3-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c1c1cd256aa0c623156b4bd3561a83caf616dbc1a49a39b6dac558c36a156ff8",
"md5": "b2f8d32cedd89095f44c9d5d923290c6",
"sha256": "ae30aa62deff1ba40e4f13ef6964cf083ece541dbfb3ec3731c1fc58cc218b7d"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp311-cp311-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "b2f8d32cedd89095f44c9d5d923290c6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 31644,
"upload_time": "2024-12-23T01:57:29",
"upload_time_iso_8601": "2024-12-23T01:57:29.922801Z",
"url": "https://files.pythonhosted.org/packages/c1/c1/cd256aa0c623156b4bd3561a83caf616dbc1a49a39b6dac558c36a156ff8/pybcj-1.0.3-cp311-cp311-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "75ff523456887c59a3f2c06624d9500f615ff6b74c67958836cff0287d834edd",
"md5": "447647dc5fec31aff6b1513ba79ef847",
"sha256": "6639f5443bc696a981a502c37e1393398a7182d61820eb39ee6d122076b6ad8c"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "447647dc5fec31aff6b1513ba79ef847",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 23423,
"upload_time": "2024-12-23T01:57:31",
"upload_time_iso_8601": "2024-12-23T01:57:31.186980Z",
"url": "https://files.pythonhosted.org/packages/75/ff/523456887c59a3f2c06624d9500f615ff6b74c67958836cff0287d834edd/pybcj-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "05e3d1dfd40497a7586d2ab5a243aa7a316568116d9c5d32d10424da10ee2aa5",
"md5": "32e1fd172cfbbfc498f750ce85d1cb4e",
"sha256": "4502c5afa2a41e569b94527bbb46185ee1a378a4fb3e9d7806ad10e892ecdf58"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "32e1fd172cfbbfc498f750ce85d1cb4e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 23823,
"upload_time": "2024-12-23T01:57:33",
"upload_time_iso_8601": "2024-12-23T01:57:33.653296Z",
"url": "https://files.pythonhosted.org/packages/05/e3/d1dfd40497a7586d2ab5a243aa7a316568116d9c5d32d10424da10ee2aa5/pybcj-1.0.3-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f3284f2ffee432a8c296b56a34d7e523fdc6149cd3a4bb3a32960793406e97bb",
"md5": "f0bd09cc33a0787d4f0a1987b0f53f28",
"sha256": "c4ff48aaadd8fd91ac02557eec225ce7c1a3b627a6832d6cb723469891b3b242"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "f0bd09cc33a0787d4f0a1987b0f53f28",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 51133,
"upload_time": "2024-12-23T01:57:37",
"upload_time_iso_8601": "2024-12-23T01:57:37.363853Z",
"url": "https://files.pythonhosted.org/packages/f3/28/4f2ffee432a8c296b56a34d7e523fdc6149cd3a4bb3a32960793406e97bb/pybcj-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "446fbf5f33fbe0be1a89bcec43e83eab633e74221dd8242d1b16b5f313c68819",
"md5": "bf919a833f23df631a2f3819c685237d",
"sha256": "62668bd0a1aedaa3b779615cf129d9469fd709ab8d944aa07aad68dc189de349"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "bf919a833f23df631a2f3819c685237d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 50644,
"upload_time": "2024-12-23T01:57:40",
"upload_time_iso_8601": "2024-12-23T01:57:40.153633Z",
"url": "https://files.pythonhosted.org/packages/44/6f/bf5f33fbe0be1a89bcec43e83eab633e74221dd8242d1b16b5f313c68819/pybcj-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5ecb45cb9ea2e8ce8049639681952d9a2148254b547f8cf7fc99f2a0ed9a7353",
"md5": "4b5dd15804be0afdbdc1150f093555e5",
"sha256": "8af60d5eeed32fd1a9f6a2a11eef47cb7ebd80fe9853e709a2c1d9e29108cdf2"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp311-cp311-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "4b5dd15804be0afdbdc1150f093555e5",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 55205,
"upload_time": "2024-12-23T01:57:42",
"upload_time_iso_8601": "2024-12-23T01:57:42.833164Z",
"url": "https://files.pythonhosted.org/packages/5e/cb/45cb9ea2e8ce8049639681952d9a2148254b547f8cf7fc99f2a0ed9a7353/pybcj-1.0.3-cp311-cp311-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c3315f6fa798330ac1f5d8820e44cef6a8a5e0d84a6216ead4b2e29bebbdd3d5",
"md5": "311eb32cf9f8b7d5aa7cbef7735939ad",
"sha256": "68e1bd1b0836e216cce3d9a33795501dfc956c61ff52768737e26286e65a3771"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp311-cp311-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "311eb32cf9f8b7d5aa7cbef7735939ad",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 54585,
"upload_time": "2024-12-23T01:57:45",
"upload_time_iso_8601": "2024-12-23T01:57:45.599282Z",
"url": "https://files.pythonhosted.org/packages/c3/31/5f6fa798330ac1f5d8820e44cef6a8a5e0d84a6216ead4b2e29bebbdd3d5/pybcj-1.0.3-cp311-cp311-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ea8bd0c22c6ec0287a9f458afdb2f709d3629ce6bfc46bde6f79e1df636f6591",
"md5": "37cbbdd023d279384196b04298288b89",
"sha256": "05738d44a987422e21f4ee15023a8c4f38a5509fdf6e6f6dfaaf43ca05cef7db"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "37cbbdd023d279384196b04298288b89",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 24880,
"upload_time": "2024-12-23T01:57:46",
"upload_time_iso_8601": "2024-12-23T01:57:46.914678Z",
"url": "https://files.pythonhosted.org/packages/ea/8b/d0c22c6ec0287a9f458afdb2f709d3629ce6bfc46bde6f79e1df636f6591/pybcj-1.0.3-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dfb814e4479e90e8de83170b163de6b5f90024ec191bfc0230f43168fe0870e3",
"md5": "bb6c038e4397b97686f019f09d55379d",
"sha256": "c68a3fe847f22a8393fe71b1b16450b6b9e8ef36faa36d0c03759f58740f6eff"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp312-cp312-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "bb6c038e4397b97686f019f09d55379d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 31704,
"upload_time": "2024-12-23T01:57:49",
"upload_time_iso_8601": "2024-12-23T01:57:49.346848Z",
"url": "https://files.pythonhosted.org/packages/df/b8/14e4479e90e8de83170b163de6b5f90024ec191bfc0230f43168fe0870e3/pybcj-1.0.3-cp312-cp312-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4177fd6c004bf461496285a0c62905d57eed2e9e8499d424a5dd4478bb5efb02",
"md5": "a0f470d3958fc71d009089e82aceb970",
"sha256": "17f610ede3a766c0ff1869a4dd7750db78d39e4bfc9997f6bef050fe794c051b"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "a0f470d3958fc71d009089e82aceb970",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 23471,
"upload_time": "2024-12-23T01:57:50",
"upload_time_iso_8601": "2024-12-23T01:57:50.652310Z",
"url": "https://files.pythonhosted.org/packages/41/77/fd6c004bf461496285a0c62905d57eed2e9e8499d424a5dd4478bb5efb02/pybcj-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "61047e0d111b6956e413ebeaf29732fc49c03fa05d20372042d623b99fc564ac",
"md5": "a3b71f09614606a88322364cca67166a",
"sha256": "15f776925a4d6f69b344cde9035fc8f1fd02f1f2a4ccb76f4047406c0ea4241d"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "a3b71f09614606a88322364cca67166a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 23839,
"upload_time": "2024-12-23T01:57:52",
"upload_time_iso_8601": "2024-12-23T01:57:52.488478Z",
"url": "https://files.pythonhosted.org/packages/61/04/7e0d111b6956e413ebeaf29732fc49c03fa05d20372042d623b99fc564ac/pybcj-1.0.3-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9ca735c471eff626049c90629a79345c4aef36de3b9f48de317b907742f3303b",
"md5": "e70ef176f252c74331b0ce1e4c5c4c01",
"sha256": "7bdda28e0a20214c7f0e7de9e260122b9197106231249bf07a5ca5b84a5d38a1"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e70ef176f252c74331b0ce1e4c5c4c01",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 51828,
"upload_time": "2024-12-23T01:57:55",
"upload_time_iso_8601": "2024-12-23T01:57:55.409564Z",
"url": "https://files.pythonhosted.org/packages/9c/a7/35c471eff626049c90629a79345c4aef36de3b9f48de317b907742f3303b/pybcj-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e38bae77f0a8eb5d19887f8f068a2bb8e7cd5fedcbb10296449e32d763a41319",
"md5": "972c0b4241d20793b19cf7a3d0f4883b",
"sha256": "764cba20166fcd9ff580f4d877f17807be057da7d1234caaf54fd5fd5c591387"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "972c0b4241d20793b19cf7a3d0f4883b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 51564,
"upload_time": "2024-12-23T01:57:56",
"upload_time_iso_8601": "2024-12-23T01:57:56.946765Z",
"url": "https://files.pythonhosted.org/packages/e3/8b/ae77f0a8eb5d19887f8f068a2bb8e7cd5fedcbb10296449e32d763a41319/pybcj-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a6794d79be1ccff5f75f78af6e10506e248b658d32e23304f2d9dd44784fc538",
"md5": "eabb8aa594100a0dd00885ffd6b51eaa",
"sha256": "97cf7f788560c3283a8afe3de585abb849bb1338d007e53fb6441d6ccd202e0a"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp312-cp312-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "eabb8aa594100a0dd00885ffd6b51eaa",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 55896,
"upload_time": "2024-12-23T01:57:59",
"upload_time_iso_8601": "2024-12-23T01:57:59.493996Z",
"url": "https://files.pythonhosted.org/packages/a6/79/4d79be1ccff5f75f78af6e10506e248b658d32e23304f2d9dd44784fc538/pybcj-1.0.3-cp312-cp312-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7b697bb33622a9652aa95c68f9c5f82a58ba948be128a44a6cb76ae9dd87e31f",
"md5": "4aff416747b69147e240aac6eade9942",
"sha256": "26d201f773d17d5e8a88785f00fa73a6647e080d933e75ddeb33da7f0baff657"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp312-cp312-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "4aff416747b69147e240aac6eade9942",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 55472,
"upload_time": "2024-12-23T01:58:01",
"upload_time_iso_8601": "2024-12-23T01:58:01.236878Z",
"url": "https://files.pythonhosted.org/packages/7b/69/7bb33622a9652aa95c68f9c5f82a58ba948be128a44a6cb76ae9dd87e31f/pybcj-1.0.3-cp312-cp312-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "042273072f86ff9a5b1542c58731c42090d4801d6276ca632d33d9e1683e18bc",
"md5": "f3bdd3ade763e86127b5911511aab7c9",
"sha256": "990047ac176317d42e7059b3cd357ff7c7201f3e3f08b35d083b2004d066cd39"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "f3bdd3ade763e86127b5911511aab7c9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 24893,
"upload_time": "2024-12-23T01:58:03",
"upload_time_iso_8601": "2024-12-23T01:58:03.794848Z",
"url": "https://files.pythonhosted.org/packages/04/22/73072f86ff9a5b1542c58731c42090d4801d6276ca632d33d9e1683e18bc/pybcj-1.0.3-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bb9bafe22008c56a22612cbbd36479fd3174e51e0efd181efa0663c648581cc8",
"md5": "360c5ccf79754b66acfc4a1e378970e0",
"sha256": "3bbbf22687c9f6c57cc9b605a3a60937230843ff1b5560e2a42133fd4dd5dc73"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp313-cp313-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "360c5ccf79754b66acfc4a1e378970e0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 31698,
"upload_time": "2024-12-23T01:58:06",
"upload_time_iso_8601": "2024-12-23T01:58:06.352521Z",
"url": "https://files.pythonhosted.org/packages/bb/9b/afe22008c56a22612cbbd36479fd3174e51e0efd181efa0663c648581cc8/pybcj-1.0.3-cp313-cp313-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4092c7334483bab2d1c24c46ab3b5a594e5bcfbf21f1c4a3fdbb4db7e5625f6c",
"md5": "62a381c05b595a26837646683d1b7cdf",
"sha256": "e0a75d5ec3fa40af865f93f29e613d93fb67dc016fc60e64a4b3a4621076fecd"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "62a381c05b595a26837646683d1b7cdf",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 23477,
"upload_time": "2024-12-23T01:58:07",
"upload_time_iso_8601": "2024-12-23T01:58:07.619685Z",
"url": "https://files.pythonhosted.org/packages/40/92/c7334483bab2d1c24c46ab3b5a594e5bcfbf21f1c4a3fdbb4db7e5625f6c/pybcj-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "12647ad256582441491aa007aeaf129362942e210facf2d6e9280d6f8ba6bcab",
"md5": "d54d5595ad8e79f77d8188319551a6df",
"sha256": "631bcdea0d47ae562f118f8404fb6ef5813eb2dcfbcc53c7b9ac6bc5d4c2ef32"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d54d5595ad8e79f77d8188319551a6df",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 23847,
"upload_time": "2024-12-23T01:58:08",
"upload_time_iso_8601": "2024-12-23T01:58:08.878181Z",
"url": "https://files.pythonhosted.org/packages/12/64/7ad256582441491aa007aeaf129362942e210facf2d6e9280d6f8ba6bcab/pybcj-1.0.3-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6c121e65f06bde32183b957423ca6d275730819b1e6f0d8cdf212ea369e6cace",
"md5": "0982c0765851c50bfd962554dfec6a27",
"sha256": "75c9430a10e69fbea336668944c0f4a9979e0bb3ab5de820315025c157baa2ae"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "0982c0765851c50bfd962554dfec6a27",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 51819,
"upload_time": "2024-12-23T01:58:10",
"upload_time_iso_8601": "2024-12-23T01:58:10.431713Z",
"url": "https://files.pythonhosted.org/packages/6c/12/1e65f06bde32183b957423ca6d275730819b1e6f0d8cdf212ea369e6cace/pybcj-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2b443e8722ad31d633c02e650847d60b574fda1afd420702cbb03b2f68b10f8c",
"md5": "37d8ddcb61136019b3dd1ecc6b1d602e",
"sha256": "5221652a9c656f6b27fda389cc4888354a287d3e0f6ea6d5b70718b6d9ec110d"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "37d8ddcb61136019b3dd1ecc6b1d602e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 51539,
"upload_time": "2024-12-23T01:58:11",
"upload_time_iso_8601": "2024-12-23T01:58:11.966829Z",
"url": "https://files.pythonhosted.org/packages/2b/44/3e8722ad31d633c02e650847d60b574fda1afd420702cbb03b2f68b10f8c/pybcj-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e0b3b61f59aebd623b22912fdd739ac7e30f6b995a000d97dfff7cc5da063a86",
"md5": "9172d0899ff9e0031d1fa838de17e7b6",
"sha256": "f6a6c3a776aa9b579c51768d2c727d3912cd8e1c2add61898dc6794b269e7ab3"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp313-cp313-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "9172d0899ff9e0031d1fa838de17e7b6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 55678,
"upload_time": "2024-12-23T01:58:13",
"upload_time_iso_8601": "2024-12-23T01:58:13.510337Z",
"url": "https://files.pythonhosted.org/packages/e0/b3/b61f59aebd623b22912fdd739ac7e30f6b995a000d97dfff7cc5da063a86/pybcj-1.0.3-cp313-cp313-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eccf982c5571789420bfaf798e6a6cac7932ee31882a2cffc67fd3c66fb734c6",
"md5": "385f8324a202100d5a536e92b3a91019",
"sha256": "cb50276bd804f58690571c13e2e6eb26eca6c4a39a611591e2202136dca1b7a5"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp313-cp313-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "385f8324a202100d5a536e92b3a91019",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 55205,
"upload_time": "2024-12-23T01:58:15",
"upload_time_iso_8601": "2024-12-23T01:58:15.026259Z",
"url": "https://files.pythonhosted.org/packages/ec/cf/982c5571789420bfaf798e6a6cac7932ee31882a2cffc67fd3c66fb734c6/pybcj-1.0.3-cp313-cp313-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "863cd17b9dc4939d5870c31e76d066811549501ea35ee7b5403a923fe4d33ec3",
"md5": "74bd0334ecbb396840bcc8eb8098e56a",
"sha256": "623a4eef080f5cb0405ce19f90fa9824e2477f4a85d8b888e613cf7f146b84d1"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "74bd0334ecbb396840bcc8eb8098e56a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 24892,
"upload_time": "2024-12-23T01:58:16",
"upload_time_iso_8601": "2024-12-23T01:58:16.415061Z",
"url": "https://files.pythonhosted.org/packages/86/3c/d17b9dc4939d5870c31e76d066811549501ea35ee7b5403a923fe4d33ec3/pybcj-1.0.3-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "06429f20b230094e0e6b1f162acb30d9db3ec4269f90ec3219b81c046c411430",
"md5": "421ce7b0c5bf5313ea1af5c8586d3766",
"sha256": "47d2a0f33dfd55dfa961502922d2b0f090857585b321f838f1c2510de4e66a9a"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp39-cp39-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "421ce7b0c5bf5313ea1af5c8586d3766",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 31636,
"upload_time": "2024-12-23T01:58:18",
"upload_time_iso_8601": "2024-12-23T01:58:18.886985Z",
"url": "https://files.pythonhosted.org/packages/06/42/9f20b230094e0e6b1f162acb30d9db3ec4269f90ec3219b81c046c411430/pybcj-1.0.3-cp39-cp39-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cd752c11b87926236f17a7aa8c48e1bfae26de8c505eaabf6d96469aa61056a7",
"md5": "768de3cf653e7bb94882fd205fa66541",
"sha256": "cf8ac15785412aa6924818fb86e250ae15e8238b7db7d410e28d3ae0743cdbd3"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "768de3cf653e7bb94882fd205fa66541",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 23414,
"upload_time": "2024-12-23T01:58:20",
"upload_time_iso_8601": "2024-12-23T01:58:20.181116Z",
"url": "https://files.pythonhosted.org/packages/cd/75/2c11b87926236f17a7aa8c48e1bfae26de8c505eaabf6d96469aa61056a7/pybcj-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2471d24ed8c5d52d28a7af9e9c415135abb6ec4f66a4d3816f0d07b9b9824534",
"md5": "f83afd47115b104e6913b789e7446b7d",
"sha256": "de02d2933fef5b26d845d2e002996c5e22c710af5b5dfc930285dff09db885cf"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f83afd47115b104e6913b789e7446b7d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 23821,
"upload_time": "2024-12-23T01:58:21",
"upload_time_iso_8601": "2024-12-23T01:58:21.483620Z",
"url": "https://files.pythonhosted.org/packages/24/71/d24ed8c5d52d28a7af9e9c415135abb6ec4f66a4d3816f0d07b9b9824534/pybcj-1.0.3-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b0dac83715c79b140ed6c788af83ae9bc67dbfbaadcd07aa34a83579dd0b0cf3",
"md5": "1bdb68dae1c28ccaf134a04a03c2ba23",
"sha256": "40a0f542dba6d079d702c1c129cc8cdc0f20bf2c5cb45defba8d5ac8e2d691a1"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "1bdb68dae1c28ccaf134a04a03c2ba23",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 49833,
"upload_time": "2024-12-23T01:58:22",
"upload_time_iso_8601": "2024-12-23T01:58:22.962511Z",
"url": "https://files.pythonhosted.org/packages/b0/da/c83715c79b140ed6c788af83ae9bc67dbfbaadcd07aa34a83579dd0b0cf3/pybcj-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e5aa5c6a7efefc9d89d1d9a3e7fa752083e5b9e13157fa554594c9b1d4080297",
"md5": "48e02d717a0bdad31549949c55f872a3",
"sha256": "ace508285fd4788845a208dd00f1c7af8e68dd222cf7797ae525562a2eb22bab"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "48e02d717a0bdad31549949c55f872a3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 49413,
"upload_time": "2024-12-23T01:58:25",
"upload_time_iso_8601": "2024-12-23T01:58:25.846069Z",
"url": "https://files.pythonhosted.org/packages/e5/aa/5c6a7efefc9d89d1d9a3e7fa752083e5b9e13157fa554594c9b1d4080297/pybcj-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b92788a903dd8f2c1902d336ccde35df59140db813e5c21ad1f98a1b1f2979b7",
"md5": "1c38f8fcdd7347e640458802f37f99ea",
"sha256": "6da2b0c120a415fa5620b76110bab487de20f8a108756499fd4df9c92fc10098"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp39-cp39-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "1c38f8fcdd7347e640458802f37f99ea",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 54033,
"upload_time": "2024-12-23T01:58:27",
"upload_time_iso_8601": "2024-12-23T01:58:27.438153Z",
"url": "https://files.pythonhosted.org/packages/b9/27/88a903dd8f2c1902d336ccde35df59140db813e5c21ad1f98a1b1f2979b7/pybcj-1.0.3-cp39-cp39-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9cbcec3fa067c3f4a6f143bb47eb8b957e066a2308bc7414972ff580d07a9161",
"md5": "10b1cfa8f4384a1e2225b7d71e67c2db",
"sha256": "a9c6347f1e2c78cf2584fddebe6fb9dc036b75020887facec1bab149fd6056c6"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp39-cp39-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "10b1cfa8f4384a1e2225b7d71e67c2db",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 53395,
"upload_time": "2024-12-23T01:58:28",
"upload_time_iso_8601": "2024-12-23T01:58:28.905429Z",
"url": "https://files.pythonhosted.org/packages/9c/bc/ec3fa067c3f4a6f143bb47eb8b957e066a2308bc7414972ff580d07a9161/pybcj-1.0.3-cp39-cp39-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "45b60313d6be6c8e414e7badb9d298d5d47ab49c4a212925a2c30b8ee31698d9",
"md5": "8e5432f97a55b25d604769adcbc66cc2",
"sha256": "be309c0fbf06b1e8cd1c40b24dd621271b5fb5d9fe7a0becb40ed64ac92ff50b"
},
"downloads": -1,
"filename": "pybcj-1.0.3-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "8e5432f97a55b25d604769adcbc66cc2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 24881,
"upload_time": "2024-12-23T01:58:30",
"upload_time_iso_8601": "2024-12-23T01:58:30.242383Z",
"url": "https://files.pythonhosted.org/packages/45/b6/0313d6be6c8e414e7badb9d298d5d47ab49c4a212925a2c30b8ee31698d9/pybcj-1.0.3-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bf693f4ce9d4c79f6ddf6bf60af873f65605123a0e8cd13159f8531a9cb81710",
"md5": "bce4dbe5d130bbe34864fc1b874d90f7",
"sha256": "b8873637f0be00ceaa372d0fb81693604b4bbc8decdb2b1ae5f9b84d196788d9"
},
"downloads": -1,
"filename": "pybcj-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "bce4dbe5d130bbe34864fc1b874d90f7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 2111256,
"upload_time": "2024-12-23T01:58:32",
"upload_time_iso_8601": "2024-12-23T01:58:32.913546Z",
"url": "https://files.pythonhosted.org/packages/bf/69/3f4ce9d4c79f6ddf6bf60af873f65605123a0e8cd13159f8531a9cb81710/pybcj-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-23 01:58:32",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": true,
"codeberg_user": "miurahr",
"codeberg_project": "pybcj",
"lcname": "pybcj"
}