pybedrock


Namepybedrock JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/obscraft23/pybedrock
SummaryA Python package to read/write Minecraft Bedrock leveldb data
upload_time2023-03-26 05:47:28
maintainer
docs_urlNone
authorobscraft23
requires_python
licenseMIT
keywords minecraft bedrock leveldb
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center"><img src="https://raw.githubusercontent.com/obscraft23/pybedrock/main/docs/pybedrock.logo.png" width="600"/></div>

# pybedrock

[![](https://img.shields.io/pypi/v/pybedrock.svg?label=PyPI&style=flat-square)](https://pypi.org/pypi/pybedrock/)
[![](https://img.shields.io/pypi/pyversions/pybedrock.svg?label=Python&color=yellow&style=flat-square)](https://pypi.org/pypi/pybedrock/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?label=License&style=flat-square)](LICENSE)
[![Downloads](https://static.pepy.tech/personalized-badge/pybedrock?period=total&units=international_system&left_color=black&right_color=brightgreen&left_text=Downloads&style=flat-square)](https://pepy.tech/project/pybedrock)

A python library for analysis and modification of world data in Minecraft Bedrock.

## Installation

```terminal
$ pip install pybedrock
```

## Supported versions

**Currently, pre-build wheel packages only support Linux OS.**

| | x86_64 | i686 | aarch64 | ppc64le | s390x |
|---------------|----|-----|-----|-----|-----|
| CPython 3.6   | ✅  | ✅  | ✅ | ✅  | ✅  |
| CPython 3.7   | ✅ | ✅  | ✅ | ✅  | ✅  |
| CPython 3.8   | ✅ | ✅  | ✅ | ✅  | ✅  |
| CPython 3.9   | ✅ | ✅ | ✅ | ✅  | ✅  |
| CPython 3.10  | ✅ | ✅  | ✅ | ✅  | ✅  |
| CPython 3.11  | ✅ | ✅  | ✅ | ✅  | ✅  |
| PyPy 3.7 v7.3 | ✅ | ✅  | ✅ | N/A | N/A |
| PyPy 3.8 v7.3 | ✅ | ✅  | ✅ | N/A | N/A |
| PyPy 3.9 v7.3 | ✅ | ✅  | ✅ | N/A | N/A |

## Usage

**The document is under development.**

## Demonstrations

* Make a custom spawner (Google Colaboratory)

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/obscraft23/pybedrock/blob/main/blockentity_demo.ipynb)

* Webapp to edit world data

https://mcbe-edit-web.vercel.app/

## Contributing to the project

coming soon!

## License

This package is distributed under the [MIT license](https://github.com/obscraft23/pybedrock/blob/main/LICENSE).

## Credit
This package makes use of following repositories with modifications.

* [mcberepair](https://github.com/reedacartwright/mcberepair) by [reedacartwright](https://github.com/reedacartwright) <br>
[MIT License](https://github.com/reedacartwright/mcberepair/blob/master/LICENSE) Copyright (c) 2018-2019 Reed A. Cartwright <reed@cartwrig.ht>

* [leveldb-mcpe](https://github.com/Mojang/leveldb-mcpe) by [Mojang](https://github.com/Mojang) <br>
[BSD-3-Clause license](https://github.com/Mojang/leveldb-mcpe/blob/master/LICENSE) Copyright (c) 2011 The LevelDB Authors. All rights reserved.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/obscraft23/pybedrock",
    "name": "pybedrock",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Minecraft Bedrock leveldb",
    "author": "obscraft23",
    "author_email": "obscraft23@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "<div align=\"center\"><img src=\"https://raw.githubusercontent.com/obscraft23/pybedrock/main/docs/pybedrock.logo.png\" width=\"600\"/></div>\n\n# pybedrock\n\n[![](https://img.shields.io/pypi/v/pybedrock.svg?label=PyPI&style=flat-square)](https://pypi.org/pypi/pybedrock/)\n[![](https://img.shields.io/pypi/pyversions/pybedrock.svg?label=Python&color=yellow&style=flat-square)](https://pypi.org/pypi/pybedrock/)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?label=License&style=flat-square)](LICENSE)\n[![Downloads](https://static.pepy.tech/personalized-badge/pybedrock?period=total&units=international_system&left_color=black&right_color=brightgreen&left_text=Downloads&style=flat-square)](https://pepy.tech/project/pybedrock)\n\nA python library for analysis and modification of world data in Minecraft Bedrock.\n\n## Installation\n\n```terminal\n$ pip install pybedrock\n```\n\n## Supported versions\n\n**Currently, pre-build wheel packages only support Linux OS.**\n\n| | x86_64 | i686 | aarch64 | ppc64le | s390x |\n|---------------|----|-----|-----|-----|-----|\n| CPython 3.6   | \u2705  | \u2705  | \u2705 | \u2705  | \u2705  |\n| CPython 3.7   | \u2705 | \u2705  | \u2705 | \u2705  | \u2705  |\n| CPython 3.8   | \u2705 | \u2705  | \u2705 | \u2705  | \u2705  |\n| CPython 3.9   | \u2705 | \u2705 | \u2705 | \u2705  | \u2705  |\n| CPython 3.10  | \u2705 | \u2705  | \u2705 | \u2705  | \u2705  |\n| CPython 3.11  | \u2705 | \u2705  | \u2705 | \u2705  | \u2705  |\n| PyPy 3.7 v7.3 | \u2705 | \u2705  | \u2705 | N/A | N/A |\n| PyPy 3.8 v7.3 | \u2705 | \u2705  | \u2705 | N/A | N/A |\n| PyPy 3.9 v7.3 | \u2705 | \u2705  | \u2705 | N/A | N/A |\n\n## Usage\n\n**The document is under development.**\n\n## Demonstrations\n\n* Make a custom spawner (Google Colaboratory)\n\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/obscraft23/pybedrock/blob/main/blockentity_demo.ipynb)\n\n* Webapp to edit world data\n\nhttps://mcbe-edit-web.vercel.app/\n\n## Contributing to the project\n\ncoming soon!\n\n## License\n\nThis package is distributed under the [MIT license](https://github.com/obscraft23/pybedrock/blob/main/LICENSE).\n\n## Credit\nThis package makes use of following repositories with modifications.\n\n* [mcberepair](https://github.com/reedacartwright/mcberepair) by [reedacartwright](https://github.com/reedacartwright) <br>\n[MIT License](https://github.com/reedacartwright/mcberepair/blob/master/LICENSE) Copyright (c) 2018-2019 Reed A. Cartwright <reed@cartwrig.ht>\n\n* [leveldb-mcpe](https://github.com/Mojang/leveldb-mcpe) by [Mojang](https://github.com/Mojang) <br>\n[BSD-3-Clause license](https://github.com/Mojang/leveldb-mcpe/blob/master/LICENSE) Copyright (c) 2011 The LevelDB Authors. All rights reserved.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package to read/write Minecraft Bedrock leveldb data",
    "version": "0.0.6",
    "split_keywords": [
        "minecraft",
        "bedrock",
        "leveldb"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f0af54e89800e5d87d4adb68cf4cbaa84c04da356ac8280ef1a943be6c12577",
                "md5": "fd828e6fad8af74f8501c33092882f69",
                "sha256": "309ce587130972d3045b1f2a3472c2aef8d41e1751efbe155e03bcccc8199bcf"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fd828e6fad8af74f8501c33092882f69",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 209507,
            "upload_time": "2023-03-26T05:47:28",
            "upload_time_iso_8601": "2023-03-26T05:47:28.978596Z",
            "url": "https://files.pythonhosted.org/packages/0f/0a/f54e89800e5d87d4adb68cf4cbaa84c04da356ac8280ef1a943be6c12577/pybedrock-0.0.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "710d84835e9db29416eda500710ab9e58c124740d2f85a65c19f3dbebe2dae4d",
                "md5": "af8d9c98f82843967321ccb4781ae0d3",
                "sha256": "e2faaf0d65f5175c148e20660f49b0e8895a4a9d60b84b472024573e7f60a5f5"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "af8d9c98f82843967321ccb4781ae0d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 186237,
            "upload_time": "2023-03-26T05:47:31",
            "upload_time_iso_8601": "2023-03-26T05:47:31.600628Z",
            "url": "https://files.pythonhosted.org/packages/71/0d/84835e9db29416eda500710ab9e58c124740d2f85a65c19f3dbebe2dae4d/pybedrock-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed83ad707ead65640b59c645ff55bb88ee6ee1dadac920ca59626112bb62d267",
                "md5": "db363f279ff49a41116ea7e9e8fff06b",
                "sha256": "c616e6b017192ccc76925e330d47550a511fb5e3f3ae403b4dc2005540b8c4da"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "db363f279ff49a41116ea7e9e8fff06b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 211677,
            "upload_time": "2023-03-26T05:47:33",
            "upload_time_iso_8601": "2023-03-26T05:47:33.899568Z",
            "url": "https://files.pythonhosted.org/packages/ed/83/ad707ead65640b59c645ff55bb88ee6ee1dadac920ca59626112bb62d267/pybedrock-0.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10002086dc41740313cb25da61591c4df14b322c9a9e1d1efff75799418be662",
                "md5": "89f66e63e3603031ae534152de6de8dc",
                "sha256": "0cde8b87f67596daebc2f4515507401f527b194df3a5ef2b841fce93edeed21f"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "89f66e63e3603031ae534152de6de8dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 187237,
            "upload_time": "2023-03-26T05:47:36",
            "upload_time_iso_8601": "2023-03-26T05:47:36.407054Z",
            "url": "https://files.pythonhosted.org/packages/10/00/2086dc41740313cb25da61591c4df14b322c9a9e1d1efff75799418be662/pybedrock-0.0.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbb21b10881e141798fc1b8301ce1eb1df398ca8ed0e639b24a35d6511831681",
                "md5": "a364ffaeb4ec6ac8af10e282b0d7767f",
                "sha256": "1fb980f92e918f9e38dc68d202fcc80c9959142d0a6296de1f7210b47614c234"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a364ffaeb4ec6ac8af10e282b0d7767f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 188009,
            "upload_time": "2023-03-26T05:47:38",
            "upload_time_iso_8601": "2023-03-26T05:47:38.867708Z",
            "url": "https://files.pythonhosted.org/packages/fb/b2/1b10881e141798fc1b8301ce1eb1df398ca8ed0e639b24a35d6511831681/pybedrock-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5283465a47d8eb469e7d1f3cdec696dd2b97d92a004119f0d886a32d0a78b9dc",
                "md5": "ccb167c363f6e49b7ad3105be19fb523",
                "sha256": "7faedf3054ed55756e1398a07aa275911bd65d9635dd75a3b3d0308a56f0a6c9"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ccb167c363f6e49b7ad3105be19fb523",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 707137,
            "upload_time": "2023-03-26T05:47:41",
            "upload_time_iso_8601": "2023-03-26T05:47:41.764071Z",
            "url": "https://files.pythonhosted.org/packages/52/83/465a47d8eb469e7d1f3cdec696dd2b97d92a004119f0d886a32d0a78b9dc/pybedrock-0.0.6-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "164e725d7a12bbaa6b5abe6c8457d38e548c9da1b2e2eab1a0ba984dd463497c",
                "md5": "04d01bbc9081637042567ed538401b08",
                "sha256": "d4c75cdc1e922f3071abd0a75d5f3b8864162eced37a5e09ea311420b32d6779"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "04d01bbc9081637042567ed538401b08",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 798867,
            "upload_time": "2023-03-26T05:47:44",
            "upload_time_iso_8601": "2023-03-26T05:47:44.690797Z",
            "url": "https://files.pythonhosted.org/packages/16/4e/725d7a12bbaa6b5abe6c8457d38e548c9da1b2e2eab1a0ba984dd463497c/pybedrock-0.0.6-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "501ecbcf709d89346e4b80db4a422981d9adc5752eef39ab42003eb01abc7da9",
                "md5": "7c2d015632c676afe37720146fbace7a",
                "sha256": "24c1274e01563e2d7319120ababb66004a468f120e591856171bc917515fe00d"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp310-cp310-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "7c2d015632c676afe37720146fbace7a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 778425,
            "upload_time": "2023-03-26T05:47:46",
            "upload_time_iso_8601": "2023-03-26T05:47:46.672174Z",
            "url": "https://files.pythonhosted.org/packages/50/1e/cbcf709d89346e4b80db4a422981d9adc5752eef39ab42003eb01abc7da9/pybedrock-0.0.6-cp310-cp310-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d46558c85fd24e24f447253ff33b2e125ad1ca6d09c8ba4e9658a843ae189ed",
                "md5": "38b4082d0596291624c77b55b0914226",
                "sha256": "5cb2cbc55c07fd7d4dde44a44c2d3e3ad138e792e60c399256dff7118eff0535"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp310-cp310-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "38b4082d0596291624c77b55b0914226",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 780152,
            "upload_time": "2023-03-26T05:47:49",
            "upload_time_iso_8601": "2023-03-26T05:47:49.380636Z",
            "url": "https://files.pythonhosted.org/packages/2d/46/558c85fd24e24f447253ff33b2e125ad1ca6d09c8ba4e9658a843ae189ed/pybedrock-0.0.6-cp310-cp310-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c430335e534ea0f99c884d6dff0f1c2de103dd57a99df19983cee24a34223b5",
                "md5": "0332530e3fc3d4f37cbee6c6a8a1d986",
                "sha256": "1cbdb7f3db379aa0eba6f3de6cf8e088afb9828c2d3d0f9a034342332ba52708"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0332530e3fc3d4f37cbee6c6a8a1d986",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 722232,
            "upload_time": "2023-03-26T05:47:51",
            "upload_time_iso_8601": "2023-03-26T05:47:51.996028Z",
            "url": "https://files.pythonhosted.org/packages/8c/43/0335e534ea0f99c884d6dff0f1c2de103dd57a99df19983cee24a34223b5/pybedrock-0.0.6-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "582775320382e785d6de57ffeabb51c8f9bccc8d2d00c1c34935ce1454a7423a",
                "md5": "1b6a65b6557a6da08ea3cd856062e9fb",
                "sha256": "42211f1d5b3aaaa05412bbdb7c6bbf625e9df101109df3fb8d4a2f254078c636"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1b6a65b6557a6da08ea3cd856062e9fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 209503,
            "upload_time": "2023-03-26T05:47:54",
            "upload_time_iso_8601": "2023-03-26T05:47:54.403150Z",
            "url": "https://files.pythonhosted.org/packages/58/27/75320382e785d6de57ffeabb51c8f9bccc8d2d00c1c34935ce1454a7423a/pybedrock-0.0.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b5eee7d0c479928f71ee6f12298e77fe2564e9ea698bf1b294255c5d7956262",
                "md5": "8db805fe7ffa02bbd3cbda89372b1a63",
                "sha256": "25986cbb70702f337d2b04905232068cfa14f38ba24912fd3b7c428ca815d88f"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8db805fe7ffa02bbd3cbda89372b1a63",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 186278,
            "upload_time": "2023-03-26T05:47:56",
            "upload_time_iso_8601": "2023-03-26T05:47:56.850194Z",
            "url": "https://files.pythonhosted.org/packages/3b/5e/ee7d0c479928f71ee6f12298e77fe2564e9ea698bf1b294255c5d7956262/pybedrock-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94fac7ba0f4c2f7d056717cd844426f4a21a86bf7c011be58453280a0271a309",
                "md5": "b604eaf1a047149df4e1b41bf7fbe791",
                "sha256": "29e7a2e33a9d077c81ff88cec51429164552ee6cf6ba83edf7c754528eced0ab"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b604eaf1a047149df4e1b41bf7fbe791",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 211677,
            "upload_time": "2023-03-26T05:47:58",
            "upload_time_iso_8601": "2023-03-26T05:47:58.819796Z",
            "url": "https://files.pythonhosted.org/packages/94/fa/c7ba0f4c2f7d056717cd844426f4a21a86bf7c011be58453280a0271a309/pybedrock-0.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "168fdab9c3f80a619d295ce2b5336ec27af63df029d5706351f57e4243c57291",
                "md5": "b0c87c6729b60f567598d13735140775",
                "sha256": "96df6c652f0a830f34fe7091110af1a7bfecee5bb0c9f0d5998435c3a511e29b"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b0c87c6729b60f567598d13735140775",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 187230,
            "upload_time": "2023-03-26T05:48:00",
            "upload_time_iso_8601": "2023-03-26T05:48:00.875197Z",
            "url": "https://files.pythonhosted.org/packages/16/8f/dab9c3f80a619d295ce2b5336ec27af63df029d5706351f57e4243c57291/pybedrock-0.0.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58d2e343816e62125efd58c87b178809f1ff8b1d14e2a4f04695fc320700e7eb",
                "md5": "c2b4150056caef4396c760ef6475917b",
                "sha256": "ae8a32e87cdc6dd767d6f647be3f0a0ea869504f4d753e228bc2b2f4aa4b9b15"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c2b4150056caef4396c760ef6475917b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 188032,
            "upload_time": "2023-03-26T05:48:03",
            "upload_time_iso_8601": "2023-03-26T05:48:03.382008Z",
            "url": "https://files.pythonhosted.org/packages/58/d2/e343816e62125efd58c87b178809f1ff8b1d14e2a4f04695fc320700e7eb/pybedrock-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ac2a02ed4f886910d9fee7d14af1cf8ad2d3617d5036472533f6f9254380cc4",
                "md5": "74a10dd566d2354fed4728d3281d3805",
                "sha256": "36324f5fee790dad07ef084afb4529ac0c7b88134c2503e24740866718eec65b"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "74a10dd566d2354fed4728d3281d3805",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 707164,
            "upload_time": "2023-03-26T05:48:05",
            "upload_time_iso_8601": "2023-03-26T05:48:05.515268Z",
            "url": "https://files.pythonhosted.org/packages/1a/c2/a02ed4f886910d9fee7d14af1cf8ad2d3617d5036472533f6f9254380cc4/pybedrock-0.0.6-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90a99b252658b0a4d62d066d1a9da1d9d626db7f2f279c48e058ad4b85c3076b",
                "md5": "1ad4daba0b48f1bc13abb8bf8259ac59",
                "sha256": "f98294aecbc44a9402ab63a5c2f36a0ae5a4a8bcce8fe602ef74b9e2712004df"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "1ad4daba0b48f1bc13abb8bf8259ac59",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 798860,
            "upload_time": "2023-03-26T05:48:07",
            "upload_time_iso_8601": "2023-03-26T05:48:07.688175Z",
            "url": "https://files.pythonhosted.org/packages/90/a9/9b252658b0a4d62d066d1a9da1d9d626db7f2f279c48e058ad4b85c3076b/pybedrock-0.0.6-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2c1f40fa950425b6016829fb177401b683afd8660960853613d4ee91823d15a",
                "md5": "1e85380608c73ab568f28840b3b3ae85",
                "sha256": "a8dd3dc61c388912b45da80963a7a3304a5b2d245103a6fddcfa950e42eef3d3"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp311-cp311-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1e85380608c73ab568f28840b3b3ae85",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 778417,
            "upload_time": "2023-03-26T05:48:10",
            "upload_time_iso_8601": "2023-03-26T05:48:10.510015Z",
            "url": "https://files.pythonhosted.org/packages/a2/c1/f40fa950425b6016829fb177401b683afd8660960853613d4ee91823d15a/pybedrock-0.0.6-cp311-cp311-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ba157db8af12fe9bbff2f2023f4861eb5575b35ffda9faca8fa0d17c6a1dc23",
                "md5": "62432bbbd8b5a2cdc4532451a75407bc",
                "sha256": "24a8acee4f1e944ffbc491148c60bfbb5fa2632c314519ac8b4ace2638b43282"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp311-cp311-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "62432bbbd8b5a2cdc4532451a75407bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 780135,
            "upload_time": "2023-03-26T05:48:12",
            "upload_time_iso_8601": "2023-03-26T05:48:12.758519Z",
            "url": "https://files.pythonhosted.org/packages/8b/a1/57db8af12fe9bbff2f2023f4861eb5575b35ffda9faca8fa0d17c6a1dc23/pybedrock-0.0.6-cp311-cp311-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e08dc6aa21ffac32253a480be210745d704e9519c949957638f7abdcf2f8ad2",
                "md5": "8d5acb1944f857b3b4ae05e682dae2ea",
                "sha256": "ddeafdf30051dbd79ce2dc27ed1a302e1db325dbc0199714f100cd47dd12758e"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8d5acb1944f857b3b4ae05e682dae2ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 722271,
            "upload_time": "2023-03-26T05:48:14",
            "upload_time_iso_8601": "2023-03-26T05:48:14.561598Z",
            "url": "https://files.pythonhosted.org/packages/8e/08/dc6aa21ffac32253a480be210745d704e9519c949957638f7abdcf2f8ad2/pybedrock-0.0.6-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e19f8f1cd09fef035982c80487ebd94c767575b47999c854d45e73f59a06c36a",
                "md5": "b0f7d9310b027d0ab7aeb4774dee3597",
                "sha256": "ebca6b397edcf6651904f55acf1105c757df319f8602fcee9884658452211697"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b0f7d9310b027d0ab7aeb4774dee3597",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 209523,
            "upload_time": "2023-03-26T05:48:16",
            "upload_time_iso_8601": "2023-03-26T05:48:16.212062Z",
            "url": "https://files.pythonhosted.org/packages/e1/9f/8f1cd09fef035982c80487ebd94c767575b47999c854d45e73f59a06c36a/pybedrock-0.0.6-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f87b4821788b885789b9b36b17e54e85423b02aae1b1d0d945940a72ceb9372",
                "md5": "509530287b6c85a1aae177a3e6d8ab43",
                "sha256": "45da7dc626876091ec9e09259526142a7545ff92d329526efacbd75ad042efba"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "509530287b6c85a1aae177a3e6d8ab43",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 186251,
            "upload_time": "2023-03-26T05:48:18",
            "upload_time_iso_8601": "2023-03-26T05:48:18.020319Z",
            "url": "https://files.pythonhosted.org/packages/5f/87/b4821788b885789b9b36b17e54e85423b02aae1b1d0d945940a72ceb9372/pybedrock-0.0.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aac021ee291cde47429eea3dddc5007123fd9883f04f013a2b69174a5bf2fee7",
                "md5": "e1259dac21535871e640e564e3ceaf1f",
                "sha256": "84bb0f6562883532f3c858681a41bc8652f5cb6a44c6cc25938556978ec596a1"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e1259dac21535871e640e564e3ceaf1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 211693,
            "upload_time": "2023-03-26T05:48:20",
            "upload_time_iso_8601": "2023-03-26T05:48:20.318544Z",
            "url": "https://files.pythonhosted.org/packages/aa/c0/21ee291cde47429eea3dddc5007123fd9883f04f013a2b69174a5bf2fee7/pybedrock-0.0.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83435f2b35c5ee5877691c9303c34c3681f70dc86ade4742fffb0adc2e9c8a54",
                "md5": "6320651618fdf51f4debdb31bfc7e653",
                "sha256": "c36dcecc4184185a7ec5792426cecad64ebceed837da31108a27ab3a94c9863c"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "6320651618fdf51f4debdb31bfc7e653",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 187252,
            "upload_time": "2023-03-26T05:48:22",
            "upload_time_iso_8601": "2023-03-26T05:48:22.760022Z",
            "url": "https://files.pythonhosted.org/packages/83/43/5f2b35c5ee5877691c9303c34c3681f70dc86ade4742fffb0adc2e9c8a54/pybedrock-0.0.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4be4766b7210a66facbb044efd249b04856d75dd8f6c32fbd8ddb783abf67886",
                "md5": "30d66fcedc2bf18374f60436083b2176",
                "sha256": "fc4e2b3c878d8fc4378bb36af6eac84ed3a1eaad3f10508c9c8fa80a536eb83c"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "30d66fcedc2bf18374f60436083b2176",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 188025,
            "upload_time": "2023-03-26T05:48:24",
            "upload_time_iso_8601": "2023-03-26T05:48:24.672623Z",
            "url": "https://files.pythonhosted.org/packages/4b/e4/766b7210a66facbb044efd249b04856d75dd8f6c32fbd8ddb783abf67886/pybedrock-0.0.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8d79b9778db0ee8984063f2a6af9eb7b931bd3c23236fb140a59c3963fcaa79",
                "md5": "ee396b6b1c41fb9f0082cf9351a7ffb0",
                "sha256": "a2832e4452d15d0234f712a522b84fef06b538bf26118f4da9614cd0ec4ca44a"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp36-cp36m-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ee396b6b1c41fb9f0082cf9351a7ffb0",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 707150,
            "upload_time": "2023-03-26T05:48:27",
            "upload_time_iso_8601": "2023-03-26T05:48:27.022672Z",
            "url": "https://files.pythonhosted.org/packages/e8/d7/9b9778db0ee8984063f2a6af9eb7b931bd3c23236fb140a59c3963fcaa79/pybedrock-0.0.6-cp36-cp36m-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e416a84636cdabf9593d9a06b86c02de1f5bc71a01c834447e95f1a1c843bbd",
                "md5": "60fff7ced00f8929870f1af300ed8ad6",
                "sha256": "4505abd32b7feec036ae7c652b41eb32a1ab1b0c993389ca46e57fcc2f7250b6"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp36-cp36m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "60fff7ced00f8929870f1af300ed8ad6",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 798881,
            "upload_time": "2023-03-26T05:48:29",
            "upload_time_iso_8601": "2023-03-26T05:48:29.194098Z",
            "url": "https://files.pythonhosted.org/packages/5e/41/6a84636cdabf9593d9a06b86c02de1f5bc71a01c834447e95f1a1c843bbd/pybedrock-0.0.6-cp36-cp36m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7da511889a466e9e4f07709e48b81dc9b041fd85463eda38a4fd17aba03cdf31",
                "md5": "3b9202d26de4d13e73d706856ea4e3fe",
                "sha256": "4307760bcc1ddada71d5c7ec7ec17e6356a3bbf6bc58e16d195ee4f0c1ba3789"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp36-cp36m-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3b9202d26de4d13e73d706856ea4e3fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 778439,
            "upload_time": "2023-03-26T05:48:31",
            "upload_time_iso_8601": "2023-03-26T05:48:31.782073Z",
            "url": "https://files.pythonhosted.org/packages/7d/a5/11889a466e9e4f07709e48b81dc9b041fd85463eda38a4fd17aba03cdf31/pybedrock-0.0.6-cp36-cp36m-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d7574b3d7f21c7c727900bdae01e6b598bb30a74fb9d051c1dffa028896fd0b",
                "md5": "41a4c2ff0f02fdf34869ad6328ba46a0",
                "sha256": "61e2453b6db8428f32c761bd46e0491c10960865df91ddf769694076dacc1f9f"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp36-cp36m-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "41a4c2ff0f02fdf34869ad6328ba46a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 780166,
            "upload_time": "2023-03-26T05:48:34",
            "upload_time_iso_8601": "2023-03-26T05:48:34.594087Z",
            "url": "https://files.pythonhosted.org/packages/3d/75/74b3d7f21c7c727900bdae01e6b598bb30a74fb9d051c1dffa028896fd0b/pybedrock-0.0.6-cp36-cp36m-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59c843423cfedbb7cdd65d74324980d7ba674226b7c2f7e66dce50a26d230b68",
                "md5": "0960c20c05d0671582acb0d1989c196c",
                "sha256": "93c22393083b57e6aa9a344f3c6336122b94e18b180581176891c6e8b41c9648"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0960c20c05d0671582acb0d1989c196c",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 722246,
            "upload_time": "2023-03-26T05:48:36",
            "upload_time_iso_8601": "2023-03-26T05:48:36.723009Z",
            "url": "https://files.pythonhosted.org/packages/59/c8/43423cfedbb7cdd65d74324980d7ba674226b7c2f7e66dce50a26d230b68/pybedrock-0.0.6-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6f942a7edbf8253b668bb0fca426648e3cd9378d70448d0f2e4fd810c99563c",
                "md5": "1d969cb9b30e0808c661419fc0c4d1e9",
                "sha256": "e69d74fdfb0e9b8a8de57a827c68770ba7d38c460966959de0b595411aeced0d"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1d969cb9b30e0808c661419fc0c4d1e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 209506,
            "upload_time": "2023-03-26T05:48:38",
            "upload_time_iso_8601": "2023-03-26T05:48:38.374160Z",
            "url": "https://files.pythonhosted.org/packages/f6/f9/42a7edbf8253b668bb0fca426648e3cd9378d70448d0f2e4fd810c99563c/pybedrock-0.0.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09823e0f344638aa5d89c4da27b542a6eaa2ad0bdfdda5bf756c42d7d3a2076a",
                "md5": "40a236f6a0bdbb07a27c95b541f01b7f",
                "sha256": "8ae3fcf7181d23e560bcd6860c5d573bb0be1037a6fba96dbdb17153a8f93027"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "40a236f6a0bdbb07a27c95b541f01b7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 186238,
            "upload_time": "2023-03-26T05:48:40",
            "upload_time_iso_8601": "2023-03-26T05:48:40.915902Z",
            "url": "https://files.pythonhosted.org/packages/09/82/3e0f344638aa5d89c4da27b542a6eaa2ad0bdfdda5bf756c42d7d3a2076a/pybedrock-0.0.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42bb0c85e6a67fc13091ceed1c82e431f7c16c3a83506d958215437e363708eb",
                "md5": "5d6c0741f74e3671adcbfa823b8020e0",
                "sha256": "dd68b4d5864ce452bf084e990593d6c3f602f306341317304e748dc807a82e6b"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5d6c0741f74e3671adcbfa823b8020e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 211678,
            "upload_time": "2023-03-26T05:48:43",
            "upload_time_iso_8601": "2023-03-26T05:48:43.536415Z",
            "url": "https://files.pythonhosted.org/packages/42/bb/0c85e6a67fc13091ceed1c82e431f7c16c3a83506d958215437e363708eb/pybedrock-0.0.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9cc3afa657ab2475c975451294122e823f3b039bc47db13ef823f826809302f",
                "md5": "d35bb076c72fec5616ad2e763a64f844",
                "sha256": "63299d808b0b112c7b82373e37256e3435e166fcba1e4883958652edab2a11f6"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "d35bb076c72fec5616ad2e763a64f844",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 187238,
            "upload_time": "2023-03-26T05:48:45",
            "upload_time_iso_8601": "2023-03-26T05:48:45.821044Z",
            "url": "https://files.pythonhosted.org/packages/a9/cc/3afa657ab2475c975451294122e823f3b039bc47db13ef823f826809302f/pybedrock-0.0.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f1787d632c7e0e9db2817ff1c8100cc0f2c240d04efdcb077eebb48dab2965f",
                "md5": "578cecefb2a7dd33301858347399f8b2",
                "sha256": "95570889c69300301049b9fb127a0abda407be53ed9e66cb4dc83995c2ef1c06"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "578cecefb2a7dd33301858347399f8b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 188009,
            "upload_time": "2023-03-26T05:48:48",
            "upload_time_iso_8601": "2023-03-26T05:48:48.338577Z",
            "url": "https://files.pythonhosted.org/packages/6f/17/87d632c7e0e9db2817ff1c8100cc0f2c240d04efdcb077eebb48dab2965f/pybedrock-0.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d78fba7d9e71465d03a175093ec84f02d9dead1f16e3d5a3e6fa8b325c9b190",
                "md5": "e32d3c0cdf44235e28756460f3ef5c6f",
                "sha256": "062cdd72608ae33f18c472a87829666cafd007d9518e380045c0663bbffb77f3"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e32d3c0cdf44235e28756460f3ef5c6f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 707136,
            "upload_time": "2023-03-26T05:48:50",
            "upload_time_iso_8601": "2023-03-26T05:48:50.932822Z",
            "url": "https://files.pythonhosted.org/packages/0d/78/fba7d9e71465d03a175093ec84f02d9dead1f16e3d5a3e6fa8b325c9b190/pybedrock-0.0.6-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a75f894b749d6bef6e2f66b084ad5112bd490f98e177a6bb6c3ec9b306e504be",
                "md5": "6d8955d40646ae88748cd019104946d0",
                "sha256": "6b4d5b779838935badf3a5e39c976d6280e2d51fc6dc1ec5c9bac7ff23e530a8"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "6d8955d40646ae88748cd019104946d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 798866,
            "upload_time": "2023-03-26T05:48:53",
            "upload_time_iso_8601": "2023-03-26T05:48:53.753488Z",
            "url": "https://files.pythonhosted.org/packages/a7/5f/894b749d6bef6e2f66b084ad5112bd490f98e177a6bb6c3ec9b306e504be/pybedrock-0.0.6-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbc79e44e10f90676cd5c18c7ba54733d3d98607c586c24475ae663d3825af57",
                "md5": "3c9842d1df21f25ff1f4da91c30b2197",
                "sha256": "bc6170a4a932811d8ec8101829f5d1f5fa6dd0ca1d0dc83091081adc44630aa7"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp37-cp37m-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3c9842d1df21f25ff1f4da91c30b2197",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 778426,
            "upload_time": "2023-03-26T05:48:56",
            "upload_time_iso_8601": "2023-03-26T05:48:56.115563Z",
            "url": "https://files.pythonhosted.org/packages/db/c7/9e44e10f90676cd5c18c7ba54733d3d98607c586c24475ae663d3825af57/pybedrock-0.0.6-cp37-cp37m-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6080a9a4508642a881735f99d72308c36b3f929db7f5bdaa83da560864f2580f",
                "md5": "6e33aeef5363c9ea1991897cde3c4391",
                "sha256": "8e987abc4e8b9041fbe9643277738c56f9aca12472a2a06fd7cf19f4d46e9df8"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp37-cp37m-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "6e33aeef5363c9ea1991897cde3c4391",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 780153,
            "upload_time": "2023-03-26T05:48:59",
            "upload_time_iso_8601": "2023-03-26T05:48:59.455637Z",
            "url": "https://files.pythonhosted.org/packages/60/80/a9a4508642a881735f99d72308c36b3f929db7f5bdaa83da560864f2580f/pybedrock-0.0.6-cp37-cp37m-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e9cf047e8369cc6afc2b3845832dbe1be86c23f859ec42c22ebae3f22fbaffd",
                "md5": "f023df820901d1ffa4a2124cf519060a",
                "sha256": "5f2021d47ba063aa4cca55aebf4d95aaea5cee985d1e74ff9892cb60f780dce2"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f023df820901d1ffa4a2124cf519060a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 722234,
            "upload_time": "2023-03-26T05:49:01",
            "upload_time_iso_8601": "2023-03-26T05:49:01.506818Z",
            "url": "https://files.pythonhosted.org/packages/9e/9c/f047e8369cc6afc2b3845832dbe1be86c23f859ec42c22ebae3f22fbaffd/pybedrock-0.0.6-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ae6fa2fba549bd4802099eb05d5d9c033101270a3432f2e3b08c54c343edc90",
                "md5": "b0a8183b3b57e179ff895944c1965b30",
                "sha256": "001ae5f14e0060ca6fce573daff4fc14316c6bce621de57304fd095dcc12fcf8"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b0a8183b3b57e179ff895944c1965b30",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 209507,
            "upload_time": "2023-03-26T05:49:03",
            "upload_time_iso_8601": "2023-03-26T05:49:03.391584Z",
            "url": "https://files.pythonhosted.org/packages/6a/e6/fa2fba549bd4802099eb05d5d9c033101270a3432f2e3b08c54c343edc90/pybedrock-0.0.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6eea2ff30d6db427db96334cf72a6b088d962bb0612724c7f20e068aba6da0a8",
                "md5": "09be233a5b39077e900b06b74ddd984b",
                "sha256": "2d5dcdfce7c4388fa63f262a12088a1b1b136e3eb24380fbb9d13eebb6a9b3d0"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "09be233a5b39077e900b06b74ddd984b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 186234,
            "upload_time": "2023-03-26T05:49:05",
            "upload_time_iso_8601": "2023-03-26T05:49:05.424452Z",
            "url": "https://files.pythonhosted.org/packages/6e/ea/2ff30d6db427db96334cf72a6b088d962bb0612724c7f20e068aba6da0a8/pybedrock-0.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "701fa5f4d41a72f8779861d1d67d3210f1d5dfab5de2cde7ea7915a77b21bd7d",
                "md5": "693ce2c95679b2675e607068d18cd7dc",
                "sha256": "acbe4ba5dfdfc068892c13951e9c4a28dcc4ac79f8664f12d82a106bc3d4cd58"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "693ce2c95679b2675e607068d18cd7dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 211677,
            "upload_time": "2023-03-26T05:49:07",
            "upload_time_iso_8601": "2023-03-26T05:49:07.415499Z",
            "url": "https://files.pythonhosted.org/packages/70/1f/a5f4d41a72f8779861d1d67d3210f1d5dfab5de2cde7ea7915a77b21bd7d/pybedrock-0.0.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fe2c67b1d0ce90afd53449c9ff964aa72d5e3cc1ebc8406108e0f5e61f1ee58",
                "md5": "c5ba7ee59efc40020a7015cad67f4515",
                "sha256": "2fe27a0c105857de68f5bd2c49e0bac64965a89b90f4f20367ac224d3cb73a25"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c5ba7ee59efc40020a7015cad67f4515",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 187236,
            "upload_time": "2023-03-26T05:49:09",
            "upload_time_iso_8601": "2023-03-26T05:49:09.502124Z",
            "url": "https://files.pythonhosted.org/packages/2f/e2/c67b1d0ce90afd53449c9ff964aa72d5e3cc1ebc8406108e0f5e61f1ee58/pybedrock-0.0.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc09d277ea1ba24602b2a27a3ef5c412990c13781467f380650c5817a426d61c",
                "md5": "2f6723cede75331b1f412a1f20d0e632",
                "sha256": "0dbed30dced2a494b03310387bb7c3e942fe32371aa4a0f2676a11ba6dd1cdfc"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2f6723cede75331b1f412a1f20d0e632",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 188007,
            "upload_time": "2023-03-26T05:49:11",
            "upload_time_iso_8601": "2023-03-26T05:49:11.568585Z",
            "url": "https://files.pythonhosted.org/packages/fc/09/d277ea1ba24602b2a27a3ef5c412990c13781467f380650c5817a426d61c/pybedrock-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e9635f10c58077a5aeaee60347990b9f9a86ab6f26434e305a51b5c90d09bb5",
                "md5": "b87723e6ced4f026cc6a838634a87c67",
                "sha256": "92a65ba709debfacbf681387cec759e3ce0d1cbbe4ee52655d71ef318af07eb8"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b87723e6ced4f026cc6a838634a87c67",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 707135,
            "upload_time": "2023-03-26T05:49:13",
            "upload_time_iso_8601": "2023-03-26T05:49:13.722882Z",
            "url": "https://files.pythonhosted.org/packages/9e/96/35f10c58077a5aeaee60347990b9f9a86ab6f26434e305a51b5c90d09bb5/pybedrock-0.0.6-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13c614e60b61628a15a13aa622aef3b206f591579cbb6be9ef08402a1ad9d67a",
                "md5": "e3bdb7751a6fea9ce319667f8700ba9f",
                "sha256": "9d06c05b6fcb58f467a793bcd2860b3bcd560e3b5ffcc39f47034f46f4c2cddf"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "e3bdb7751a6fea9ce319667f8700ba9f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 798866,
            "upload_time": "2023-03-26T05:49:16",
            "upload_time_iso_8601": "2023-03-26T05:49:16.597214Z",
            "url": "https://files.pythonhosted.org/packages/13/c6/14e60b61628a15a13aa622aef3b206f591579cbb6be9ef08402a1ad9d67a/pybedrock-0.0.6-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bbedf5a6c7631e1092a3d8419758958dcd677c9ddcfb3cb4e01da96c59ea1d8",
                "md5": "110b0188b6dcff241e3db53d31520ac2",
                "sha256": "ac0f8af594636f2b2bbaa8cef7bac52cbb2fdcf8eb18b4e2d1ad2583455e2b49"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp38-cp38-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "110b0188b6dcff241e3db53d31520ac2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 778424,
            "upload_time": "2023-03-26T05:49:18",
            "upload_time_iso_8601": "2023-03-26T05:49:18.589394Z",
            "url": "https://files.pythonhosted.org/packages/9b/be/df5a6c7631e1092a3d8419758958dcd677c9ddcfb3cb4e01da96c59ea1d8/pybedrock-0.0.6-cp38-cp38-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84a1aac10a4995a13466782e2237644b9a6ac7fc62cb07c1ec27aad54764ea22",
                "md5": "68005b9b4ca36a1a3c9453557331db8c",
                "sha256": "4a559355ed20adabbe8147e58257e19bb1081a4dc7b20731a80b722275e3bc7d"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp38-cp38-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "68005b9b4ca36a1a3c9453557331db8c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 780152,
            "upload_time": "2023-03-26T05:49:20",
            "upload_time_iso_8601": "2023-03-26T05:49:20.574244Z",
            "url": "https://files.pythonhosted.org/packages/84/a1/aac10a4995a13466782e2237644b9a6ac7fc62cb07c1ec27aad54764ea22/pybedrock-0.0.6-cp38-cp38-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbf7188b56062abe5cf63a6b56b3658be13af4e571c6363f58a74f26757d8e2d",
                "md5": "44b1aba1f6113c7378e60a9cef7428fd",
                "sha256": "743aeda7b4f17005c540da7be5f7ef40192e1359ff09f33b7d8f43cf30aafe86"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "44b1aba1f6113c7378e60a9cef7428fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 722232,
            "upload_time": "2023-03-26T05:49:22",
            "upload_time_iso_8601": "2023-03-26T05:49:22.363603Z",
            "url": "https://files.pythonhosted.org/packages/bb/f7/188b56062abe5cf63a6b56b3658be13af4e571c6363f58a74f26757d8e2d/pybedrock-0.0.6-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f244bcbdb445f785755ec35354b1fb45ab81bfa133a06727d20b242b78fb728f",
                "md5": "576f0e5edb1f6b5a50bd1a4c77475d15",
                "sha256": "5c7136c9a1073ff972858194ac7c2f1db7b109eeaa8c1cd0c1830073bcfd6f2b"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "576f0e5edb1f6b5a50bd1a4c77475d15",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 209505,
            "upload_time": "2023-03-26T05:49:23",
            "upload_time_iso_8601": "2023-03-26T05:49:23.966299Z",
            "url": "https://files.pythonhosted.org/packages/f2/44/bcbdb445f785755ec35354b1fb45ab81bfa133a06727d20b242b78fb728f/pybedrock-0.0.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf9fe45277b47bba1ad0fdc8eda3d8fcdb576aa5475cc370a1a85375ad8edbf1",
                "md5": "bd6ebc45558c6d2b232e820c9c93bbbe",
                "sha256": "21da2505c53a850649970dcaec286d27897982be0dbeed607d16eef524029db1"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bd6ebc45558c6d2b232e820c9c93bbbe",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 186235,
            "upload_time": "2023-03-26T05:49:25",
            "upload_time_iso_8601": "2023-03-26T05:49:25.999266Z",
            "url": "https://files.pythonhosted.org/packages/bf/9f/e45277b47bba1ad0fdc8eda3d8fcdb576aa5475cc370a1a85375ad8edbf1/pybedrock-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7008e94f2f2e5841eafa5039426f240fdd3792835f9f8c83f1bccad91c211216",
                "md5": "ba4e19cc2f91d3a183675b01cb209562",
                "sha256": "970c455048dee1908b58813111606d75a3e3cdf279cb56de3d0848a8ed8f0abd"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ba4e19cc2f91d3a183675b01cb209562",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 211677,
            "upload_time": "2023-03-26T05:49:28",
            "upload_time_iso_8601": "2023-03-26T05:49:28.615363Z",
            "url": "https://files.pythonhosted.org/packages/70/08/e94f2f2e5841eafa5039426f240fdd3792835f9f8c83f1bccad91c211216/pybedrock-0.0.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1d51d8c132a9071ac8f6b9c20a1f5eb3abafe8f503f977e3289c12646699ad4",
                "md5": "1fd296f1088484ccc566ff22867d2a2c",
                "sha256": "7e86063d785b7c3a75711173fb9840a5b42f11cf7efd887e7badbb60a68b5802"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "1fd296f1088484ccc566ff22867d2a2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 187236,
            "upload_time": "2023-03-26T05:49:31",
            "upload_time_iso_8601": "2023-03-26T05:49:31.144350Z",
            "url": "https://files.pythonhosted.org/packages/b1/d5/1d8c132a9071ac8f6b9c20a1f5eb3abafe8f503f977e3289c12646699ad4/pybedrock-0.0.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "144c75ce4f712927c468c95a3bdbada3743c85ef4f328f0d4a9ed2104b06c273",
                "md5": "63cffaedb312110b778a5617e7f7f29a",
                "sha256": "7bd16b6c7b6d65241fbba2415379d9adae77baf782aee0169df52eae7bb6defe"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "63cffaedb312110b778a5617e7f7f29a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 188008,
            "upload_time": "2023-03-26T05:49:33",
            "upload_time_iso_8601": "2023-03-26T05:49:33.648165Z",
            "url": "https://files.pythonhosted.org/packages/14/4c/75ce4f712927c468c95a3bdbada3743c85ef4f328f0d4a9ed2104b06c273/pybedrock-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92457f003b6a34f388e488bf6f083bef5208bc1e4aee99067eb45175bd86541f",
                "md5": "c94a1e15643c00050ea7a37923c845ec",
                "sha256": "496c0ad1614038cf3914de692f6d28a5534323e81de27c4293eee6ffdeb4bb8d"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c94a1e15643c00050ea7a37923c845ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 707136,
            "upload_time": "2023-03-26T05:49:36",
            "upload_time_iso_8601": "2023-03-26T05:49:36.061565Z",
            "url": "https://files.pythonhosted.org/packages/92/45/7f003b6a34f388e488bf6f083bef5208bc1e4aee99067eb45175bd86541f/pybedrock-0.0.6-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d691810f56b6b7381eb6e68a830ca82b5b0ae44c7c897cc40154cff4b8a90db5",
                "md5": "d18a3ada73244348b2db228007aeea37",
                "sha256": "e126450692887e37842db93bc0dbb49c61746be122dae87c6f4e33c84925f1c5"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "d18a3ada73244348b2db228007aeea37",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 798866,
            "upload_time": "2023-03-26T05:49:38",
            "upload_time_iso_8601": "2023-03-26T05:49:38.957254Z",
            "url": "https://files.pythonhosted.org/packages/d6/91/810f56b6b7381eb6e68a830ca82b5b0ae44c7c897cc40154cff4b8a90db5/pybedrock-0.0.6-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20c87d2676888692c6e22e9702f79d30669c9ea04187a8a43493f588aae2a9ac",
                "md5": "e7801ff21fc6962fcb41cb60da45f7ca",
                "sha256": "9dc1bdcd0c0ca2b41a60f384f9abf24cb2d3747ebe990955e1066c765f964960"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp39-cp39-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e7801ff21fc6962fcb41cb60da45f7ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 778425,
            "upload_time": "2023-03-26T05:49:41",
            "upload_time_iso_8601": "2023-03-26T05:49:41.746871Z",
            "url": "https://files.pythonhosted.org/packages/20/c8/7d2676888692c6e22e9702f79d30669c9ea04187a8a43493f588aae2a9ac/pybedrock-0.0.6-cp39-cp39-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "304c6f38659cc076e0963f2f117cb53f9d1f9528f5ab34b07b900dfb3c7a1dff",
                "md5": "ebc3527f9507ea4112e8c066d36a73d7",
                "sha256": "5b4745fe913e64327326a463f68b5dd383c5f674fd0b56f44c9b0097f011a540"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp39-cp39-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "ebc3527f9507ea4112e8c066d36a73d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 780150,
            "upload_time": "2023-03-26T05:49:44",
            "upload_time_iso_8601": "2023-03-26T05:49:44.554858Z",
            "url": "https://files.pythonhosted.org/packages/30/4c/6f38659cc076e0963f2f117cb53f9d1f9528f5ab34b07b900dfb3c7a1dff/pybedrock-0.0.6-cp39-cp39-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c46f08e70a142dea843b2ca7cfdeff43958fa812e145cd79d69cdaae44122ae6",
                "md5": "559427b263db4815fb805ca6b54b5645",
                "sha256": "fbbc5763757c9ca0c9d91be8d37c132ee2a15cf825a3338c48b93ebd60f62bd5"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "559427b263db4815fb805ca6b54b5645",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 722232,
            "upload_time": "2023-03-26T05:49:47",
            "upload_time_iso_8601": "2023-03-26T05:49:47.201550Z",
            "url": "https://files.pythonhosted.org/packages/c4/6f/08e70a142dea843b2ca7cfdeff43958fa812e145cd79d69cdaae44122ae6/pybedrock-0.0.6-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f9604eb7d700a98a58f832dcaff53da8b9b6986e59a97852d5620404dec1508",
                "md5": "0301ca2d86c7d4dd2964f86ff82c772d",
                "sha256": "3c0c9a5bd58463859e07e31d8976f9df118ad41fbd2493625bda196cafd97a9f"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "0301ca2d86c7d4dd2964f86ff82c772d",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 209510,
            "upload_time": "2023-03-26T05:49:49",
            "upload_time_iso_8601": "2023-03-26T05:49:49.090366Z",
            "url": "https://files.pythonhosted.org/packages/8f/96/04eb7d700a98a58f832dcaff53da8b9b6986e59a97852d5620404dec1508/pybedrock-0.0.6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f44f6e528548b8e210a5ded06901a68bd11fbc83d84d35c629d67082b20ba588",
                "md5": "43084b719d3f1659b95bb60f35224878",
                "sha256": "f5ea8f1ef29f1c52994f2629da3af62a0c8969cbf7c83f07121015d6ce221e76"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "43084b719d3f1659b95bb60f35224878",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 186240,
            "upload_time": "2023-03-26T05:49:51",
            "upload_time_iso_8601": "2023-03-26T05:49:51.587462Z",
            "url": "https://files.pythonhosted.org/packages/f4/4f/6e528548b8e210a5ded06901a68bd11fbc83d84d35c629d67082b20ba588/pybedrock-0.0.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cc0a2a865025ac18cdf4f1a6535015de0efc473c56796812ff9f8bde2ca1feb",
                "md5": "0888aa4f90c5feb0ab34665d4b12e577",
                "sha256": "c3dbc776380fc2329abe88a23cd13c4c7ace455068e975e5ad5d6df5c752ee59"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0888aa4f90c5feb0ab34665d4b12e577",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 188015,
            "upload_time": "2023-03-26T05:49:53",
            "upload_time_iso_8601": "2023-03-26T05:49:53.672300Z",
            "url": "https://files.pythonhosted.org/packages/3c/c0/a2a865025ac18cdf4f1a6535015de0efc473c56796812ff9f8bde2ca1feb/pybedrock-0.0.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a8012c1727dcda77a64a1f478885886285c6ab22e8ea8f1c0a60efaa11f3cee",
                "md5": "4a1af9c6db30fe931e25bbc139e6e2fa",
                "sha256": "9dc150dc7bd5c1aef6b376c9f5f28813807432018992d04d913e155302d9e1e0"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4a1af9c6db30fe931e25bbc139e6e2fa",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 209510,
            "upload_time": "2023-03-26T05:49:55",
            "upload_time_iso_8601": "2023-03-26T05:49:55.839365Z",
            "url": "https://files.pythonhosted.org/packages/4a/80/12c1727dcda77a64a1f478885886285c6ab22e8ea8f1c0a60efaa11f3cee/pybedrock-0.0.6-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d410d1738cc53ae1cf176e3e84bcb2c6de5d133726c5258901d47ec73dc5d4a",
                "md5": "9a82660ff5cf1264ccb93182123e68c9",
                "sha256": "585cedee706eb001c1bd5db3bb6095e6b7b4e34ac37a41ec4b0b6b6c2bd57ddf"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9a82660ff5cf1264ccb93182123e68c9",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 186239,
            "upload_time": "2023-03-26T05:49:57",
            "upload_time_iso_8601": "2023-03-26T05:49:57.923399Z",
            "url": "https://files.pythonhosted.org/packages/2d/41/0d1738cc53ae1cf176e3e84bcb2c6de5d133726c5258901d47ec73dc5d4a/pybedrock-0.0.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd39d766372b6adb251dde35f275c162e65d76ebd40e57b350ce8b0f33ac6aaa",
                "md5": "388e6103ca1e7e46f1317ad1ace6894e",
                "sha256": "e4c9d34a17e3b2c213d60fcebde2599a9b6b36fa01dc3b9b152b2a3b9da86461"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "388e6103ca1e7e46f1317ad1ace6894e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 188013,
            "upload_time": "2023-03-26T05:49:59",
            "upload_time_iso_8601": "2023-03-26T05:49:59.890200Z",
            "url": "https://files.pythonhosted.org/packages/bd/39/d766372b6adb251dde35f275c162e65d76ebd40e57b350ce8b0f33ac6aaa/pybedrock-0.0.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cbc5f8a39dc20eb422dd0a2ab85f1e2d490a589b366336e270f3b6f4e735116",
                "md5": "c54205be671f940cb032cbaae76dc03b",
                "sha256": "60c2c2cb7b5e4901ee096fa414ae1f3ff78b0bfb158fc10b5e7ac0a90438836e"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c54205be671f940cb032cbaae76dc03b",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 209511,
            "upload_time": "2023-03-26T05:50:02",
            "upload_time_iso_8601": "2023-03-26T05:50:02.271477Z",
            "url": "https://files.pythonhosted.org/packages/2c/bc/5f8a39dc20eb422dd0a2ab85f1e2d490a589b366336e270f3b6f4e735116/pybedrock-0.0.6-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "023be08881e8aa6fd56e4b06dc84ce25a7253842a8a79e9a679c6299702204e6",
                "md5": "b46f24672b9dcbf647125369649a7222",
                "sha256": "daccc0294ebe9ccb178324a1fbea379aa1107eb25e6a7bcbfa0d41f8766d2267"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b46f24672b9dcbf647125369649a7222",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 186241,
            "upload_time": "2023-03-26T05:50:04",
            "upload_time_iso_8601": "2023-03-26T05:50:04.147874Z",
            "url": "https://files.pythonhosted.org/packages/02/3b/e08881e8aa6fd56e4b06dc84ce25a7253842a8a79e9a679c6299702204e6/pybedrock-0.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e41b5372f2a7dde5d3de47e67b76e4da29d2dd360669bdb6f57d1d2f9c07a36",
                "md5": "915a6ad2ba8b4e3bc2c2a1f2c92fdc6f",
                "sha256": "7da3617da4df73bff5064f1f6b790ae33b5cdec79d653a9d99358168737daf27"
            },
            "downloads": -1,
            "filename": "pybedrock-0.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "915a6ad2ba8b4e3bc2c2a1f2c92fdc6f",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 188015,
            "upload_time": "2023-03-26T05:50:06",
            "upload_time_iso_8601": "2023-03-26T05:50:06.777041Z",
            "url": "https://files.pythonhosted.org/packages/6e/41/b5372f2a7dde5d3de47e67b76e4da29d2dd360669bdb6f57d1d2f9c07a36/pybedrock-0.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-26 05:47:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "obscraft23",
    "github_project": "pybedrock",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pybedrock"
}
        
Elapsed time: 0.05341s