pybcj


Namepybcj JSON
Version 1.0.2 PyPI version JSON
download
home_page
Summarybcj filter library
upload_time2023-11-05 06:47:00
maintainer
docs_urlNone
author
requires_python>=3.8
licenseLGPL-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": "",
    "name": "pybcj",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "lzma,bcj",
    "author": "",
    "author_email": "Hiroshi Miura <miurahr@linux.com>",
    "download_url": "https://files.pythonhosted.org/packages/37/d2/22e808b9d25ce3b43f5c8a9e22d873d403485ba55d84a4d6d5d044881762/pybcj-1.0.2.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.2",
    "project_urls": {
        "Source": "https://codeberg.org/miurahr/pybcj"
    },
    "split_keywords": [
        "lzma",
        "bcj"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98934735636b5905b7597068a2c7a10a8df0f668f28659207c274d64a4468b97",
                "md5": "0a15053ef7433d91a0995b98b39637d5",
                "sha256": "7bff28d97e47047d69a4ac6bf59adda738cf1d00adde8819117fdb65d966bdbc"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "0a15053ef7433d91a0995b98b39637d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 32556,
            "upload_time": "2023-11-05T06:45:47",
            "upload_time_iso_8601": "2023-11-05T06:45:47.655023Z",
            "url": "https://files.pythonhosted.org/packages/98/93/4735636b5905b7597068a2c7a10a8df0f668f28659207c274d64a4468b97/pybcj-1.0.2-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a637443cd704397b6df54ff0822032e4815aca4e9badabc5ce1faac34235a40c",
                "md5": "2574850c7d81eb620a52005d9a7bab67",
                "sha256": "198e0b4768b4025eb3309273d7e81dc53834b9a50092be6e0d9b3983cfd35c35"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2574850c7d81eb620a52005d9a7bab67",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 23751,
            "upload_time": "2023-11-05T06:45:49",
            "upload_time_iso_8601": "2023-11-05T06:45:49.762932Z",
            "url": "https://files.pythonhosted.org/packages/a6/37/443cd704397b6df54ff0822032e4815aca4e9badabc5ce1faac34235a40c/pybcj-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9aaa5a19ed8661e979a4d3237a11706f9a16a474a2227fdd99ccb284be100a98",
                "md5": "75d3ed411b5ea9a97661c91137ec39b4",
                "sha256": "fa26415b4a118ea790de9d38f244312f2510a9bb5c65e560184d241a6f391a2d"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "75d3ed411b5ea9a97661c91137ec39b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 23980,
            "upload_time": "2023-11-05T06:45:51",
            "upload_time_iso_8601": "2023-11-05T06:45:51.523690Z",
            "url": "https://files.pythonhosted.org/packages/9a/aa/5a19ed8661e979a4d3237a11706f9a16a474a2227fdd99ccb284be100a98/pybcj-1.0.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe5f638ce03948905d267c8c0ccab81b8b4943a0324f63d8bdb0a0e2a85d4503",
                "md5": "ca8344d3c588c4819e243abbb0258507",
                "sha256": "fabb2be57e4ca28ea36c13146cdf97d73abd27c51741923fc6ba1e8cd33e255c"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ca8344d3c588c4819e243abbb0258507",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 50155,
            "upload_time": "2023-11-05T06:45:53",
            "upload_time_iso_8601": "2023-11-05T06:45:53.546338Z",
            "url": "https://files.pythonhosted.org/packages/fe/5f/638ce03948905d267c8c0ccab81b8b4943a0324f63d8bdb0a0e2a85d4503/pybcj-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09708b6a6cc2a5721f67f629bdc17875c0d603d57f360a19b099a7b4de19383d",
                "md5": "b73cf6965e718192be4a031f3d5025a4",
                "sha256": "75d6d613bae6f27678d5e44e89d61018779726aa6aa950c516d33a04b8af8c59"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b73cf6965e718192be4a031f3d5025a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 49729,
            "upload_time": "2023-11-05T06:45:55",
            "upload_time_iso_8601": "2023-11-05T06:45:55.570845Z",
            "url": "https://files.pythonhosted.org/packages/09/70/8b6a6cc2a5721f67f629bdc17875c0d603d57f360a19b099a7b4de19383d/pybcj-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89062e41e34da0bb2adb3644cbf4366c344e5804a10f1153da7b3a23333f7db8",
                "md5": "831aec4643ae4bcdd1b71c57ffdc5f4f",
                "sha256": "3ffae79ef8a1ea81ea2748ad7b7ad9b882aa88ddf65ce90f9e944df639eccc61"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "831aec4643ae4bcdd1b71c57ffdc5f4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 54310,
            "upload_time": "2023-11-05T06:45:57",
            "upload_time_iso_8601": "2023-11-05T06:45:57.429119Z",
            "url": "https://files.pythonhosted.org/packages/89/06/2e41e34da0bb2adb3644cbf4366c344e5804a10f1153da7b3a23333f7db8/pybcj-1.0.2-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b50fde9e76c305d4dcd9d428a90ccac030f06c780bc30549fc449a944a6321bc",
                "md5": "710ca54c05f578af3123d2ca0e776ec6",
                "sha256": "bdb4d8ff5cba3e0bd1adee7d20dbb2b4d80cb31ac04d6ea1cd06cfc02d2ecd0d"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "710ca54c05f578af3123d2ca0e776ec6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 53679,
            "upload_time": "2023-11-05T06:45:59",
            "upload_time_iso_8601": "2023-11-05T06:45:59.423400Z",
            "url": "https://files.pythonhosted.org/packages/b5/0f/de9e76c305d4dcd9d428a90ccac030f06c780bc30549fc449a944a6321bc/pybcj-1.0.2-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a41a807ff6b77ec8e49c749ed1d0db5649fbb1150c6fb5fb391115f4f1d743a",
                "md5": "f251b4772158e07505e2faf9cf240d0a",
                "sha256": "a29be917fbc99eca204b08407e0971e0205bfdad4b74ec915930675f352b669d"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f251b4772158e07505e2faf9cf240d0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 24690,
            "upload_time": "2023-11-05T06:46:01",
            "upload_time_iso_8601": "2023-11-05T06:46:01.416748Z",
            "url": "https://files.pythonhosted.org/packages/1a/41/a807ff6b77ec8e49c749ed1d0db5649fbb1150c6fb5fb391115f4f1d743a/pybcj-1.0.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "270a20bf70a7eb7c6b2668ff2af798254033c32a09d6c58ec9a87cd6aa843df5",
                "md5": "0a6b468fb59821bf69d0d342413c0870",
                "sha256": "a2562ebe5a0abec4da0229f8abb5e90ee97b178f19762eb925c1159be36828b3"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "0a6b468fb59821bf69d0d342413c0870",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 32581,
            "upload_time": "2023-11-05T06:46:03",
            "upload_time_iso_8601": "2023-11-05T06:46:03.418053Z",
            "url": "https://files.pythonhosted.org/packages/27/0a/20bf70a7eb7c6b2668ff2af798254033c32a09d6c58ec9a87cd6aa843df5/pybcj-1.0.2-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9b643977fe4296d2778c6dc67b596bb6a851eaea80f3dd4ff454e5fca8142c2",
                "md5": "50cc944dd8873d622b78438c6b2b749c",
                "sha256": "af19bc61ded933001cd68f004ae2042bf1a78eb498a3c685ebd655fa1be90dbe"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "50cc944dd8873d622b78438c6b2b749c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 23767,
            "upload_time": "2023-11-05T06:46:05",
            "upload_time_iso_8601": "2023-11-05T06:46:05.291471Z",
            "url": "https://files.pythonhosted.org/packages/a9/b6/43977fe4296d2778c6dc67b596bb6a851eaea80f3dd4ff454e5fca8142c2/pybcj-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89c7a61010f59406b8a45bb4865faa4b61d6b177dcfac04247fb56c7538d997d",
                "md5": "0a480e7088e0ab99715d05d598c72b90",
                "sha256": "f3f4a447800850aba7724a2274ea0a4800724520c1caf38f7d0dabf2f89a5e15"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0a480e7088e0ab99715d05d598c72b90",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 23976,
            "upload_time": "2023-11-05T06:46:06",
            "upload_time_iso_8601": "2023-11-05T06:46:06.789867Z",
            "url": "https://files.pythonhosted.org/packages/89/c7/a61010f59406b8a45bb4865faa4b61d6b177dcfac04247fb56c7538d997d/pybcj-1.0.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "107a78848edbb6f12d9b86e375fc46135d9a204ededbf96682b05cb4b4fbd942",
                "md5": "969831749f9abd47769a8261a6506056",
                "sha256": "ce1c8af7a4761d2b1b531864d84113948daa0c4245775c63bd9874cb955f4662"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "969831749f9abd47769a8261a6506056",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 51246,
            "upload_time": "2023-11-05T06:46:08",
            "upload_time_iso_8601": "2023-11-05T06:46:08.730540Z",
            "url": "https://files.pythonhosted.org/packages/10/7a/78848edbb6f12d9b86e375fc46135d9a204ededbf96682b05cb4b4fbd942/pybcj-1.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e13af86c86cdfb293e82dd0b6c4bbdf08645cd8993456ee3fb911c3eeed1b22",
                "md5": "8fc8514128cdca3bf4fd608c3198889f",
                "sha256": "8007371f6f2b462f5aa05d5c2135d0a1bcf5b7bdd9bd15d86c730f588d10b7d3"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8fc8514128cdca3bf4fd608c3198889f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 50754,
            "upload_time": "2023-11-05T06:46:10",
            "upload_time_iso_8601": "2023-11-05T06:46:10.655888Z",
            "url": "https://files.pythonhosted.org/packages/9e/13/af86c86cdfb293e82dd0b6c4bbdf08645cd8993456ee3fb911c3eeed1b22/pybcj-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "395288600aa374b100612a1d82fca4b03eb4315e0084a05ee314ba1b771f7190",
                "md5": "df4c283f824891174c84d33bf78f67e9",
                "sha256": "1079ca63ff8da5c936b76863690e0bd2489e8d4e0a3a340e032095dae805dd91"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "df4c283f824891174c84d33bf78f67e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 55334,
            "upload_time": "2023-11-05T06:46:12",
            "upload_time_iso_8601": "2023-11-05T06:46:12.761687Z",
            "url": "https://files.pythonhosted.org/packages/39/52/88600aa374b100612a1d82fca4b03eb4315e0084a05ee314ba1b771f7190/pybcj-1.0.2-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56673cf9747ef5b53e16a844217c6c9840be6289d05ec785500da2cc55cc25f2",
                "md5": "8c9dbd8b2b4fcf5ee9ab5111cb9a905f",
                "sha256": "e9a785eb26884429d9b9f6326e68c3638828c83bf6d42d2463c97ad5385caff2"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c9dbd8b2b4fcf5ee9ab5111cb9a905f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 54714,
            "upload_time": "2023-11-05T06:46:14",
            "upload_time_iso_8601": "2023-11-05T06:46:14.907958Z",
            "url": "https://files.pythonhosted.org/packages/56/67/3cf9747ef5b53e16a844217c6c9840be6289d05ec785500da2cc55cc25f2/pybcj-1.0.2-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7881a71197903b503f54b85f4d352f909e701e9d26953577bd34d3fbe0520d5d",
                "md5": "258b28a066b40178c71f105ef3c0da3a",
                "sha256": "9ea46e2d45469d13b7f25b08efcdb140220bab1ac5a850db0954591715b8caaa"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "258b28a066b40178c71f105ef3c0da3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 24693,
            "upload_time": "2023-11-05T06:46:16",
            "upload_time_iso_8601": "2023-11-05T06:46:16.761175Z",
            "url": "https://files.pythonhosted.org/packages/78/81/a71197903b503f54b85f4d352f909e701e9d26953577bd34d3fbe0520d5d/pybcj-1.0.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8360a3b43836895654aa93b5a8422adc3717359db98da9147abfabffef79f1e7",
                "md5": "5f554c6c9deb32a4cac1b5a381904432",
                "sha256": "21b5f2460629167340403d359289a173e0729ce8e84e3ce99462009d5d5e01a4"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "5f554c6c9deb32a4cac1b5a381904432",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 32677,
            "upload_time": "2023-11-05T06:46:18",
            "upload_time_iso_8601": "2023-11-05T06:46:18.698265Z",
            "url": "https://files.pythonhosted.org/packages/83/60/a3b43836895654aa93b5a8422adc3717359db98da9147abfabffef79f1e7/pybcj-1.0.2-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50b996c8d9577b0f5a701e4497408e6a331a08eb902aca8dfd4c5bb1eaab4779",
                "md5": "650283770e91cf033263b0fa974e5317",
                "sha256": "2940fb85730b9869254559c491cd83cf777e56c76a8a60df60e4be4f2a4248d7"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "650283770e91cf033263b0fa974e5317",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 23813,
            "upload_time": "2023-11-05T06:46:20",
            "upload_time_iso_8601": "2023-11-05T06:46:20.465825Z",
            "url": "https://files.pythonhosted.org/packages/50/b9/96c8d9577b0f5a701e4497408e6a331a08eb902aca8dfd4c5bb1eaab4779/pybcj-1.0.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b71ac80132feb084ec4098c0315a132799bddda8878113b5f956e21c4377f5f1",
                "md5": "09ac383cda0fa406b6f1541909da2032",
                "sha256": "f40f3243139d675f43793a4e35c410c370f7b91ccae74e70c8b2f4877869f90e"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "09ac383cda0fa406b6f1541909da2032",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 24019,
            "upload_time": "2023-11-05T06:46:21",
            "upload_time_iso_8601": "2023-11-05T06:46:21.863926Z",
            "url": "https://files.pythonhosted.org/packages/b7/1a/c80132feb084ec4098c0315a132799bddda8878113b5f956e21c4377f5f1/pybcj-1.0.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b19462c3bf8a60b4787b46e21f43277d9cb8b6037c8ee183450f035a19a2bc4b",
                "md5": "8c0da889d7dc60585534ab7b5c6e2e8f",
                "sha256": "9c2b3e60b65c7ac73e44335934e1e122da8d56db87840984601b3c5dc0ae4c19"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8c0da889d7dc60585534ab7b5c6e2e8f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 51927,
            "upload_time": "2023-11-05T06:46:23",
            "upload_time_iso_8601": "2023-11-05T06:46:23.990241Z",
            "url": "https://files.pythonhosted.org/packages/b1/94/62c3bf8a60b4787b46e21f43277d9cb8b6037c8ee183450f035a19a2bc4b/pybcj-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b9e4ebd092251ef8d15408388be508617d5949cbba4baa2a6cfbb7e0a9b62c0",
                "md5": "2cb96c16e19b54bf545841b5b4f68619",
                "sha256": "746550dc7b5af4d04bb5fa4d065f18d39c925bcb5dee30db75747cd9a58bb6e8"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2cb96c16e19b54bf545841b5b4f68619",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 51665,
            "upload_time": "2023-11-05T06:46:25",
            "upload_time_iso_8601": "2023-11-05T06:46:25.761059Z",
            "url": "https://files.pythonhosted.org/packages/8b/9e/4ebd092251ef8d15408388be508617d5949cbba4baa2a6cfbb7e0a9b62c0/pybcj-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24eada4637563468854bd361a69cd883946015f54fa119a5d9c655d26f151954",
                "md5": "f0b50faebc02a891fadfc03fb9dee715",
                "sha256": "8ce9b62b6aaa5b08773be8a919ecc4e865396c969f982b685eeca6e80c82abb7"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f0b50faebc02a891fadfc03fb9dee715",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 56041,
            "upload_time": "2023-11-05T06:46:27",
            "upload_time_iso_8601": "2023-11-05T06:46:27.403890Z",
            "url": "https://files.pythonhosted.org/packages/24/ea/da4637563468854bd361a69cd883946015f54fa119a5d9c655d26f151954/pybcj-1.0.2-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfb29b9e670818af925ed9a0168a5c021ccfcc089637d0e6651d16fd05896425",
                "md5": "56f8f7a54995c5bae5d22763d4654497",
                "sha256": "493eab2b1f6f546730a6de0c5ceb75ce16f3767154e8ae30e2b70d41b928b7d2"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "56f8f7a54995c5bae5d22763d4654497",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 55606,
            "upload_time": "2023-11-05T06:46:29",
            "upload_time_iso_8601": "2023-11-05T06:46:29.657218Z",
            "url": "https://files.pythonhosted.org/packages/cf/b2/9b9e670818af925ed9a0168a5c021ccfcc089637d0e6651d16fd05896425/pybcj-1.0.2-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72e9d6b1bdf3a5aca8f3981145a5228ad51d72e2477a55927604a4768765e915",
                "md5": "b1fe35d7fca8c19e54f10041f1aed6fb",
                "sha256": "ef55b96b7f2ed823e0b924de902065ec42ade856366c287dbb073fabd6b90ec1"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b1fe35d7fca8c19e54f10041f1aed6fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 24719,
            "upload_time": "2023-11-05T06:46:31",
            "upload_time_iso_8601": "2023-11-05T06:46:31.018794Z",
            "url": "https://files.pythonhosted.org/packages/72/e9/d6b1bdf3a5aca8f3981145a5228ad51d72e2477a55927604a4768765e915/pybcj-1.0.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5ddea262c184d15df0035cc75480831ffbe69843f7b388fc043fd59c4956a31",
                "md5": "4f830b5e63324f32d079f8f367957654",
                "sha256": "2ed5b3dd9c209fe7b90990dee4ef21870dca39db1cd326553c314ee1b321c1cc"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "4f830b5e63324f32d079f8f367957654",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 32549,
            "upload_time": "2023-11-05T06:46:32",
            "upload_time_iso_8601": "2023-11-05T06:46:32.911241Z",
            "url": "https://files.pythonhosted.org/packages/c5/dd/ea262c184d15df0035cc75480831ffbe69843f7b388fc043fd59c4956a31/pybcj-1.0.2-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1bfe9c8b6a866fbeef52ef288107b8cfc69d4aa2540958514cb4675224cea99",
                "md5": "d3f29552d99286db370aa3766a25b6bd",
                "sha256": "22a94885723f8362d4cb468e68910eef92d3e2b1293de82b8eacb4198ef6655f"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d3f29552d99286db370aa3766a25b6bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 23745,
            "upload_time": "2023-11-05T06:46:34",
            "upload_time_iso_8601": "2023-11-05T06:46:34.231816Z",
            "url": "https://files.pythonhosted.org/packages/d1/bf/e9c8b6a866fbeef52ef288107b8cfc69d4aa2540958514cb4675224cea99/pybcj-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b586d068f1fbef7401add2c3844e8088ceefd705bae28324d8631626da783df1",
                "md5": "01b17198cbcf716b5773e328ba2543db",
                "sha256": "b8f9368036c9e658d8e3b3534086d298a5349c864542b34657cbe57c260daa49"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "01b17198cbcf716b5773e328ba2543db",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 23970,
            "upload_time": "2023-11-05T06:46:35",
            "upload_time_iso_8601": "2023-11-05T06:46:35.746434Z",
            "url": "https://files.pythonhosted.org/packages/b5/86/d068f1fbef7401add2c3844e8088ceefd705bae28324d8631626da783df1/pybcj-1.0.2-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b3ef1bd548530bb1929fdebc2a0e062c9c01c3115fdd6304df5a259fb514089",
                "md5": "6ea5201f8d64d6e20917e5fcea65ba53",
                "sha256": "87108181c7a6ac4d3fc1e4551cab5db5eea7f9fdca611175243234cd94bcc59b"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6ea5201f8d64d6e20917e5fcea65ba53",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 51143,
            "upload_time": "2023-11-05T06:46:37",
            "upload_time_iso_8601": "2023-11-05T06:46:37.511459Z",
            "url": "https://files.pythonhosted.org/packages/5b/3e/f1bd548530bb1929fdebc2a0e062c9c01c3115fdd6304df5a259fb514089/pybcj-1.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cb8d20e255833feaf76d7bdc811ad02b521092886fdfc3fccc290466987149e",
                "md5": "b4ac2fc621d97dabcca86763eddb1b67",
                "sha256": "db57f26b8c0162cfddb52b869efb1741b8c5e67fc536994f743074985f714c55"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b4ac2fc621d97dabcca86763eddb1b67",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 50718,
            "upload_time": "2023-11-05T06:46:39",
            "upload_time_iso_8601": "2023-11-05T06:46:39.141206Z",
            "url": "https://files.pythonhosted.org/packages/6c/b8/d20e255833feaf76d7bdc811ad02b521092886fdfc3fccc290466987149e/pybcj-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "294aa861fc942189ff6e1d8d1d98a6c5acbaec6842d7ee124f885c9ae9fec80b",
                "md5": "4798e921a3130050081efdeeb653c1d8",
                "sha256": "bdf5bcac4f1da36ad43567ea6f6ef404347658dbbe417c87cdb1699f327d6337"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4798e921a3130050081efdeeb653c1d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 54956,
            "upload_time": "2023-11-05T06:46:40",
            "upload_time_iso_8601": "2023-11-05T06:46:40.951366Z",
            "url": "https://files.pythonhosted.org/packages/29/4a/a861fc942189ff6e1d8d1d98a6c5acbaec6842d7ee124f885c9ae9fec80b/pybcj-1.0.2-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f885817b8e4cf95c2026c3cd53708a2ec356b6e0e3d0c9b95273ea7cb0daf5c",
                "md5": "0824bfe44fb567cc49f9a3649bdbb939",
                "sha256": "5c3171bb95c9b45cbcad25589e1ae4f4ca4ea99dc1724c4e0671eb6b9055514e"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0824bfe44fb567cc49f9a3649bdbb939",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 54354,
            "upload_time": "2023-11-05T06:46:42",
            "upload_time_iso_8601": "2023-11-05T06:46:42.518304Z",
            "url": "https://files.pythonhosted.org/packages/7f/88/5817b8e4cf95c2026c3cd53708a2ec356b6e0e3d0c9b95273ea7cb0daf5c/pybcj-1.0.2-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2dbbbeffbc0c8994030bf2e4ffd00d3475046dadeabb9cbdfdd6cc09b32f259",
                "md5": "bf33057848dda4a8474495cafc9c6dc4",
                "sha256": "f9a2585e0da9cf343ea27421995b881736a1eb604a7c1d4ca74126af94c3d4a8"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bf33057848dda4a8474495cafc9c6dc4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 24688,
            "upload_time": "2023-11-05T06:46:43",
            "upload_time_iso_8601": "2023-11-05T06:46:43.871818Z",
            "url": "https://files.pythonhosted.org/packages/f2/db/bbeffbc0c8994030bf2e4ffd00d3475046dadeabb9cbdfdd6cc09b32f259/pybcj-1.0.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e18ca43a186a570b3f6820a24f3ad726d0f0322f0b08f5550a92f99741a2e58",
                "md5": "51b4c79abde6fbcf9c2523a13a7139f9",
                "sha256": "fdb7cd8271471a5979d84915c1ee57eea7e0a69c893225fc418db66883b0e2a7"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "51b4c79abde6fbcf9c2523a13a7139f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 32548,
            "upload_time": "2023-11-05T06:46:45",
            "upload_time_iso_8601": "2023-11-05T06:46:45.424914Z",
            "url": "https://files.pythonhosted.org/packages/6e/18/ca43a186a570b3f6820a24f3ad726d0f0322f0b08f5550a92f99741a2e58/pybcj-1.0.2-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f110ee383b3450f7f13fbe234668fcf143b9a1e916e0cb84f5267ff3a5c6ad60",
                "md5": "1a23835f4963f5dc0d733bda3d1f8491",
                "sha256": "e96ae14062bdcddc3197300e6ee4efa6fbc6749be917db934eac66d0daaecb68"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1a23835f4963f5dc0d733bda3d1f8491",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 23743,
            "upload_time": "2023-11-05T06:46:47",
            "upload_time_iso_8601": "2023-11-05T06:46:47.386067Z",
            "url": "https://files.pythonhosted.org/packages/f1/10/ee383b3450f7f13fbe234668fcf143b9a1e916e0cb84f5267ff3a5c6ad60/pybcj-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f902d2851d694a7dc3640c6309af0e534cab145e7463bc408114db7eaa20115",
                "md5": "a7938cd2589226a90505159e09b3f159",
                "sha256": "a54ebdc8423ba99d75372708a882fcfc3b14d9d52cf195295ad53e5a47dab37f"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a7938cd2589226a90505159e09b3f159",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 23971,
            "upload_time": "2023-11-05T06:46:48",
            "upload_time_iso_8601": "2023-11-05T06:46:48.727505Z",
            "url": "https://files.pythonhosted.org/packages/1f/90/2d2851d694a7dc3640c6309af0e534cab145e7463bc408114db7eaa20115/pybcj-1.0.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a298326dbfea26d643d5a95f836103ac278eb297143d881188d94b987e3a520",
                "md5": "1a093c9945b8388ee6676ccabbba329b",
                "sha256": "3602be737c6e9553c45ae89e6b0e556f64f34dabf27d5260317d1824d31b79d3"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1a093c9945b8388ee6676ccabbba329b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 49937,
            "upload_time": "2023-11-05T06:46:50",
            "upload_time_iso_8601": "2023-11-05T06:46:50.617972Z",
            "url": "https://files.pythonhosted.org/packages/9a/29/8326dbfea26d643d5a95f836103ac278eb297143d881188d94b987e3a520/pybcj-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acb226fa2cba6bc488380515929757cafbdbf01f30184a1aa11ef7ee35bb21a2",
                "md5": "ca9663071c3562dd15fa4c5e180f87ce",
                "sha256": "63dd2ca52a48841f561bfec0fa3f208d375b0a8dcd3d7b236459e683ae29221d"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ca9663071c3562dd15fa4c5e180f87ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 49517,
            "upload_time": "2023-11-05T06:46:52",
            "upload_time_iso_8601": "2023-11-05T06:46:52.212573Z",
            "url": "https://files.pythonhosted.org/packages/ac/b2/26fa2cba6bc488380515929757cafbdbf01f30184a1aa11ef7ee35bb21a2/pybcj-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "587bd5e39a73202eb7b67793a4313ae5a85bdbf1470899dc2d3119c6a2414e9b",
                "md5": "46887bee924a652d0f1fb7aa55330e89",
                "sha256": "8204a714029784b1a08a3d790430d80b423b68615c5b1e67aabca5bd5419b77d"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "46887bee924a652d0f1fb7aa55330e89",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 54141,
            "upload_time": "2023-11-05T06:46:54",
            "upload_time_iso_8601": "2023-11-05T06:46:54.212649Z",
            "url": "https://files.pythonhosted.org/packages/58/7b/d5e39a73202eb7b67793a4313ae5a85bdbf1470899dc2d3119c6a2414e9b/pybcj-1.0.2-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ef05abc858fe9d07338e485e86b2d82d1f1a0aa36c2af5271156c1140d04d15",
                "md5": "9ccf6ed0d26ec292a1606be4510b1abf",
                "sha256": "fde2376b180ae2620c102fbc3ef06638d306feae83964aaa5051ecbdda54845a"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9ccf6ed0d26ec292a1606be4510b1abf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 53499,
            "upload_time": "2023-11-05T06:46:56",
            "upload_time_iso_8601": "2023-11-05T06:46:56.146018Z",
            "url": "https://files.pythonhosted.org/packages/8e/f0/5abc858fe9d07338e485e86b2d82d1f1a0aa36c2af5271156c1140d04d15/pybcj-1.0.2-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fac4bad26429aab693235035f813dc60ff00ff5164acbbb98c4e26f190a21cd",
                "md5": "6dde5df8192c86657da7ff874ff54059",
                "sha256": "3b8d7810fb587adbffba025330cf212d9bbed8f29559656d05cb6609673f306a"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6dde5df8192c86657da7ff874ff54059",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 24686,
            "upload_time": "2023-11-05T06:46:57",
            "upload_time_iso_8601": "2023-11-05T06:46:57.989520Z",
            "url": "https://files.pythonhosted.org/packages/9f/ac/4bad26429aab693235035f813dc60ff00ff5164acbbb98c4e26f190a21cd/pybcj-1.0.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37d222e808b9d25ce3b43f5c8a9e22d873d403485ba55d84a4d6d5d044881762",
                "md5": "efc9c68c07f14d4dcb01edb9cbf66335",
                "sha256": "c7f5bef7f47723c53420e377bc64d2553843bee8bcac5f0ad076ab1524780018"
            },
            "downloads": -1,
            "filename": "pybcj-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "efc9c68c07f14d4dcb01edb9cbf66335",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2111002,
            "upload_time": "2023-11-05T06:47:00",
            "upload_time_iso_8601": "2023-11-05T06:47:00.756680Z",
            "url": "https://files.pythonhosted.org/packages/37/d2/22e808b9d25ce3b43f5c8a9e22d873d403485ba55d84a4d6d5d044881762/pybcj-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-05 06:47:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "miurahr",
    "codeberg_project": "pybcj",
    "lcname": "pybcj"
}
        
Elapsed time: 0.13579s