loro


Nameloro JSON
Version 1.3.4 PyPI version JSON
download
home_pageNone
SummaryPython bindings for [Loro](https://loro.dev)
upload_time2025-02-12 06:16:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords local-first crdt loro
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI version](https://badge.fury.io/py/loro.svg)](https://badge.fury.io/py/loro)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

<h1 align="center">loro-py</h1>

<p align="center">
  <a aria-label="X" href="https://x.com/loro_dev" target="_blank">
    <img alt="" src="https://img.shields.io/badge/Twitter-black?style=for-the-badge&logo=Twitter">
  </a>
  <a aria-label="Discord-Link" href="https://discord.gg/tUsBSVfqzf" target="_blank">
    <img alt="" src="https://img.shields.io/badge/Discord-black?style=for-the-badge&logo=discord">
  </a>
</p>

Python bindings for [Loro CRDT](https://github.com/loro-dev/loro). If you have any issues or suggestions, please feel free to create an issue or join
our [Discord](https://discord.gg/tUsBSVfqzf) community.

## Features

-   High-performance CRDT operations with Rust implementation
-   Rich data types support: Text, List, Map, Tree, Movable List, Counter
-   Python-friendly API design

## Installation

```shell
pip install loro==1.3.3
```

## Quick Start

```python
from loro import LoroDoc

# Create a new document
doc = LoroDoc()
# Get a text container
text = doc.get_text("text")
# Insert text
text.insert(0, "Hello, Loro!")
doc.subscribe(lambda e: print(e))
doc.commit()
```

## Development

### Prerequisites

-   Python 3.8+
-   Rust toolchain
-   [maturin](https://github.com/PyO3/maturin)

### Setup Development Environment

1. Clone the repository

```shell
git clone https://github.com/loro-dev/loro-py
cd loro-py
```

2. Install development dependencies and run

```shell
# choose your python venv
pip install maturin
maturin develop
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "loro",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "local-first, CRDT, loro",
    "author": null,
    "author_email": "leon7hao <lz@loro.dev>",
    "download_url": "https://files.pythonhosted.org/packages/63/1b/4945739a1a7809d9df5d84bd0827b5fab5a3263b962f39acf35ef2e23767/loro-1.3.4.tar.gz",
    "platform": null,
    "description": "[![PyPI version](https://badge.fury.io/py/loro.svg)](https://badge.fury.io/py/loro)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n<h1 align=\"center\">loro-py</h1>\n\n<p align=\"center\">\n  <a aria-label=\"X\" href=\"https://x.com/loro_dev\" target=\"_blank\">\n    <img alt=\"\" src=\"https://img.shields.io/badge/Twitter-black?style=for-the-badge&logo=Twitter\">\n  </a>\n  <a aria-label=\"Discord-Link\" href=\"https://discord.gg/tUsBSVfqzf\" target=\"_blank\">\n    <img alt=\"\" src=\"https://img.shields.io/badge/Discord-black?style=for-the-badge&logo=discord\">\n  </a>\n</p>\n\nPython bindings for [Loro CRDT](https://github.com/loro-dev/loro). If you have any issues or suggestions, please feel free to create an issue or join\nour [Discord](https://discord.gg/tUsBSVfqzf) community.\n\n## Features\n\n-   High-performance CRDT operations with Rust implementation\n-   Rich data types support: Text, List, Map, Tree, Movable List, Counter\n-   Python-friendly API design\n\n## Installation\n\n```shell\npip install loro==1.3.3\n```\n\n## Quick Start\n\n```python\nfrom loro import LoroDoc\n\n# Create a new document\ndoc = LoroDoc()\n# Get a text container\ntext = doc.get_text(\"text\")\n# Insert text\ntext.insert(0, \"Hello, Loro!\")\ndoc.subscribe(lambda e: print(e))\ndoc.commit()\n```\n\n## Development\n\n### Prerequisites\n\n-   Python 3.8+\n-   Rust toolchain\n-   [maturin](https://github.com/PyO3/maturin)\n\n### Setup Development Environment\n\n1. Clone the repository\n\n```shell\ngit clone https://github.com/loro-dev/loro-py\ncd loro-py\n```\n\n2. Install development dependencies and run\n\n```shell\n# choose your python venv\npip install maturin\nmaturin develop\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python bindings for [Loro](https://loro.dev)",
    "version": "1.3.4",
    "project_urls": {
        "Homepage": "https://loro.dev",
        "Repository": "https://github.com/loro-dev/loro-py"
    },
    "split_keywords": [
        "local-first",
        " crdt",
        " loro"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "08037dadc391d558f0772445540f63401788702fd0a9601710652b94539df4ca",
                "md5": "90f13466e848dd03ebed8b3898dd2637",
                "sha256": "d13740544d4e1f0bdf9d181242f9522e30c69b1267366121566cf271b8aa84a3"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "90f13466e848dd03ebed8b3898dd2637",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2915702,
            "upload_time": "2025-02-12T06:12:59",
            "upload_time_iso_8601": "2025-02-12T06:12:59.770168Z",
            "url": "https://files.pythonhosted.org/packages/08/03/7dadc391d558f0772445540f63401788702fd0a9601710652b94539df4ca/loro-1.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4396054b2359ba4c319308393c9f5bc55c69aee6e075af0eea59c5e5756c4740",
                "md5": "8922bcdb9910bf6c6f2fff358decfae6",
                "sha256": "c2031ed7d239bd1de4b9847c77ca95a083a41f0026cd15c1cfaef0f2702ea2fc"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8922bcdb9910bf6c6f2fff358decfae6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2986192,
            "upload_time": "2025-02-12T06:13:22",
            "upload_time_iso_8601": "2025-02-12T06:13:22.071685Z",
            "url": "https://files.pythonhosted.org/packages/43/96/054b2359ba4c319308393c9f5bc55c69aee6e075af0eea59c5e5756c4740/loro-1.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "552b524221c454d0efef2828b5856304b079b15d480cca45ca5e3fd3b90d85c2",
                "md5": "84e9a9aefad13246bd358c6051286b9d",
                "sha256": "da6daee19bcd1907c87754f8703730f1516f3ad76ff07b6761a27788f91288db"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "84e9a9aefad13246bd358c6051286b9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3226671,
            "upload_time": "2025-02-12T06:13:40",
            "upload_time_iso_8601": "2025-02-12T06:13:40.669799Z",
            "url": "https://files.pythonhosted.org/packages/55/2b/524221c454d0efef2828b5856304b079b15d480cca45ca5e3fd3b90d85c2/loro-1.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32c0227ecb810feffd8f7141e98a784c4a75f522ffae9cd828a180d4985862b7",
                "md5": "afb54fac38b3cc928c5ada764bc749a6",
                "sha256": "6a0a3c6c6641c52743debe616b1215a8b03f42260ce8242fc990fca25a81c25e"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "afb54fac38b3cc928c5ada764bc749a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3611630,
            "upload_time": "2025-02-12T06:13:59",
            "upload_time_iso_8601": "2025-02-12T06:13:59.007212Z",
            "url": "https://files.pythonhosted.org/packages/32/c0/227ecb810feffd8f7141e98a784c4a75f522ffae9cd828a180d4985862b7/loro-1.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e73d538a46d69922bdca0578465056381d3e8d66838a94c8e5462f14b2ee0aca",
                "md5": "392646477baedb50ee73510256c6c41b",
                "sha256": "b334ac746eedb9bd1834c3585286faf7d9fab7e5b8095733d6946910a470b62a"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "392646477baedb50ee73510256c6c41b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3049733,
            "upload_time": "2025-02-12T06:14:31",
            "upload_time_iso_8601": "2025-02-12T06:14:31.750132Z",
            "url": "https://files.pythonhosted.org/packages/e7/3d/538a46d69922bdca0578465056381d3e8d66838a94c8e5462f14b2ee0aca/loro-1.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8ea83807a79be9634e030778d31761a8cccc9c5bc7a2c6046b550a81a979d096",
                "md5": "faaadca23bb27edd6c9c57c5d7bbbb1d",
                "sha256": "5806f99a630375a286fb1da338ae46c9719ae929e6ef122e9cc46a9464c9b5c4"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "faaadca23bb27edd6c9c57c5d7bbbb1d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3318773,
            "upload_time": "2025-02-12T06:14:19",
            "upload_time_iso_8601": "2025-02-12T06:14:19.890528Z",
            "url": "https://files.pythonhosted.org/packages/8e/a8/3807a79be9634e030778d31761a8cccc9c5bc7a2c6046b550a81a979d096/loro-1.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc07961c5362af9e7660941c22db4d8cb6038247bba250938df9c5a6a2beb74d",
                "md5": "633c21d347d10c5e1e1b884fa9727c48",
                "sha256": "7f25ce15cf5f77a93f239859af78765fd4da6c69075ab7c10328d85d31f68906"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "633c21d347d10c5e1e1b884fa9727c48",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3024356,
            "upload_time": "2025-02-12T06:14:56",
            "upload_time_iso_8601": "2025-02-12T06:14:56.849831Z",
            "url": "https://files.pythonhosted.org/packages/dc/07/961c5362af9e7660941c22db4d8cb6038247bba250938df9c5a6a2beb74d/loro-1.3.4-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0e633fa02ccebe9f7d4c32f3843fc55dd6b25a05bbeb01e8ac5703ee941f9cd8",
                "md5": "1483d1864985e95cf097d510dd5b6fc3",
                "sha256": "012c123baa94669499dd8c001b20aa3bfa9377387890afd886585749f5354878"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1483d1864985e95cf097d510dd5b6fc3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3203556,
            "upload_time": "2025-02-12T06:15:15",
            "upload_time_iso_8601": "2025-02-12T06:15:15.169675Z",
            "url": "https://files.pythonhosted.org/packages/0e/63/3fa02ccebe9f7d4c32f3843fc55dd6b25a05bbeb01e8ac5703ee941f9cd8/loro-1.3.4-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b8bee302f984028579991bebd44e62cd92bd2fa0fe40100363940a96628979a",
                "md5": "74bb3624934012c5fb85a7c3cfad415b",
                "sha256": "312154eead2a22a64bd70a71b7bc4c4d406285e94683b19424f362732d819326"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "74bb3624934012c5fb85a7c3cfad415b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3263464,
            "upload_time": "2025-02-12T06:15:34",
            "upload_time_iso_8601": "2025-02-12T06:15:34.590012Z",
            "url": "https://files.pythonhosted.org/packages/3b/8b/ee302f984028579991bebd44e62cd92bd2fa0fe40100363940a96628979a/loro-1.3.4-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "881a67920e1f7d43c08718feac99a82cc92662fe5d1353868e3fb4fe62194597",
                "md5": "6543a6d27ab1e2bc7092d850c23d30d8",
                "sha256": "a7e234973d3452c94d9fdc5d6c478f70941c7e6cb5f04d54d201ebbb2f777f8e"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6543a6d27ab1e2bc7092d850c23d30d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3186407,
            "upload_time": "2025-02-12T06:15:57",
            "upload_time_iso_8601": "2025-02-12T06:15:57.611471Z",
            "url": "https://files.pythonhosted.org/packages/88/1a/67920e1f7d43c08718feac99a82cc92662fe5d1353868e3fb4fe62194597/loro-1.3.4-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "59d32c33d5b95408e7727c510dbb05d61708403fc100be3d98df0f3c35c50bb3",
                "md5": "6589d59c258d98f93b4779c4eb823c4c",
                "sha256": "4a1d31754ac15965b1959d4153f02cf493412c66382fe56987a86acefd6324c1"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "6589d59c258d98f93b4779c4eb823c4c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2431671,
            "upload_time": "2025-02-12T06:16:35",
            "upload_time_iso_8601": "2025-02-12T06:16:35.307572Z",
            "url": "https://files.pythonhosted.org/packages/59/d3/2c33d5b95408e7727c510dbb05d61708403fc100be3d98df0f3c35c50bb3/loro-1.3.4-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f09868a9b63ab27ea4cd1ae0e5d99d05157ffe65f88097445b4554ff50de9a58",
                "md5": "3ec26fae75cdaaf2ec7850bdcdeefe91",
                "sha256": "28cfc93cbdd1e3420dc869743cda6716ceec3dd6d7389fd981313db20320c3d1"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3ec26fae75cdaaf2ec7850bdcdeefe91",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2574764,
            "upload_time": "2025-02-12T06:16:21",
            "upload_time_iso_8601": "2025-02-12T06:16:21.449528Z",
            "url": "https://files.pythonhosted.org/packages/f0/98/68a9b63ab27ea4cd1ae0e5d99d05157ffe65f88097445b4554ff50de9a58/loro-1.3.4-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "65c9ae4349f1d3e850ec6d1243cd47c319b281ae1c7102583379cd44e58bb269",
                "md5": "091ac67b4b4fd952ff0de778865b762a",
                "sha256": "80b91ff4fdfc14630e1f5830cf7ae63e3d41113db55d78fd243f3bfbe367e201"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "091ac67b4b4fd952ff0de778865b762a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2933719,
            "upload_time": "2025-02-12T06:14:51",
            "upload_time_iso_8601": "2025-02-12T06:14:51.470778Z",
            "url": "https://files.pythonhosted.org/packages/65/c9/ae4349f1d3e850ec6d1243cd47c319b281ae1c7102583379cd44e58bb269/loro-1.3.4-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7a65e979025a7ecfcfb8b06afe73a88a601a268f483759560be326ed6225206",
                "md5": "79f3c9f673481713e6b601ee3575e7f1",
                "sha256": "afbf02c776b4b00abeec0cb663ea4183f8d66a676ab2c3a77047d7008c649721"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "79f3c9f673481713e6b601ee3575e7f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2725130,
            "upload_time": "2025-02-12T06:14:43",
            "upload_time_iso_8601": "2025-02-12T06:14:43.968263Z",
            "url": "https://files.pythonhosted.org/packages/b7/a6/5e979025a7ecfcfb8b06afe73a88a601a268f483759560be326ed6225206/loro-1.3.4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3bdd25147a61092d671440a529f88bc3fe8bd73bc401d65209096c36780f87d7",
                "md5": "d9fc8b257e33adc9f16d87c56d023f60",
                "sha256": "571e8d3b7452c1bc02ae5493afcba3aad2cd9f6c4ffa1750a947567db885138e"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d9fc8b257e33adc9f16d87c56d023f60",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2915567,
            "upload_time": "2025-02-12T06:13:02",
            "upload_time_iso_8601": "2025-02-12T06:13:02.517653Z",
            "url": "https://files.pythonhosted.org/packages/3b/dd/25147a61092d671440a529f88bc3fe8bd73bc401d65209096c36780f87d7/loro-1.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a362452ba65701041e3f1222c62360a2226611a550d4b9009bb0f3da51446fb",
                "md5": "df0c7bfbe7ca1fd9c7c1eaf142d2ba1b",
                "sha256": "66b61f4a5f0a7076cec0505c27216dd78ff1346f3f736f3616b296ffc9f7fc02"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "df0c7bfbe7ca1fd9c7c1eaf142d2ba1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2986600,
            "upload_time": "2025-02-12T06:13:24",
            "upload_time_iso_8601": "2025-02-12T06:13:24.963046Z",
            "url": "https://files.pythonhosted.org/packages/9a/36/2452ba65701041e3f1222c62360a2226611a550d4b9009bb0f3da51446fb/loro-1.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1463e011d855916f535f3de05321cbab24e36ccf8f2c13961e349dab61fe7b4e",
                "md5": "baf54ddc87a86737271c6d7187afbf03",
                "sha256": "8585efbe6bc5e7b5e5b3b3debd4dade58ec387deaf181c5ac65b7d3833cafa4a"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "baf54ddc87a86737271c6d7187afbf03",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3226219,
            "upload_time": "2025-02-12T06:13:43",
            "upload_time_iso_8601": "2025-02-12T06:13:43.087825Z",
            "url": "https://files.pythonhosted.org/packages/14/63/e011d855916f535f3de05321cbab24e36ccf8f2c13961e349dab61fe7b4e/loro-1.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fcb6257f49910816b144a073c8f4fa62ff366dbe9d0283295f75cd4f99f991b5",
                "md5": "a5c56cf2c6de114835ba758eb285129f",
                "sha256": "7cb71919bd54ecd56a4fe772d0efe6e307b33b519b70e897751d50a8e2d34eea"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "a5c56cf2c6de114835ba758eb285129f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3610594,
            "upload_time": "2025-02-12T06:14:01",
            "upload_time_iso_8601": "2025-02-12T06:14:01.549469Z",
            "url": "https://files.pythonhosted.org/packages/fc/b6/257f49910816b144a073c8f4fa62ff366dbe9d0283295f75cd4f99f991b5/loro-1.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d294a12b44e276eea0fb71e057cb765a0196a665aab26f280483c86ffaa7657",
                "md5": "c6b77ec53380219164d4c7d33f93ce41",
                "sha256": "3209bc5960ecdca4def8b42312d0c2731e4aaf15db068a6e3102e6799430e7d2"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c6b77ec53380219164d4c7d33f93ce41",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3049822,
            "upload_time": "2025-02-12T06:14:33",
            "upload_time_iso_8601": "2025-02-12T06:14:33.471795Z",
            "url": "https://files.pythonhosted.org/packages/8d/29/4a12b44e276eea0fb71e057cb765a0196a665aab26f280483c86ffaa7657/loro-1.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca3568449a32b7df9990f343b8641065802f30bfd6e936f67084ceeb307875d2",
                "md5": "72a51b22a14f262e9cd80e929a78a49d",
                "sha256": "4f1f526d852f986780a9fb5806eb60aa1bb423bfbdf2ac6325178c0f7bbdac09"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "72a51b22a14f262e9cd80e929a78a49d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3319146,
            "upload_time": "2025-02-12T06:14:21",
            "upload_time_iso_8601": "2025-02-12T06:14:21.613347Z",
            "url": "https://files.pythonhosted.org/packages/ca/35/68449a32b7df9990f343b8641065802f30bfd6e936f67084ceeb307875d2/loro-1.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f80f4590036bf43ae9de38804eb6e953a7082b3064ef95c30415831157d89ba9",
                "md5": "013dbacb5767159ec0df6f06a80bb5c7",
                "sha256": "c671137bbdaf1f6d113bcca2a49cb1043f5cdddd5f8f08be5f021756b8602afd"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "013dbacb5767159ec0df6f06a80bb5c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3025361,
            "upload_time": "2025-02-12T06:14:59",
            "upload_time_iso_8601": "2025-02-12T06:14:59.487596Z",
            "url": "https://files.pythonhosted.org/packages/f8/0f/4590036bf43ae9de38804eb6e953a7082b3064ef95c30415831157d89ba9/loro-1.3.4-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7655ba86023fc27b35431d95d9595b6b84cd482ae2c1d4f23bd0e5729c06a07",
                "md5": "dc9c89fa931c05cc24ba31afc4e4505e",
                "sha256": "413bead075036a31432c2a9a6c1a08a47f13a2c1612756e78dbe9787d6db1312"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "dc9c89fa931c05cc24ba31afc4e4505e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3203659,
            "upload_time": "2025-02-12T06:15:16",
            "upload_time_iso_8601": "2025-02-12T06:15:16.970640Z",
            "url": "https://files.pythonhosted.org/packages/b7/65/5ba86023fc27b35431d95d9595b6b84cd482ae2c1d4f23bd0e5729c06a07/loro-1.3.4-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53d57cc754924d70f944f546e9cf051cadc6eae2d5b31a87601c0917c67a712f",
                "md5": "05b6f39ce6fb6e232946de52c2a74ce0",
                "sha256": "5bd84f7c05d5d124c71ea01f92ea462bafd3992abadcb8653daa4b8ba85a4d21"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "05b6f39ce6fb6e232946de52c2a74ce0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3264485,
            "upload_time": "2025-02-12T06:15:36",
            "upload_time_iso_8601": "2025-02-12T06:15:36.419746Z",
            "url": "https://files.pythonhosted.org/packages/53/d5/7cc754924d70f944f546e9cf051cadc6eae2d5b31a87601c0917c67a712f/loro-1.3.4-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d1abff88d2a84db8592ed1d4f51c4a557d9179b5f88006394b58e279bd18df8f",
                "md5": "6d1588a276883f8d7d98592146d74d10",
                "sha256": "1009a45371a833a5c77f738fd19ab8adc3f0b99ab6253c73564588b40058e4e7"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6d1588a276883f8d7d98592146d74d10",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3186261,
            "upload_time": "2025-02-12T06:15:59",
            "upload_time_iso_8601": "2025-02-12T06:15:59.494235Z",
            "url": "https://files.pythonhosted.org/packages/d1/ab/ff88d2a84db8592ed1d4f51c4a557d9179b5f88006394b58e279bd18df8f/loro-1.3.4-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33ccaa154bbefafee306c1aa74f56810dd9b6adb248a765c67c0444d27032614",
                "md5": "18ad13005083ef07fabe0c8b820c548b",
                "sha256": "5dbb52ac398fa991be065a95f47fbe22e94718e91e1e7fc217e395fffab959bc"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "18ad13005083ef07fabe0c8b820c548b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2431978,
            "upload_time": "2025-02-12T06:16:37",
            "upload_time_iso_8601": "2025-02-12T06:16:37.199991Z",
            "url": "https://files.pythonhosted.org/packages/33/cc/aa154bbefafee306c1aa74f56810dd9b6adb248a765c67c0444d27032614/loro-1.3.4-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bab35dd819c87cb53e171fe2013518d1d09aae47481c45614511cab6a73d5532",
                "md5": "16afe7901499218464c50bb46bfabb25",
                "sha256": "df6c380b2c3a14ebed0ae3bdeeb9d89869136dc3a074a5370fea2f1baf469f66"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "16afe7901499218464c50bb46bfabb25",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2574871,
            "upload_time": "2025-02-12T06:16:23",
            "upload_time_iso_8601": "2025-02-12T06:16:23.871249Z",
            "url": "https://files.pythonhosted.org/packages/ba/b3/5dd819c87cb53e171fe2013518d1d09aae47481c45614511cab6a73d5532/loro-1.3.4-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5aa6a9448e4f24216ca3033561fb11a70d30c3a474e0465e811b25a71370e86f",
                "md5": "6ba6c46a7a185e54255b5d52c8221b71",
                "sha256": "a98772d42242cd0ca7b3e57445bbf387cf0e585c288314647324afb50497bf85"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6ba6c46a7a185e54255b5d52c8221b71",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2920397,
            "upload_time": "2025-02-12T06:14:53",
            "upload_time_iso_8601": "2025-02-12T06:14:53.205168Z",
            "url": "https://files.pythonhosted.org/packages/5a/a6/a9448e4f24216ca3033561fb11a70d30c3a474e0465e811b25a71370e86f/loro-1.3.4-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "883b425d6410319828ef92021613577e19879266bc785982df868385e036cba6",
                "md5": "1095f956102e170b2573ca4b1e8be544",
                "sha256": "5051243bac5ffb76cbbcade1f5ca44973b320349df0c871337b89ce154c53cd3"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1095f956102e170b2573ca4b1e8be544",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2712137,
            "upload_time": "2025-02-12T06:14:46",
            "upload_time_iso_8601": "2025-02-12T06:14:46.132540Z",
            "url": "https://files.pythonhosted.org/packages/88/3b/425d6410319828ef92021613577e19879266bc785982df868385e036cba6/loro-1.3.4-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "74e19d3d67b7d3f930a7e7e16386c0672ccf9f52d82e8d95625b3388bc6e48c6",
                "md5": "a50b198e60585fed9ce0e0720a21e17c",
                "sha256": "df41f54739647a5e73ffc92b1b25523f7313a9b2d45cde80fccbc2ce92fa80d9"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a50b198e60585fed9ce0e0720a21e17c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2918284,
            "upload_time": "2025-02-12T06:13:04",
            "upload_time_iso_8601": "2025-02-12T06:13:04.969827Z",
            "url": "https://files.pythonhosted.org/packages/74/e1/9d3d67b7d3f930a7e7e16386c0672ccf9f52d82e8d95625b3388bc6e48c6/loro-1.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "91f062551f08c8d9437833070cdd669d0762345fcbdb673a9eeb0f40fdfe8423",
                "md5": "5b2c253b711c40d75f80efca72e1caa7",
                "sha256": "4d50fac3b99c4c21e49f4f879d08fab1a560a2ba239b1f247c3ec30df0beb4e0"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "5b2c253b711c40d75f80efca72e1caa7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2993225,
            "upload_time": "2025-02-12T06:13:27",
            "upload_time_iso_8601": "2025-02-12T06:13:27.368002Z",
            "url": "https://files.pythonhosted.org/packages/91/f0/62551f08c8d9437833070cdd669d0762345fcbdb673a9eeb0f40fdfe8423/loro-1.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "45948aa66cc304b8c58d50488e3487b86d559583dd48827df16642d286175e19",
                "md5": "368b1085dc62b87b01b14f7b38b8d855",
                "sha256": "785916d909e4a828b5003cc13d39ccb19857b7ac2cf6491149c80e980ff08e8d"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "368b1085dc62b87b01b14f7b38b8d855",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3230125,
            "upload_time": "2025-02-12T06:13:45",
            "upload_time_iso_8601": "2025-02-12T06:13:45.007653Z",
            "url": "https://files.pythonhosted.org/packages/45/94/8aa66cc304b8c58d50488e3487b86d559583dd48827df16642d286175e19/loro-1.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e244be8605a912139c8572e3260e34333d96181abb3fa5d89ac4ff435925c7df",
                "md5": "77802dac26d70fe59b8ca7c87dd9d4ef",
                "sha256": "84b752a8c30153334e4400226b1150f652ef2130a6378384dbceb88023c41f62"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "77802dac26d70fe59b8ca7c87dd9d4ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3602125,
            "upload_time": "2025-02-12T06:14:03",
            "upload_time_iso_8601": "2025-02-12T06:14:03.873788Z",
            "url": "https://files.pythonhosted.org/packages/e2/44/be8605a912139c8572e3260e34333d96181abb3fa5d89ac4ff435925c7df/loro-1.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a8e9eea37bc02006228e5c9bdfb1134c9be01230f31f196b8f6832d3099faa4c",
                "md5": "8e611598ac052409eecb4433789d3241",
                "sha256": "266f2ab45b5c227449d43495e31bb87d5202e8d48cfef394908836249193a8ac"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8e611598ac052409eecb4433789d3241",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3056563,
            "upload_time": "2025-02-12T06:14:35",
            "upload_time_iso_8601": "2025-02-12T06:14:35.014259Z",
            "url": "https://files.pythonhosted.org/packages/a8/e9/eea37bc02006228e5c9bdfb1134c9be01230f31f196b8f6832d3099faa4c/loro-1.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fdea3e7bb3c1b71bbcbff8bc93b4b7e4d470c4a73ce52cce824a9b975b742470",
                "md5": "abbeace06fc8eb55b08ded4a7d1ddd9f",
                "sha256": "8833db51fb5f91e38d848751ec397aa788b0a27ff9e02e63648db4d6c122751b"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "abbeace06fc8eb55b08ded4a7d1ddd9f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3322202,
            "upload_time": "2025-02-12T06:14:23",
            "upload_time_iso_8601": "2025-02-12T06:14:23.275105Z",
            "url": "https://files.pythonhosted.org/packages/fd/ea/3e7bb3c1b71bbcbff8bc93b4b7e4d470c4a73ce52cce824a9b975b742470/loro-1.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "92e734c704fb266721b78aedab7c7a2353c9f8666c9cb7f42c68057ab02534fe",
                "md5": "783c8d5775e7a339e0b00840cd6e9a76",
                "sha256": "00885d5d569c4bec8ce683ce154b98bb0f66cd0e293d7db929d87cbda054fe0c"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "783c8d5775e7a339e0b00840cd6e9a76",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3031028,
            "upload_time": "2025-02-12T06:15:01",
            "upload_time_iso_8601": "2025-02-12T06:15:01.169646Z",
            "url": "https://files.pythonhosted.org/packages/92/e7/34c704fb266721b78aedab7c7a2353c9f8666c9cb7f42c68057ab02534fe/loro-1.3.4-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "007f4430932229f44f5038f96de8d3adc432495607c02dcfde2aed368293ee74",
                "md5": "51a15e69f2a663638d67fd75976f4408",
                "sha256": "1e6b9bf98e6c3401d0be90e2a70ddbddea71d8e1b6d78261f80203cc5814a396"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "51a15e69f2a663638d67fd75976f4408",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3208734,
            "upload_time": "2025-02-12T06:15:18",
            "upload_time_iso_8601": "2025-02-12T06:15:18.672820Z",
            "url": "https://files.pythonhosted.org/packages/00/7f/4430932229f44f5038f96de8d3adc432495607c02dcfde2aed368293ee74/loro-1.3.4-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b403a0208bd5ffee30f4277006508bd18718ed6dcfe299d35ab38d03fe21b203",
                "md5": "68a13dfc2001706800fabbe3fedf01b2",
                "sha256": "86e3391293736bfa516265a807f5555e2e513d0bc70de6a3b65374be25caf381"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "68a13dfc2001706800fabbe3fedf01b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3268770,
            "upload_time": "2025-02-12T06:15:40",
            "upload_time_iso_8601": "2025-02-12T06:15:40.175839Z",
            "url": "https://files.pythonhosted.org/packages/b4/03/a0208bd5ffee30f4277006508bd18718ed6dcfe299d35ab38d03fe21b203/loro-1.3.4-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eedba3bdbbd8386350ce877c56eea98cefd4a4bf16b1811dd42c7ad612a8b633",
                "md5": "673395c5806037890f047b6d2acaf1ed",
                "sha256": "94bf2769d59deb3054371892a76ef9b98eb9ad77a54f53c1052f7c000035adf7"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "673395c5806037890f047b6d2acaf1ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3189773,
            "upload_time": "2025-02-12T06:16:01",
            "upload_time_iso_8601": "2025-02-12T06:16:01.491980Z",
            "url": "https://files.pythonhosted.org/packages/ee/db/a3bdbbd8386350ce877c56eea98cefd4a4bf16b1811dd42c7ad612a8b633/loro-1.3.4-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c3cbf2350d5088f5a2c1b6077c5638e315af605bfb230b66cbddb95ac6d40d51",
                "md5": "24c08fa7aaa02ef74a0bd10bc3194c7f",
                "sha256": "afe2d1c5b42fb96a5ca0c8145d551ec8161cb586bb80a18e965e018032dff53c"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "24c08fa7aaa02ef74a0bd10bc3194c7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2433488,
            "upload_time": "2025-02-12T06:16:39",
            "upload_time_iso_8601": "2025-02-12T06:16:39.246458Z",
            "url": "https://files.pythonhosted.org/packages/c3/cb/f2350d5088f5a2c1b6077c5638e315af605bfb230b66cbddb95ac6d40d51/loro-1.3.4-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5ab13b58a59e97f9849e2c08a5de8840d9ec3e018533682e58267cb0c2f6ea72",
                "md5": "1cd3c2e6ca56bdf03c3b01e50a1d82e4",
                "sha256": "cab59cb46e0717af7243d349631b7acadc40d1bf8f598cdc6887c1844c68b716"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1cd3c2e6ca56bdf03c3b01e50a1d82e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2579800,
            "upload_time": "2025-02-12T06:16:26",
            "upload_time_iso_8601": "2025-02-12T06:16:26.014402Z",
            "url": "https://files.pythonhosted.org/packages/5a/b1/3b58a59e97f9849e2c08a5de8840d9ec3e018533682e58267cb0c2f6ea72/loro-1.3.4-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a3628cbe16b5f198d02e98e69de00b42b7c30c95d302b629e36c295b03c7157",
                "md5": "ebf22c505a28e308f525eec3aefeeb0a",
                "sha256": "f8da9cf8bac48516b41293510c02573a5e73b1d1dee6741882b28a01545b51c3"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ebf22c505a28e308f525eec3aefeeb0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2920313,
            "upload_time": "2025-02-12T06:14:55",
            "upload_time_iso_8601": "2025-02-12T06:14:55.010293Z",
            "url": "https://files.pythonhosted.org/packages/2a/36/28cbe16b5f198d02e98e69de00b42b7c30c95d302b629e36c295b03c7157/loro-1.3.4-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "500af369c94deb497efda9d66ef341a4c9f8b25230af1d8ce9dd32606571dabb",
                "md5": "fb5a1ec42236a3f6eaf7ad01059ebb15",
                "sha256": "21584144fb9de98a1eafc6c6062486a479c623396b38a3e3897b00a6042c3c57"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fb5a1ec42236a3f6eaf7ad01059ebb15",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2711837,
            "upload_time": "2025-02-12T06:14:49",
            "upload_time_iso_8601": "2025-02-12T06:14:49.709705Z",
            "url": "https://files.pythonhosted.org/packages/50/0a/f369c94deb497efda9d66ef341a4c9f8b25230af1d8ce9dd32606571dabb/loro-1.3.4-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ffb655b17af39f291e1630a3c8e00b2c8ea32333667f6fac50e83e0efee6cf8",
                "md5": "e79641caaf07e4448cf1a0863464b47e",
                "sha256": "8c165695d321fb59ec92e0db9a6165bfa8fd40dd27a4a7a27fa36355f16b73d6"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e79641caaf07e4448cf1a0863464b47e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2918022,
            "upload_time": "2025-02-12T06:13:06",
            "upload_time_iso_8601": "2025-02-12T06:13:06.503261Z",
            "url": "https://files.pythonhosted.org/packages/9f/fb/655b17af39f291e1630a3c8e00b2c8ea32333667f6fac50e83e0efee6cf8/loro-1.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b869a7e6ce85c7a853389d6823e308bdefbbb404ca116fe477dd4121c3707935",
                "md5": "777148c316feb849c8030c3d39f7709d",
                "sha256": "7f61d3783ee10bf53878c31ec19b4db1ef7d86f471a81a87b1e9c040f677b891"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "777148c316feb849c8030c3d39f7709d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2992068,
            "upload_time": "2025-02-12T06:13:28",
            "upload_time_iso_8601": "2025-02-12T06:13:28.905999Z",
            "url": "https://files.pythonhosted.org/packages/b8/69/a7e6ce85c7a853389d6823e308bdefbbb404ca116fe477dd4121c3707935/loro-1.3.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "526a00f0182feae5c837d68ed7fbd48ee642f0c90ad7ae5aa2de08d39ca50341",
                "md5": "aa11163c31ff0a36c6050801b937fb52",
                "sha256": "93d9d14ab17099b7baaab1f8c3352ea834984841733e699b1d59690e3ffd3133"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "aa11163c31ff0a36c6050801b937fb52",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3230046,
            "upload_time": "2025-02-12T06:13:46",
            "upload_time_iso_8601": "2025-02-12T06:13:46.770126Z",
            "url": "https://files.pythonhosted.org/packages/52/6a/00f0182feae5c837d68ed7fbd48ee642f0c90ad7ae5aa2de08d39ca50341/loro-1.3.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9b6f18174d8214f30d7b1367899c4f7e00695b8eab4d84376fd98cfee8ca395",
                "md5": "30d9ea3603bff7be28bb5175e425dc1d",
                "sha256": "e6eafd3baa1c35fe475b7f09592b91c1110e01354f7c63675a8b663d48bbb7a8"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "30d9ea3603bff7be28bb5175e425dc1d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3602136,
            "upload_time": "2025-02-12T06:14:06",
            "upload_time_iso_8601": "2025-02-12T06:14:06.793061Z",
            "url": "https://files.pythonhosted.org/packages/a9/b6/f18174d8214f30d7b1367899c4f7e00695b8eab4d84376fd98cfee8ca395/loro-1.3.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f28c1c416eb3b29d17850cdadf98711b4e95a0d664bfbbc32e372640d004cdb",
                "md5": "18321e26cd6487e2ff268953a63cb3f3",
                "sha256": "38e25b520c380468aaa08fdd42f423b88d6af51441fce1da85a390f6bccd1f99"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "18321e26cd6487e2ff268953a63cb3f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3056411,
            "upload_time": "2025-02-12T06:14:36",
            "upload_time_iso_8601": "2025-02-12T06:14:36.950756Z",
            "url": "https://files.pythonhosted.org/packages/0f/28/c1c416eb3b29d17850cdadf98711b4e95a0d664bfbbc32e372640d004cdb/loro-1.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "70a17e911917d29027043a6f8bc7f4254a1af37d538afab487c7d2e697966438",
                "md5": "efc0ac830959e3f0987cac2de77cfec0",
                "sha256": "ba1a5dca8260bd6d15d16daa8dc8e9d87d7bd23f2ad12536c209056285a0434e"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "efc0ac830959e3f0987cac2de77cfec0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3320960,
            "upload_time": "2025-02-12T06:14:24",
            "upload_time_iso_8601": "2025-02-12T06:14:24.947787Z",
            "url": "https://files.pythonhosted.org/packages/70/a1/7e911917d29027043a6f8bc7f4254a1af37d538afab487c7d2e697966438/loro-1.3.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52d2a015e21c907923baa40a4207a6d6c1ec49d2e6330ec2c6f9685448a20eab",
                "md5": "f9f4076d257b6fe3400781b1e2a64645",
                "sha256": "f664f8ae1339fffe8561c4cbf7650001681a3b0d690c26b382eafeb2b69a7695"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f9f4076d257b6fe3400781b1e2a64645",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3030914,
            "upload_time": "2025-02-12T06:15:03",
            "upload_time_iso_8601": "2025-02-12T06:15:03.070038Z",
            "url": "https://files.pythonhosted.org/packages/52/d2/a015e21c907923baa40a4207a6d6c1ec49d2e6330ec2c6f9685448a20eab/loro-1.3.4-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "640583e98bb0f38460d6a390e1f935573892f217b19991fbc11d6c073f691606",
                "md5": "dc209342270cf4f8cbc3519a95172671",
                "sha256": "561899da7df692a83165e487df5968a57b02aedd3196ce4cd8568bee1424a896"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "dc209342270cf4f8cbc3519a95172671",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3207955,
            "upload_time": "2025-02-12T06:15:20",
            "upload_time_iso_8601": "2025-02-12T06:15:20.449779Z",
            "url": "https://files.pythonhosted.org/packages/64/05/83e98bb0f38460d6a390e1f935573892f217b19991fbc11d6c073f691606/loro-1.3.4-cp313-cp313-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0d60aa2f0b66161f1f1ff081a9dba77b8a764c5ac03edf6fb8f968d91557ed0b",
                "md5": "cab83d08571e6ff13fd01b317c53816d",
                "sha256": "a5aab654cdace50a2acd9fa6bda77b326eb18d4b20367e329738bf91d32badea"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "cab83d08571e6ff13fd01b317c53816d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3268400,
            "upload_time": "2025-02-12T06:15:43",
            "upload_time_iso_8601": "2025-02-12T06:15:43.072737Z",
            "url": "https://files.pythonhosted.org/packages/0d/60/aa2f0b66161f1f1ff081a9dba77b8a764c5ac03edf6fb8f968d91557ed0b/loro-1.3.4-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd7ea36a62b052516dbb02f873701077b44c2cfc528e50b64aff150d4e19bfd6",
                "md5": "8d067e623444c78c732e08627f946c16",
                "sha256": "6ac0729137fa3f824a84c2b9aabc6fe845315a92a3a6a8605070a2fb47e568d5"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8d067e623444c78c732e08627f946c16",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3189465,
            "upload_time": "2025-02-12T06:16:03",
            "upload_time_iso_8601": "2025-02-12T06:16:03.450192Z",
            "url": "https://files.pythonhosted.org/packages/bd/7e/a36a62b052516dbb02f873701077b44c2cfc528e50b64aff150d4e19bfd6/loro-1.3.4-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4da8f4ee8d0255e3e9d4653ab40a5468664ca2c00e54b23a5a95d106db6cf390",
                "md5": "1a8455df0c198e293953d7cf4ca9fcae",
                "sha256": "af508a873e89c62add5966bb189dfea82c3e9b474b7148488ff8ff4cc499ff9b"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1a8455df0c198e293953d7cf4ca9fcae",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2911585,
            "upload_time": "2025-02-12T06:13:08",
            "upload_time_iso_8601": "2025-02-12T06:13:08.314194Z",
            "url": "https://files.pythonhosted.org/packages/4d/a8/f4ee8d0255e3e9d4653ab40a5468664ca2c00e54b23a5a95d106db6cf390/loro-1.3.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7dbdbcd143bb5446ef5281edc8686b2fbffa338479fed9c0fb34418d5b3bb18d",
                "md5": "216438535f38445074ffacf6e29d2b66",
                "sha256": "b434659e81e0dfe85c662d3de4cf01f1c1a96b33f2987accabb070013be0e280"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "216438535f38445074ffacf6e29d2b66",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2985217,
            "upload_time": "2025-02-12T06:13:30",
            "upload_time_iso_8601": "2025-02-12T06:13:30.406759Z",
            "url": "https://files.pythonhosted.org/packages/7d/bd/bcd143bb5446ef5281edc8686b2fbffa338479fed9c0fb34418d5b3bb18d/loro-1.3.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d6310844ad93e848eac5a98708503019be94e22a33517f50e173bdb9330d7ec",
                "md5": "80158a3fb7443756dc6900a60eb1ca53",
                "sha256": "7ede1faa742122a7c8400cf76360dc781b67685daac6a7fcb0ba9753dc118e68"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "80158a3fb7443756dc6900a60eb1ca53",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3226505,
            "upload_time": "2025-02-12T06:13:48",
            "upload_time_iso_8601": "2025-02-12T06:13:48.372797Z",
            "url": "https://files.pythonhosted.org/packages/4d/63/10844ad93e848eac5a98708503019be94e22a33517f50e173bdb9330d7ec/loro-1.3.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "36e0315bff73355f498efddf2abe44ebd6614b9eb73d7c9b68160bee7a13e54b",
                "md5": "5ddb00bb4d33e0e423291d7ea4f90c87",
                "sha256": "fa2f45c42d537bc0e092ffaa1c122416aa0daa1a246130238b2a9d5587dd0086"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5ddb00bb4d33e0e423291d7ea4f90c87",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3595926,
            "upload_time": "2025-02-12T06:14:09",
            "upload_time_iso_8601": "2025-02-12T06:14:09.609148Z",
            "url": "https://files.pythonhosted.org/packages/36/e0/315bff73355f498efddf2abe44ebd6614b9eb73d7c9b68160bee7a13e54b/loro-1.3.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "865ea1d81ecb99d6abd1ab880e85182e03df4c634a2fd4abd1ca375d0a2127b3",
                "md5": "e0e3c5cd3859e9745351ad5c70853ca1",
                "sha256": "6c5110f330e240915bfaac6b88493c6d150d3afffddbde817648eff314fe5b21"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e0e3c5cd3859e9745351ad5c70853ca1",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3021507,
            "upload_time": "2025-02-12T06:15:04",
            "upload_time_iso_8601": "2025-02-12T06:15:04.771209Z",
            "url": "https://files.pythonhosted.org/packages/86/5e/a1d81ecb99d6abd1ab880e85182e03df4c634a2fd4abd1ca375d0a2127b3/loro-1.3.4-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "951efcaa0280f6b7bcdcdfe71a8b4d2ba1abf123ebe7a0de7730166bda46cb39",
                "md5": "82e4b6da52c257ff156cc532a66da4af",
                "sha256": "43d0bd9c79151d7fe04d450ca5f2ce6c94ccde2cfee2ec4d60ae9acd8afc6c4b"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "82e4b6da52c257ff156cc532a66da4af",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3202925,
            "upload_time": "2025-02-12T06:15:22",
            "upload_time_iso_8601": "2025-02-12T06:15:22.668073Z",
            "url": "https://files.pythonhosted.org/packages/95/1e/fcaa0280f6b7bcdcdfe71a8b4d2ba1abf123ebe7a0de7730166bda46cb39/loro-1.3.4-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "699428e245349851724cf08bca3c4ca140558dffcc71784847a821ce216fa00e",
                "md5": "f71d53186fd1158e8a4e321626887ac9",
                "sha256": "ede62bb04e04b17c7822ed440d9c4da241f1c017fbd8e8d6c5dd05c435189eff"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f71d53186fd1158e8a4e321626887ac9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3263415,
            "upload_time": "2025-02-12T06:15:46",
            "upload_time_iso_8601": "2025-02-12T06:15:46.072142Z",
            "url": "https://files.pythonhosted.org/packages/69/94/28e245349851724cf08bca3c4ca140558dffcc71784847a821ce216fa00e/loro-1.3.4-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "df243457c1942316466c75566f1436e73ed4965426358ff86c06b512be2bc9c8",
                "md5": "c672d1b8bd3448211ad98681fd08f849",
                "sha256": "964411a89aaa92dab051aca70005a9b94640fa1bc446452f5866d12649a77b33"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c672d1b8bd3448211ad98681fd08f849",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3186022,
            "upload_time": "2025-02-12T06:16:06",
            "upload_time_iso_8601": "2025-02-12T06:16:06.021230Z",
            "url": "https://files.pythonhosted.org/packages/df/24/3457c1942316466c75566f1436e73ed4965426358ff86c06b512be2bc9c8/loro-1.3.4-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27be99842c7326e30aed4879efb93c12c092fb5d3974be83f424ca470394a208",
                "md5": "4d8b735d08a450c604bddc033f16cd0f",
                "sha256": "d83daa5a7b6bc864f7b37b846443371ceab8d02f7308dff7b7901a898d241b6d"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "4d8b735d08a450c604bddc033f16cd0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2433068,
            "upload_time": "2025-02-12T06:16:41",
            "upload_time_iso_8601": "2025-02-12T06:16:41.167052Z",
            "url": "https://files.pythonhosted.org/packages/27/be/99842c7326e30aed4879efb93c12c092fb5d3974be83f424ca470394a208/loro-1.3.4-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "74f05d074988ce72996f4dca974b2c1e2709c1c51b5c9471fd8b28b64ae06a75",
                "md5": "7ddaaeaf9f8381f0a05eb99a11c15d8c",
                "sha256": "3fd4b4836d976373a56f9c8cc13da102f89fef4b239566dc6d6c93e4ccdb9d9d"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7ddaaeaf9f8381f0a05eb99a11c15d8c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2579153,
            "upload_time": "2025-02-12T06:16:28",
            "upload_time_iso_8601": "2025-02-12T06:16:28.582902Z",
            "url": "https://files.pythonhosted.org/packages/74/f0/5d074988ce72996f4dca974b2c1e2709c1c51b5c9471fd8b28b64ae06a75/loro-1.3.4-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "218549989594c6bfc9e509d64800ec4d6395abc05db856b28f20a4fd0a4176a2",
                "md5": "598c4f367576b364df40555d7a0d08e7",
                "sha256": "478554dfc43e1f5f8ce86d06b70bba9a2f5e44ac34e48e589981aa54035cc7bd"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "598c4f367576b364df40555d7a0d08e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2916577,
            "upload_time": "2025-02-12T06:13:10",
            "upload_time_iso_8601": "2025-02-12T06:13:10.901063Z",
            "url": "https://files.pythonhosted.org/packages/21/85/49989594c6bfc9e509d64800ec4d6395abc05db856b28f20a4fd0a4176a2/loro-1.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c703334ac48951092d85fbce72812897fb7699ba0227d695c3f002868c5905c",
                "md5": "528c6f4e2fdf4b825fcc471045212938",
                "sha256": "0ae563a48ffe57cd3a927411db34e18c1b9eb0d9a230f41183f47795f294d557"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "528c6f4e2fdf4b825fcc471045212938",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2986118,
            "upload_time": "2025-02-12T06:13:32",
            "upload_time_iso_8601": "2025-02-12T06:13:32.046530Z",
            "url": "https://files.pythonhosted.org/packages/3c/70/3334ac48951092d85fbce72812897fb7699ba0227d695c3f002868c5905c/loro-1.3.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0e9a1380714fed26c553c1835dfe9b91936ac74061c2673e4e242bf8613e4eb1",
                "md5": "98ebb7a4f47b344a258edec0c393cd59",
                "sha256": "9964ea91af0dfe3a654b16f91112d647ab68c7b16ce4de624f1cc026d6813c42"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "98ebb7a4f47b344a258edec0c393cd59",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3226029,
            "upload_time": "2025-02-12T06:13:50",
            "upload_time_iso_8601": "2025-02-12T06:13:50.047046Z",
            "url": "https://files.pythonhosted.org/packages/0e/9a/1380714fed26c553c1835dfe9b91936ac74061c2673e4e242bf8613e4eb1/loro-1.3.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f3e07e2e2315ff09a12f3b0f41b22c900167fa2df7877871bb431e58bc12364",
                "md5": "06afc2d57be846b460cd8e401bd5e906",
                "sha256": "c6bad05fcf24aea71af66181e2e64e4b6f4cab39e2d199ec6fa07d647a7b6909"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "06afc2d57be846b460cd8e401bd5e906",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3612316,
            "upload_time": "2025-02-12T06:14:11",
            "upload_time_iso_8601": "2025-02-12T06:14:11.255059Z",
            "url": "https://files.pythonhosted.org/packages/1f/3e/07e2e2315ff09a12f3b0f41b22c900167fa2df7877871bb431e58bc12364/loro-1.3.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0cedbadbdf282de11bfb65c7cceed2d026418a2c5d424295fbec6af1f3558093",
                "md5": "a524bc6645a3725fd1c6d94d0010c5bb",
                "sha256": "b2120549d207b44ae15a25a192f724896f87ce0a7bdd6975e67d23d8b6ebbe96"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a524bc6645a3725fd1c6d94d0010c5bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3051717,
            "upload_time": "2025-02-12T06:14:38",
            "upload_time_iso_8601": "2025-02-12T06:14:38.719041Z",
            "url": "https://files.pythonhosted.org/packages/0c/ed/badbdf282de11bfb65c7cceed2d026418a2c5d424295fbec6af1f3558093/loro-1.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5307ca95508e716043d4405758262f31aabfe28bbf595d91e3667cdd7de94374",
                "md5": "8a5e5e5734f84a15ee3e1ab94b22ff3b",
                "sha256": "07d65dde9f52a750830c7f33915b5bfd2a2b79cd1cdeb79ec81233c470078edf"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "8a5e5e5734f84a15ee3e1ab94b22ff3b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3318575,
            "upload_time": "2025-02-12T06:14:26",
            "upload_time_iso_8601": "2025-02-12T06:14:26.648754Z",
            "url": "https://files.pythonhosted.org/packages/53/07/ca95508e716043d4405758262f31aabfe28bbf595d91e3667cdd7de94374/loro-1.3.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e1702737579ff722d8373bb7feb8bb14d2aa40e8e05527ffe6f05f46eac5bd9",
                "md5": "e213a7e5d0af3a070ac41e8f5807378c",
                "sha256": "30937250b92ec1c6677ec6ab19b73aee117bc75fef9a473392b8fe24b29c36b9"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e213a7e5d0af3a070ac41e8f5807378c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3025893,
            "upload_time": "2025-02-12T06:15:07",
            "upload_time_iso_8601": "2025-02-12T06:15:07.371480Z",
            "url": "https://files.pythonhosted.org/packages/1e/17/02737579ff722d8373bb7feb8bb14d2aa40e8e05527ffe6f05f46eac5bd9/loro-1.3.4-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "189327e77588155860376cd47bb3c8149b68fa87cddcd2d72b5f1fd7a0449255",
                "md5": "1f296fa2725c154985265034684e883c",
                "sha256": "c9d392901f4e5f4a8850f0ac08245766a93a3893f08334acf06147152834b83f"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp38-cp38-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1f296fa2725c154985265034684e883c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3204446,
            "upload_time": "2025-02-12T06:15:24",
            "upload_time_iso_8601": "2025-02-12T06:15:24.501717Z",
            "url": "https://files.pythonhosted.org/packages/18/93/27e77588155860376cd47bb3c8149b68fa87cddcd2d72b5f1fd7a0449255/loro-1.3.4-cp38-cp38-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f88cf0c35dd59b6ad2f1d1dcd697b454bac20a75415236c36a567a917202cea3",
                "md5": "478c847038c7166d58b00de92544d721",
                "sha256": "7cfda202ae04c4a08941035c110392917840c05ba7514b091dd28251da1f3699"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "478c847038c7166d58b00de92544d721",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3264394,
            "upload_time": "2025-02-12T06:15:48",
            "upload_time_iso_8601": "2025-02-12T06:15:48.538397Z",
            "url": "https://files.pythonhosted.org/packages/f8/8c/f0c35dd59b6ad2f1d1dcd697b454bac20a75415236c36a567a917202cea3/loro-1.3.4-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b438dfddcf7e0b786c9898c4fea1e5b2d0c1272f61e87d2aee2ef6c2f3142a66",
                "md5": "d64245fe542de3d953a9903389957ff6",
                "sha256": "73098c63102f4f1db8d37fb1932436cc843a2295c69229660ab8c33935274ab3"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d64245fe542de3d953a9903389957ff6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3188003,
            "upload_time": "2025-02-12T06:16:07",
            "upload_time_iso_8601": "2025-02-12T06:16:07.948314Z",
            "url": "https://files.pythonhosted.org/packages/b4/38/dfddcf7e0b786c9898c4fea1e5b2d0c1272f61e87d2aee2ef6c2f3142a66/loro-1.3.4-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ebf8c7a6848d4e794734fefb971b8fdb14a0a0f9175a152a649d998ed5d20c46",
                "md5": "944bed99e5a57702e8bf4c921ca83dec",
                "sha256": "8ea62f98630bd87874cbd4d55a8c6ddf9f146878dfa3e9b224705261b248602a"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "944bed99e5a57702e8bf4c921ca83dec",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2432188,
            "upload_time": "2025-02-12T06:16:43",
            "upload_time_iso_8601": "2025-02-12T06:16:43.070370Z",
            "url": "https://files.pythonhosted.org/packages/eb/f8/c7a6848d4e794734fefb971b8fdb14a0a0f9175a152a649d998ed5d20c46/loro-1.3.4-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4a3c24c288d755076a1a61f62347d7ce4936356095fad2017f7bb677132b5b25",
                "md5": "2691f1c967f9b13dd5eb6590b50515ff",
                "sha256": "9ad5316290a6b0213764edd0239fe2798487a13fe98c29aa75e23f7a3fe443c7"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2691f1c967f9b13dd5eb6590b50515ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2575330,
            "upload_time": "2025-02-12T06:16:30",
            "upload_time_iso_8601": "2025-02-12T06:16:30.605851Z",
            "url": "https://files.pythonhosted.org/packages/4a/3c/24c288d755076a1a61f62347d7ce4936356095fad2017f7bb677132b5b25/loro-1.3.4-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4039a973ddbc7888f4412c3a14a7383b39082032ad0103ac24ad9dc9d4253f87",
                "md5": "0dc879aa89c257c703d5c227fe414512",
                "sha256": "a991c8ee0b99d5f65a5370155029e2d6aa82dfe779499b75e41f27224208eebc"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0dc879aa89c257c703d5c227fe414512",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2915752,
            "upload_time": "2025-02-12T06:13:15",
            "upload_time_iso_8601": "2025-02-12T06:13:15.609472Z",
            "url": "https://files.pythonhosted.org/packages/40/39/a973ddbc7888f4412c3a14a7383b39082032ad0103ac24ad9dc9d4253f87/loro-1.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "63facd9f860da63f9b9ac1acbe1a0737d8ba3636bdea85e149d4e96a27226497",
                "md5": "99a420123852f02acaae4a00799a8a29",
                "sha256": "0eace4a18a65436146a09cd3c710730329922f85a6f003e62b27c705dc2da868"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "99a420123852f02acaae4a00799a8a29",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2986635,
            "upload_time": "2025-02-12T06:13:34",
            "upload_time_iso_8601": "2025-02-12T06:13:34.585791Z",
            "url": "https://files.pythonhosted.org/packages/63/fa/cd9f860da63f9b9ac1acbe1a0737d8ba3636bdea85e149d4e96a27226497/loro-1.3.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b797ffacc5c9a7904277dbd80fc2a9644331a36c08a7d22fd308639a137eff20",
                "md5": "fbc16b7565a447072665c5c24048759a",
                "sha256": "39bc19760ac3470e8cddb361ee3bdc972f85f200fc82cf6d3463df53d9ba9012"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "fbc16b7565a447072665c5c24048759a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3226703,
            "upload_time": "2025-02-12T06:13:52",
            "upload_time_iso_8601": "2025-02-12T06:13:52.172690Z",
            "url": "https://files.pythonhosted.org/packages/b7/97/ffacc5c9a7904277dbd80fc2a9644331a36c08a7d22fd308639a137eff20/loro-1.3.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "950f41099522eb90a932db26528a2a2003fa3a00c9db14af7eb6e6addee1c4e6",
                "md5": "252f3b1b56141d2ac33a3a1c9a552864",
                "sha256": "1a60c09419b98c632bf7d5eed5813392ec56680fd7011c766a4cca647dc15b7d"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "252f3b1b56141d2ac33a3a1c9a552864",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3613994,
            "upload_time": "2025-02-12T06:14:13",
            "upload_time_iso_8601": "2025-02-12T06:14:13.191639Z",
            "url": "https://files.pythonhosted.org/packages/95/0f/41099522eb90a932db26528a2a2003fa3a00c9db14af7eb6e6addee1c4e6/loro-1.3.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d856a892a3b9d4cd8c8af006a04939c8121fc2fbd682337ae01806cfc8f13df0",
                "md5": "61b766c798479c3e9ef1eac6e4b50f4e",
                "sha256": "d2622a2b75f7a0b0ed7d73472a2d4175ce631da23004a4e151fc6e706bbe10e0"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "61b766c798479c3e9ef1eac6e4b50f4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3050978,
            "upload_time": "2025-02-12T06:14:40",
            "upload_time_iso_8601": "2025-02-12T06:14:40.674644Z",
            "url": "https://files.pythonhosted.org/packages/d8/56/a892a3b9d4cd8c8af006a04939c8121fc2fbd682337ae01806cfc8f13df0/loro-1.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6cb1833de3d932248fad777e34af63a7d3ded8dd7faef9e0bcea3d214ba97037",
                "md5": "13a446b2c9bea9e734a6424725343be0",
                "sha256": "1470d72484e485e71b53264c929eea3d3f2ef46c2e2f5597576edeeaa7ee9f04"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "13a446b2c9bea9e734a6424725343be0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3318963,
            "upload_time": "2025-02-12T06:14:28",
            "upload_time_iso_8601": "2025-02-12T06:14:28.214160Z",
            "url": "https://files.pythonhosted.org/packages/6c/b1/833de3d932248fad777e34af63a7d3ded8dd7faef9e0bcea3d214ba97037/loro-1.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b9a454446215c973bec37ab9ffcfe6ed2dbc05062ff152e48a7762c19d1e0cb",
                "md5": "631cc0a347648026f2ed62ab230c4ee5",
                "sha256": "bf373fd6de4d1ca0065b2bc658c8ab46c4a4aa26e7606256f7855bf497dd7a50"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "631cc0a347648026f2ed62ab230c4ee5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3025718,
            "upload_time": "2025-02-12T06:15:09",
            "upload_time_iso_8601": "2025-02-12T06:15:09.147567Z",
            "url": "https://files.pythonhosted.org/packages/0b/9a/454446215c973bec37ab9ffcfe6ed2dbc05062ff152e48a7762c19d1e0cb/loro-1.3.4-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ea2f1aa75d418b30e8dea058f9fd539db5fb5df9ea30b814635a6c939401ffe",
                "md5": "4e07e121eda4aa88129c14b49f32ae31",
                "sha256": "1fd8de99526c4cd8f39acba91b6743d26add850738b009569cd7258ef894486c"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4e07e121eda4aa88129c14b49f32ae31",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3205322,
            "upload_time": "2025-02-12T06:15:26",
            "upload_time_iso_8601": "2025-02-12T06:15:26.402949Z",
            "url": "https://files.pythonhosted.org/packages/3e/a2/f1aa75d418b30e8dea058f9fd539db5fb5df9ea30b814635a6c939401ffe/loro-1.3.4-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "42a59c5679646e731b486a569bc5d164dae7dbe9a98ef08510b2c75cb4e878a4",
                "md5": "defcb5ed23ad0c78a80693166a0b4cf0",
                "sha256": "24841a711190ab50e715343b4899fbbfedaf1c99f1aa099d196a85be143c86d4"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "defcb5ed23ad0c78a80693166a0b4cf0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3264811,
            "upload_time": "2025-02-12T06:15:51",
            "upload_time_iso_8601": "2025-02-12T06:15:51.228252Z",
            "url": "https://files.pythonhosted.org/packages/42/a5/9c5679646e731b486a569bc5d164dae7dbe9a98ef08510b2c75cb4e878a4/loro-1.3.4-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a0401ce0b3b0ef92f30dbb8e7fe88df91c323374fa30c448c8303dd8c8efc9f3",
                "md5": "b523e3cb19bcc274c0933415823ecf23",
                "sha256": "5a95d8f3e2c051f30288e5461c7e3f310dffc5cdf0226525c7c010d26e8c00d5"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b523e3cb19bcc274c0933415823ecf23",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3188129,
            "upload_time": "2025-02-12T06:16:10",
            "upload_time_iso_8601": "2025-02-12T06:16:10.014421Z",
            "url": "https://files.pythonhosted.org/packages/a0/40/1ce0b3b0ef92f30dbb8e7fe88df91c323374fa30c448c8303dd8c8efc9f3/loro-1.3.4-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c559103c9931c675e50aee9a3970d25d4306d1df91a1fda2e22d928dfbf76c45",
                "md5": "b7a9e531caa76abdbb7896f49867b994",
                "sha256": "9efb48d1c483bff41b282f130b9c05a817ff91a27e777feddfc70e0a2d0e33d9"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "b7a9e531caa76abdbb7896f49867b994",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2432138,
            "upload_time": "2025-02-12T06:16:45",
            "upload_time_iso_8601": "2025-02-12T06:16:45.669218Z",
            "url": "https://files.pythonhosted.org/packages/c5/59/103c9931c675e50aee9a3970d25d4306d1df91a1fda2e22d928dfbf76c45/loro-1.3.4-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2b60663806f4e0f2029152d6b181d5bfaa5094a921089c5f3153d7740108dcc5",
                "md5": "c10600ebc4ee5bcca225c5f667371074",
                "sha256": "43204fc56c2972754e618339daf1de460b44ebf68a75bf448f026d330843a3c8"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c10600ebc4ee5bcca225c5f667371074",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2575396,
            "upload_time": "2025-02-12T06:16:32",
            "upload_time_iso_8601": "2025-02-12T06:16:32.612739Z",
            "url": "https://files.pythonhosted.org/packages/2b/60/663806f4e0f2029152d6b181d5bfaa5094a921089c5f3153d7740108dcc5/loro-1.3.4-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7cdbac879dd5c91cb9055c107c80aae2c3aed0e22250505937927a0c1473b133",
                "md5": "ed7ad8d1fc9cbe6d5e18467388dffdf4",
                "sha256": "ac799c864d487621f04026c9c299106ce21508e64b6c1127bdda364761de7006"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ed7ad8d1fc9cbe6d5e18467388dffdf4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2914238,
            "upload_time": "2025-02-12T06:13:17",
            "upload_time_iso_8601": "2025-02-12T06:13:17.827536Z",
            "url": "https://files.pythonhosted.org/packages/7c/db/ac879dd5c91cb9055c107c80aae2c3aed0e22250505937927a0c1473b133/loro-1.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "617643609814cb877ee4af8cce1b768726118bd60abe9ec0019a5a7dc8ed5ced",
                "md5": "d1b1c96c4c5ecc5df4d2834a04081e97",
                "sha256": "82f6388a01a17222481b42ab16ebcab1b05c77ffca26777c104464d3f21aee7e"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d1b1c96c4c5ecc5df4d2834a04081e97",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2985938,
            "upload_time": "2025-02-12T06:13:36",
            "upload_time_iso_8601": "2025-02-12T06:13:36.272242Z",
            "url": "https://files.pythonhosted.org/packages/61/76/43609814cb877ee4af8cce1b768726118bd60abe9ec0019a5a7dc8ed5ced/loro-1.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "51738c0196de4219cddf8c189dcdc9dda80a675fe714259d14a97b73d3110969",
                "md5": "36693516cb5088513a99905b10faddbb",
                "sha256": "07138720ac6bd004c7012012c5e916004609ef1f355a3210757a53a351ad3bee"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "36693516cb5088513a99905b10faddbb",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3225630,
            "upload_time": "2025-02-12T06:13:55",
            "upload_time_iso_8601": "2025-02-12T06:13:55.344166Z",
            "url": "https://files.pythonhosted.org/packages/51/73/8c0196de4219cddf8c189dcdc9dda80a675fe714259d14a97b73d3110969/loro-1.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9163c078182842bc5eb921a6f02db54ccf626367c7fedc366cdab2f666236f61",
                "md5": "ce7b6f01a9acb87bd33e6bca6af39c11",
                "sha256": "bde30083a142ec3c74dda5141fd29b1b0c25fce2d5c396bc82f83067fef7f591"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "ce7b6f01a9acb87bd33e6bca6af39c11",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3605299,
            "upload_time": "2025-02-12T06:14:15",
            "upload_time_iso_8601": "2025-02-12T06:14:15.573354Z",
            "url": "https://files.pythonhosted.org/packages/91/63/c078182842bc5eb921a6f02db54ccf626367c7fedc366cdab2f666236f61/loro-1.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "77d179553022aa9840f2860f1367f9b6be5c2c1a1df25b8cc288007c3a737ad8",
                "md5": "3ab27fb507ac529c032d393a19b47d64",
                "sha256": "42451bce1eadb9e1e50444b68df6cde6efda38fa879bdef7d44be20b07ad86e2"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3ab27fb507ac529c032d393a19b47d64",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3048766,
            "upload_time": "2025-02-12T06:14:42",
            "upload_time_iso_8601": "2025-02-12T06:14:42.290826Z",
            "url": "https://files.pythonhosted.org/packages/77/d1/79553022aa9840f2860f1367f9b6be5c2c1a1df25b8cc288007c3a737ad8/loro-1.3.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7a642ab077ecf1727c4047152997dd5dd053c951f2888351478fa871e7b26928",
                "md5": "20af12a1b66d9caa2988bae2c822de26",
                "sha256": "b106e32aaf427b437fc1b7d33c6a6af22b02033905f0c39d64172264b4710b5e"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "20af12a1b66d9caa2988bae2c822de26",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3317263,
            "upload_time": "2025-02-12T06:14:29",
            "upload_time_iso_8601": "2025-02-12T06:14:29.904445Z",
            "url": "https://files.pythonhosted.org/packages/7a/64/2ab077ecf1727c4047152997dd5dd053c951f2888351478fa871e7b26928/loro-1.3.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6b25276565be50a30ff8fc0cb6748560880a3c7269e98b2eff165e9b3cf88f7b",
                "md5": "1d0ac5709b71f1d5522456367e24a186",
                "sha256": "4bbb307e43f15a92537d1dc377ada97bc76821060c6979b7731814334da65988"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1d0ac5709b71f1d5522456367e24a186",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3023298,
            "upload_time": "2025-02-12T06:15:11",
            "upload_time_iso_8601": "2025-02-12T06:15:11.648168Z",
            "url": "https://files.pythonhosted.org/packages/6b/25/276565be50a30ff8fc0cb6748560880a3c7269e98b2eff165e9b3cf88f7b/loro-1.3.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ad4d79a78a4bd6195bd6591f4350cf861c275f14e8bd986931ef67c048c30fc6",
                "md5": "1ce43dd8f58a40cd426196bdb695281a",
                "sha256": "4b00b873663d9c785cc6657d2440243ef6dc278908647008689d519e27a0b201"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1ce43dd8f58a40cd426196bdb695281a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3204215,
            "upload_time": "2025-02-12T06:15:28",
            "upload_time_iso_8601": "2025-02-12T06:15:28.520413Z",
            "url": "https://files.pythonhosted.org/packages/ad/4d/79a78a4bd6195bd6591f4350cf861c275f14e8bd986931ef67c048c30fc6/loro-1.3.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "87e7cf88c131e6c09d5d10535fc6cd4aca3bbe25159847d57974f215e9c4c8bd",
                "md5": "41828ea4a21cdd8f359d3989ea25f5fb",
                "sha256": "e15bae56dc23fbb4a6581d8a480e159b72a75c939c0adfcc4ffec0e133624279"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "41828ea4a21cdd8f359d3989ea25f5fb",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3261235,
            "upload_time": "2025-02-12T06:15:53",
            "upload_time_iso_8601": "2025-02-12T06:15:53.510649Z",
            "url": "https://files.pythonhosted.org/packages/87/e7/cf88c131e6c09d5d10535fc6cd4aca3bbe25159847d57974f215e9c4c8bd/loro-1.3.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f121cde3ea250644d1b1ade49996b9a071e5174801ee11b245eb47d9739b831",
                "md5": "9bc98b69547c641ab67f7aa5232cd07b",
                "sha256": "5a33fb74724617de548f7da53ee42b7f34d162339b788c3e71326c1aa301c47f"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9bc98b69547c641ab67f7aa5232cd07b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3183565,
            "upload_time": "2025-02-12T06:16:15",
            "upload_time_iso_8601": "2025-02-12T06:16:15.288901Z",
            "url": "https://files.pythonhosted.org/packages/2f/12/1cde3ea250644d1b1ade49996b9a071e5174801ee11b245eb47d9739b831/loro-1.3.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29ec49655774d6ab3fb6495a8ee1f7090ab29abbabb30e1f46808f13f585f2a6",
                "md5": "8289b809771aac23073c08c7a55426e2",
                "sha256": "eb19b4c34e3bf323a0cace5e4027c6731e9173991ba6fce2a2b19cec80a59dfb"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8289b809771aac23073c08c7a55426e2",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2914854,
            "upload_time": "2025-02-12T06:13:20",
            "upload_time_iso_8601": "2025-02-12T06:13:20.367384Z",
            "url": "https://files.pythonhosted.org/packages/29/ec/49655774d6ab3fb6495a8ee1f7090ab29abbabb30e1f46808f13f585f2a6/loro-1.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e5ee676dea3c3347b2e7ed67c9b687acc8d3e466d981005f9e4394c5c74de844",
                "md5": "f61e1928362769d1ec1a4b5db3b529b2",
                "sha256": "dabf7729f1c242b9ab2fec3b60a8e798ddfca9991cffe9923b1a7a98e1303d50"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f61e1928362769d1ec1a4b5db3b529b2",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2986315,
            "upload_time": "2025-02-12T06:13:38",
            "upload_time_iso_8601": "2025-02-12T06:13:38.103770Z",
            "url": "https://files.pythonhosted.org/packages/e5/ee/676dea3c3347b2e7ed67c9b687acc8d3e466d981005f9e4394c5c74de844/loro-1.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c1b830d56da0c8900625d9811cf59be2c85c793a713196b76420a9fbdb8a19b2",
                "md5": "f050d627c3ecc290719c603a0f05ef95",
                "sha256": "f3a94d44e39f1375dcc734c91a9ec51c77fd150c82e1612948aa7c948d3f58da"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f050d627c3ecc290719c603a0f05ef95",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3225897,
            "upload_time": "2025-02-12T06:13:57",
            "upload_time_iso_8601": "2025-02-12T06:13:57.287148Z",
            "url": "https://files.pythonhosted.org/packages/c1/b8/30d56da0c8900625d9811cf59be2c85c793a713196b76420a9fbdb8a19b2/loro-1.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e73a6c0fd47154fecd5f7e99081012fc85f01e7a5953d8d46e3cb0696961495",
                "md5": "7e1210107755f05b222d0e63ce50e9d7",
                "sha256": "2e1311638cad209d4a0491b80208d3a638fef8a91e6f74050dd39bed6693cb2e"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "7e1210107755f05b222d0e63ce50e9d7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3605903,
            "upload_time": "2025-02-12T06:14:18",
            "upload_time_iso_8601": "2025-02-12T06:14:18.174723Z",
            "url": "https://files.pythonhosted.org/packages/5e/73/a6c0fd47154fecd5f7e99081012fc85f01e7a5953d8d46e3cb0696961495/loro-1.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7bf132891324c84e248de5b9e3207d6cb993fcd8d6d187e577af1a5b2d7d89cd",
                "md5": "2b17e63cef6f0576c1be5ad79bfc9d58",
                "sha256": "628ee61d348830497c75fdd74d9cda034edc3f2ca63c7025a269b66ee673a842"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2b17e63cef6f0576c1be5ad79bfc9d58",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3024433,
            "upload_time": "2025-02-12T06:15:13",
            "upload_time_iso_8601": "2025-02-12T06:15:13.372368Z",
            "url": "https://files.pythonhosted.org/packages/7b/f1/32891324c84e248de5b9e3207d6cb993fcd8d6d187e577af1a5b2d7d89cd/loro-1.3.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c36c3a70f37f3521ea96216be845fa5e19a0a038ef82164e916c599100d0be67",
                "md5": "3e59bcea75b6a94a1a0c9cbca2f7ab89",
                "sha256": "f1950b2ee7780ee74e7bf51f3e96dee6a011227ba2f5945a551348ad71b5f68a"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "3e59bcea75b6a94a1a0c9cbca2f7ab89",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3204891,
            "upload_time": "2025-02-12T06:15:32",
            "upload_time_iso_8601": "2025-02-12T06:15:32.108304Z",
            "url": "https://files.pythonhosted.org/packages/c3/6c/3a70f37f3521ea96216be845fa5e19a0a038ef82164e916c599100d0be67/loro-1.3.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "581218f672237bb67e3fabea45a897f8befa9783b939f9cc8e480823f64a9303",
                "md5": "9c2c5383bade9288226b79bb67b64327",
                "sha256": "b9ef9f7fb10a46978c7295e3c7b04b4bf232573ef530fbd94e383b9e99d5c5af"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "9c2c5383bade9288226b79bb67b64327",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3262169,
            "upload_time": "2025-02-12T06:15:55",
            "upload_time_iso_8601": "2025-02-12T06:15:55.709420Z",
            "url": "https://files.pythonhosted.org/packages/58/12/18f672237bb67e3fabea45a897f8befa9783b939f9cc8e480823f64a9303/loro-1.3.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2472ed199f6ca394c1142678dffefddae684ac2bd7f1a6a1ab3c5de5b8773b90",
                "md5": "ab893065302fb1cbe77c2a0f8631e469",
                "sha256": "0976530cf236a6a79058a86b0901dff255ad6bf858185c8a6d21a9f83c9aba64"
            },
            "downloads": -1,
            "filename": "loro-1.3.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ab893065302fb1cbe77c2a0f8631e469",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3184365,
            "upload_time": "2025-02-12T06:16:17",
            "upload_time_iso_8601": "2025-02-12T06:16:17.209886Z",
            "url": "https://files.pythonhosted.org/packages/24/72/ed199f6ca394c1142678dffefddae684ac2bd7f1a6a1ab3c5de5b8773b90/loro-1.3.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "631b4945739a1a7809d9df5d84bd0827b5fab5a3263b962f39acf35ef2e23767",
                "md5": "e20f4afdb1e04c8505e5009871cc1f7e",
                "sha256": "097f3c49ace1aef715cf5a9894daf7cc4be04a39175f9c3cd69418fed32bac2b"
            },
            "downloads": -1,
            "filename": "loro-1.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "e20f4afdb1e04c8505e5009871cc1f7e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 55298,
            "upload_time": "2025-02-12T06:16:19",
            "upload_time_iso_8601": "2025-02-12T06:16:19.839703Z",
            "url": "https://files.pythonhosted.org/packages/63/1b/4945739a1a7809d9df5d84bd0827b5fab5a3263b962f39acf35ef2e23767/loro-1.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-12 06:16:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "loro-dev",
    "github_project": "loro-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "loro"
}
        
Elapsed time: 1.52866s