Name | loro JSON |
Version |
1.6.0
JSON |
| download |
home_page | None |
Summary | Python bindings for [Loro](https://loro.dev) |
upload_time | 2025-08-31 06:38:35 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
local-first
crdt
loro
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[](https://badge.fury.io/py/loro)
[](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
```
## 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!")
# store the `subscription` reference to prevent garbage collection
sub = doc.subscribe_root(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/fa/9e/dfdb32e85b4e3b3485162576e7d6b557b1b6450948255f5129866efccd4b/loro-1.6.0.tar.gz",
"platform": null,
"description": "[](https://badge.fury.io/py/loro)\n[](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\nany issues or suggestions, please feel free to create an issue or join our\n[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\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!\")\n# store the `subscription` reference to prevent garbage collection\nsub = doc.subscribe_root(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.6.0",
"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": "dd73ea9e3d7b23cfe15e26b169c3d68d1ded83d05fbd691ffe0e634c725bbf1c",
"md5": "04ad11d6e2154819489952e4bb4194c3",
"sha256": "d30fc47cd18c9cf7dd10fed4e8c47ff1e58a03efa104e0e505bfcd70b6b5396c"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "04ad11d6e2154819489952e4bb4194c3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3098528,
"upload_time": "2025-08-31T06:36:16",
"upload_time_iso_8601": "2025-08-31T06:36:16.721823Z",
"url": "https://files.pythonhosted.org/packages/dd/73/ea9e3d7b23cfe15e26b169c3d68d1ded83d05fbd691ffe0e634c725bbf1c/loro-1.6.0-cp310-cp310-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f93327fa40e88c9b355ed7ae13b6feace223ccde99ca68d2037211850610d199",
"md5": "3de0383c0ec180a7d40a1b63acf4f1d0",
"sha256": "5e43b084199ff4f3a532c8ae2679d4e0dc404a3fb0d39cb69a96f63f42757643"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "3de0383c0ec180a7d40a1b63acf4f1d0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 2876822,
"upload_time": "2025-08-31T06:36:02",
"upload_time_iso_8601": "2025-08-31T06:36:02.016550Z",
"url": "https://files.pythonhosted.org/packages/f9/33/27fa40e88c9b355ed7ae13b6feace223ccde99ca68d2037211850610d199/loro-1.6.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5ac7dcbe4005621429b28f24050ea9170c8a61b529e6af51fba18c8053842844",
"md5": "b116da8075fcce2ed650b4eaa3d6cff8",
"sha256": "647014026197d9d2e8bc1f4172059c694eb2cb33385a620eedd8f8bb7fbdc1e1"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "b116da8075fcce2ed650b4eaa3d6cff8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3106454,
"upload_time": "2025-08-31T06:33:04",
"upload_time_iso_8601": "2025-08-31T06:33:04.625661Z",
"url": "https://files.pythonhosted.org/packages/5a/c7/dcbe4005621429b28f24050ea9170c8a61b529e6af51fba18c8053842844/loro-1.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "697de8db186923571e99dc3a51a689e0aafadfb0b28da5f22d1991b07c98625e",
"md5": "4aa802757ba7e616fb1215b972d77e71",
"sha256": "20fe43b5f40ef5434669e81b561eceed3c37cef2340e0d119b4c48a727fc950f"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "4aa802757ba7e616fb1215b972d77e71",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3180588,
"upload_time": "2025-08-31T06:33:38",
"upload_time_iso_8601": "2025-08-31T06:33:38.821110Z",
"url": "https://files.pythonhosted.org/packages/69/7d/e8db186923571e99dc3a51a689e0aafadfb0b28da5f22d1991b07c98625e/loro-1.6.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "40a28a03c168735ed771ef6c3a90470e3c1e5a45fd97294d5a37b1d382619535",
"md5": "418b2b40765e131b541d4136c4ff494d",
"sha256": "c4957582b4ed867b02a70027b94cc71216ece9d7c32afde5f0af7ad62147b53e"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "418b2b40765e131b541d4136c4ff494d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3548711,
"upload_time": "2025-08-31T06:34:07",
"upload_time_iso_8601": "2025-08-31T06:34:07.591872Z",
"url": "https://files.pythonhosted.org/packages/40/a2/8a03c168735ed771ef6c3a90470e3c1e5a45fd97294d5a37b1d382619535/loro-1.6.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dca0e3bcc804017305944ff00938b9974d69e4bef7168dc19071d52a57452543",
"md5": "594e5e88915d399ce3b4a044186797e9",
"sha256": "690392182f7f19c235eb8f5ca28e24c4dd8c21c628e8c7a04ca94c06c425ffdc"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "594e5e88915d399ce3b4a044186797e9",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3285352,
"upload_time": "2025-08-31T06:34:39",
"upload_time_iso_8601": "2025-08-31T06:34:39.414912Z",
"url": "https://files.pythonhosted.org/packages/dc/a0/e3bcc804017305944ff00938b9974d69e4bef7168dc19071d52a57452543/loro-1.6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "04133923e01c9e95090c35bd2334c25a1349c2e3ee0e20741ab9c3b9ff210231",
"md5": "2a4355fb0fcd521ef325fe544bbebfa6",
"sha256": "f58afca0e41854415709041d6f19398397bc3e4c4941e10e76db259d6568e32b"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "2a4355fb0fcd521ef325fe544bbebfa6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3236075,
"upload_time": "2025-08-31T06:35:36",
"upload_time_iso_8601": "2025-08-31T06:35:36.325689Z",
"url": "https://files.pythonhosted.org/packages/04/13/3923e01c9e95090c35bd2334c25a1349c2e3ee0e20741ab9c3b9ff210231/loro-1.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ad797550d0e9aadbb6732a5b8ed1022d1f6e15d69b58f142709859d6ab20faf3",
"md5": "229ee8933a3a0c38149f8cad9cc7d1d8",
"sha256": "7ff7f24d8610855dc91db35716fd8b0c67acb4da0deb47b615a2d048b6b66f47"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "229ee8933a3a0c38149f8cad9cc7d1d8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3496193,
"upload_time": "2025-08-31T06:35:09",
"upload_time_iso_8601": "2025-08-31T06:35:09.455338Z",
"url": "https://files.pythonhosted.org/packages/ad/79/7550d0e9aadbb6732a5b8ed1022d1f6e15d69b58f142709859d6ab20faf3/loro-1.6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9f21bf8a3991b61f6a1118acaa23529d9ba15a903bf9d61d767ef2e085f4af8b",
"md5": "84504a967b285cdc00b107a3c2f399db",
"sha256": "085d7da3fd14081bc8945d7e23f90b9ea00ed7352cdb77869d7e0061527a8675"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "84504a967b285cdc00b107a3c2f399db",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3256156,
"upload_time": "2025-08-31T06:36:31",
"upload_time_iso_8601": "2025-08-31T06:36:31.384594Z",
"url": "https://files.pythonhosted.org/packages/9f/21/bf8a3991b61f6a1118acaa23529d9ba15a903bf9d61d767ef2e085f4af8b/loro-1.6.0-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d42c167dc1654f8427436b7bbc7f8a87ae62aa0cc379adc625ea46c806b0cdb0",
"md5": "0eba327da3d28d0904dc9a5a73b072b2",
"sha256": "feb48a1dda03880fe14ee7025dd5968c449ed1436c7194b86026a173195b0f6e"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "0eba327da3d28d0904dc9a5a73b072b2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3442980,
"upload_time": "2025-08-31T06:37:01",
"upload_time_iso_8601": "2025-08-31T06:37:01.485710Z",
"url": "https://files.pythonhosted.org/packages/d4/2c/167dc1654f8427436b7bbc7f8a87ae62aa0cc379adc625ea46c806b0cdb0/loro-1.6.0-cp310-cp310-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e0a047adcd7bdeef6e68d122d62e3d2c058b796a6ab7fbe282918b84d39e827",
"md5": "0ba1e3cc01097dce9c0b5ad949124fd2",
"sha256": "50fccf52bb10b614952f2798622c4c83da9c1c5b48c2c1cc2b3818e477621d0b"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "0ba1e3cc01097dce9c0b5ad949124fd2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3493843,
"upload_time": "2025-08-31T06:37:31",
"upload_time_iso_8601": "2025-08-31T06:37:31.815632Z",
"url": "https://files.pythonhosted.org/packages/8e/0a/047adcd7bdeef6e68d122d62e3d2c058b796a6ab7fbe282918b84d39e827/loro-1.6.0-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "94de32e8e43fcbf81380ba2dc50fe0df73404e7fed71819801bd2cfaedf94a07",
"md5": "2f52fa3a4a881cfbee8c9c0841bba408",
"sha256": "432ce18fb3c2b2d4a609599278f798ac12f7052e66276a3d9022402b53c2b66a"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "2f52fa3a4a881cfbee8c9c0841bba408",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3401061,
"upload_time": "2025-08-31T06:38:03",
"upload_time_iso_8601": "2025-08-31T06:38:03.342250Z",
"url": "https://files.pythonhosted.org/packages/94/de/32e8e43fcbf81380ba2dc50fe0df73404e7fed71819801bd2cfaedf94a07/loro-1.6.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b63af29583d48226398f19517a4479023fbfea29556a4372973f60e4a2d3932d",
"md5": "079e61b38a58bea3df2cea9205ce5d74",
"sha256": "f8e28569781a13f9efc7bd5dd2ea4ad67b126f5ae0a43ac02a99894adc5d1cf0"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "079e61b38a58bea3df2cea9205ce5d74",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 2586521,
"upload_time": "2025-08-31T06:38:55",
"upload_time_iso_8601": "2025-08-31T06:38:55.696156Z",
"url": "https://files.pythonhosted.org/packages/b6/3a/f29583d48226398f19517a4479023fbfea29556a4372973f60e4a2d3932d/loro-1.6.0-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "738028db767d2fb4d9c5a8e7be96eec72a66a5a97c1c536fd64bfdfa2db58c3d",
"md5": "8198e0c607c5eb527eb70e04ed768a1b",
"sha256": "42bf24fd2935d321f1834aea4816d84e535379063aaddf8d1c877121ea4dc7ab"
},
"downloads": -1,
"filename": "loro-1.6.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "8198e0c607c5eb527eb70e04ed768a1b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 2740626,
"upload_time": "2025-08-31T06:38:36",
"upload_time_iso_8601": "2025-08-31T06:38:36.434501Z",
"url": "https://files.pythonhosted.org/packages/73/80/28db767d2fb4d9c5a8e7be96eec72a66a5a97c1c536fd64bfdfa2db58c3d/loro-1.6.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f34e9c968a85f81e2b5a6c7c16ee103e98893d4cc55664e915826caa5cbda6dc",
"md5": "eb90f98799bbfdb5e46c5cf4e18f8c23",
"sha256": "e1ce4710379bd1cbfa54297e16267b7c7aacdd61f2f931594c46504e40f4c2a2"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "eb90f98799bbfdb5e46c5cf4e18f8c23",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3096560,
"upload_time": "2025-08-31T06:36:18",
"upload_time_iso_8601": "2025-08-31T06:36:18.282314Z",
"url": "https://files.pythonhosted.org/packages/f3/4e/9c968a85f81e2b5a6c7c16ee103e98893d4cc55664e915826caa5cbda6dc/loro-1.6.0-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "308af830541bc58aa97ac460f48c3e6b0ed75776611ef73a04074c212cc3f8d4",
"md5": "ef1827a66a64961f6ee91a097818b923",
"sha256": "8b0a1a65920037856a3068024029f4677a924d61de2d2014d1cc53a679b85eb0"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "ef1827a66a64961f6ee91a097818b923",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 2874562,
"upload_time": "2025-08-31T06:36:03",
"upload_time_iso_8601": "2025-08-31T06:36:03.468855Z",
"url": "https://files.pythonhosted.org/packages/30/8a/f830541bc58aa97ac460f48c3e6b0ed75776611ef73a04074c212cc3f8d4/loro-1.6.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "21c371166beb50cc50d177b49f7c191c933476731b46e2ebb73d232a507428ab",
"md5": "fd58910e714aa6603c7a7c14bea0aa25",
"sha256": "9d66a4494efd3de3e6873425f77c1ad74b91d6b82864f6f0600fc84760ac313b"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "fd58910e714aa6603c7a7c14bea0aa25",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3105694,
"upload_time": "2025-08-31T06:33:06",
"upload_time_iso_8601": "2025-08-31T06:33:06.886396Z",
"url": "https://files.pythonhosted.org/packages/21/c3/71166beb50cc50d177b49f7c191c933476731b46e2ebb73d232a507428ab/loro-1.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "71bedec613e14ab23bef1968795f780bd279a4158fa40751bbbee059afe31434",
"md5": "5958df1f31dbce4109a71abf12bb73b2",
"sha256": "a597d357fc2b8875003111e9668ce9e1ce73e70a836441660f35ba37f49df373"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "5958df1f31dbce4109a71abf12bb73b2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3180696,
"upload_time": "2025-08-31T06:33:40",
"upload_time_iso_8601": "2025-08-31T06:33:40.345380Z",
"url": "https://files.pythonhosted.org/packages/71/be/dec613e14ab23bef1968795f780bd279a4158fa40751bbbee059afe31434/loro-1.6.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "61fbda9e7a67a00a962d854196ab7abda0950d98ff3c84026471b7193bd9b3e7",
"md5": "b1a07a82ca2e4579d71436aa6aad5f1a",
"sha256": "f4bf30afeac2e6e84b960319961738e20fa5971af939c3565f4fc03b0c82b766"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "b1a07a82ca2e4579d71436aa6aad5f1a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3549526,
"upload_time": "2025-08-31T06:34:08",
"upload_time_iso_8601": "2025-08-31T06:34:08.852143Z",
"url": "https://files.pythonhosted.org/packages/61/fb/da9e7a67a00a962d854196ab7abda0950d98ff3c84026471b7193bd9b3e7/loro-1.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a98f0fe5d3c53ccb5b54bb145574f63271eb6dde05e5de62245102f48a500268",
"md5": "73659117be3671079addb39327a68cbf",
"sha256": "7d9c9ff73707c249d2621bfc2733d9bfe174779d677d2bfbebc4286a08d6c687"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "73659117be3671079addb39327a68cbf",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3284108,
"upload_time": "2025-08-31T06:34:40",
"upload_time_iso_8601": "2025-08-31T06:34:40.832158Z",
"url": "https://files.pythonhosted.org/packages/a9/8f/0fe5d3c53ccb5b54bb145574f63271eb6dde05e5de62245102f48a500268/loro-1.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0981cdf2e42ab3b208f529d1e90392feda65aa32a6804601bf7e3b7d7b8b9148",
"md5": "a5b6805bae3efab9fa6c9cabc2c21b0e",
"sha256": "90909ed9d6dbcf75b815f224f58823ca268720e24236510def584934f9ca95f4"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "a5b6805bae3efab9fa6c9cabc2c21b0e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3233965,
"upload_time": "2025-08-31T06:35:37",
"upload_time_iso_8601": "2025-08-31T06:35:37.529492Z",
"url": "https://files.pythonhosted.org/packages/09/81/cdf2e42ab3b208f529d1e90392feda65aa32a6804601bf7e3b7d7b8b9148/loro-1.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "25fcea1747005a7c48466ec6e45bc2016244e752729d03dd3a3b03ce824c9921",
"md5": "8554968ed574d93b533f8795bd534075",
"sha256": "a62faca70f4182ffdb4f07351463a8961d311ccb272a928b62bb6e13ed85c9c9"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "8554968ed574d93b533f8795bd534075",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3495879,
"upload_time": "2025-08-31T06:35:10",
"upload_time_iso_8601": "2025-08-31T06:35:10.917924Z",
"url": "https://files.pythonhosted.org/packages/25/fc/ea1747005a7c48466ec6e45bc2016244e752729d03dd3a3b03ce824c9921/loro-1.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2d3662c69f184c71213c93284755a1254a42b18845aae21b0ee93115229260a9",
"md5": "b945e10f6eb2d1c81f47e19f33c5af23",
"sha256": "f5890e041389da855c2cd0bb93dcf9727f53a9658bed1204bebe0c2d8154c1df"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "b945e10f6eb2d1c81f47e19f33c5af23",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3254467,
"upload_time": "2025-08-31T06:36:32",
"upload_time_iso_8601": "2025-08-31T06:36:32.701016Z",
"url": "https://files.pythonhosted.org/packages/2d/36/62c69f184c71213c93284755a1254a42b18845aae21b0ee93115229260a9/loro-1.6.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f1152d5ba4fc518b1299fad5e5c661eb026482604b9961f3f8a761c2971b31cf",
"md5": "e8dce497bb9e12b601faab3c180f7bb7",
"sha256": "823d8d7766f13afd1c545522e107a30772bb907fd0e6fbad846c03c36b49f3ba"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "e8dce497bb9e12b601faab3c180f7bb7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3442732,
"upload_time": "2025-08-31T06:37:02",
"upload_time_iso_8601": "2025-08-31T06:37:02.794482Z",
"url": "https://files.pythonhosted.org/packages/f1/15/2d5ba4fc518b1299fad5e5c661eb026482604b9961f3f8a761c2971b31cf/loro-1.6.0-cp311-cp311-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "398495b4017b75438dc657d862a69428bd53711eea44b07e027a96333eb55625",
"md5": "7f2f2d431ad3f72c727c3f555f24f326",
"sha256": "4d85a7ef6f3b0a8a164baea6e9d49d0529d3783eebc3969df769d31005c74608"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "7f2f2d431ad3f72c727c3f555f24f326",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3492390,
"upload_time": "2025-08-31T06:37:33",
"upload_time_iso_8601": "2025-08-31T06:37:33.637788Z",
"url": "https://files.pythonhosted.org/packages/39/84/95b4017b75438dc657d862a69428bd53711eea44b07e027a96333eb55625/loro-1.6.0-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "179115a65e3904cb0d6d19f8379392bd8027824df344cda930d7d2603fc3cc69",
"md5": "24dba40c1f8b56b64be6553e4cb7c7bd",
"sha256": "98c0c9e0c5f5bf8de108044a835fc652f1fa74dec84a99e8d93d6e9ff7c78b1c"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "24dba40c1f8b56b64be6553e4cb7c7bd",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3398844,
"upload_time": "2025-08-31T06:38:04",
"upload_time_iso_8601": "2025-08-31T06:38:04.791691Z",
"url": "https://files.pythonhosted.org/packages/17/91/15a65e3904cb0d6d19f8379392bd8027824df344cda930d7d2603fc3cc69/loro-1.6.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b58c92682a7c82a5d32e2a4297ac9e5819983bf0fcd60d4203279d576ed0621",
"md5": "9e4e725bf4ce73d23bc20d10d961629c",
"sha256": "d2815d1d5085a6472607dc220df8eb992a382910b792eef0e262f65fc381fa29"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "9e4e725bf4ce73d23bc20d10d961629c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 2586198,
"upload_time": "2025-08-31T06:38:57",
"upload_time_iso_8601": "2025-08-31T06:38:57.297789Z",
"url": "https://files.pythonhosted.org/packages/5b/58/c92682a7c82a5d32e2a4297ac9e5819983bf0fcd60d4203279d576ed0621/loro-1.6.0-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "87c6e0e6f278950fdb323ee5341d489fdc764decf7c984f42368b6aca8c87750",
"md5": "2d4f99665d2d744cf25690881c3a2db3",
"sha256": "40e6c4bda14968e8eeeae9476bb6fa6b5656771ce52469c27e4937db68c5ac8d"
},
"downloads": -1,
"filename": "loro-1.6.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "2d4f99665d2d744cf25690881c3a2db3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 2741746,
"upload_time": "2025-08-31T06:38:37",
"upload_time_iso_8601": "2025-08-31T06:38:37.960542Z",
"url": "https://files.pythonhosted.org/packages/87/c6/e0e6f278950fdb323ee5341d489fdc764decf7c984f42368b6aca8c87750/loro-1.6.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c8476b141983ad52e9a7ede355b8e9689355d8d3ad5eb6d4df059d06d8956088",
"md5": "6518977a9f0baf5e11fffc1e339214fe",
"sha256": "2496b75cd88759c3186b9995ba516339b65564dcc130df934f25f4fab80dcf02"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "6518977a9f0baf5e11fffc1e339214fe",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3076956,
"upload_time": "2025-08-31T06:36:19",
"upload_time_iso_8601": "2025-08-31T06:36:19.885593Z",
"url": "https://files.pythonhosted.org/packages/c8/47/6b141983ad52e9a7ede355b8e9689355d8d3ad5eb6d4df059d06d8956088/loro-1.6.0-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "348e862d8d145b72409693bd27b9ff59da5ef55ec8e40063ea7ff5a86733d1f6",
"md5": "6146e2c0270bb51ac9fa5fd7ae8dd29c",
"sha256": "d9889cda856d7002d10e973349ff81b1ad3542e944100b99bc5ac34d7ad7e746"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "6146e2c0270bb51ac9fa5fd7ae8dd29c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 2860675,
"upload_time": "2025-08-31T06:36:04",
"upload_time_iso_8601": "2025-08-31T06:36:04.722580Z",
"url": "https://files.pythonhosted.org/packages/34/8e/862d8d145b72409693bd27b9ff59da5ef55ec8e40063ea7ff5a86733d1f6/loro-1.6.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4f221a6becfaf74c2e8b5fa1334ee659168d5c2bb89c82358eb93bf72c5722e5",
"md5": "5b63ad75dab9217ac5a73aaf0917ff8e",
"sha256": "42392369dd0bd55230dc62d5c76448d11cf413311de62765df10a64638248cf0"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "5b63ad75dab9217ac5a73aaf0917ff8e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3109806,
"upload_time": "2025-08-31T06:33:08",
"upload_time_iso_8601": "2025-08-31T06:33:08.165460Z",
"url": "https://files.pythonhosted.org/packages/4f/22/1a6becfaf74c2e8b5fa1334ee659168d5c2bb89c82358eb93bf72c5722e5/loro-1.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3d2e620f4c5f65319e640d0ed45b1f96bd1f60baf2373e9ddbdc175da71e767d",
"md5": "cccbfe4f7bdca3325c6433d4297fdc4e",
"sha256": "3e7752c2f5971ffc66afc1107d2e72cdd12fdd1add3700df5b22daf460f5f153"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "cccbfe4f7bdca3325c6433d4297fdc4e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3186836,
"upload_time": "2025-08-31T06:33:41",
"upload_time_iso_8601": "2025-08-31T06:33:41.792734Z",
"url": "https://files.pythonhosted.org/packages/3d/2e/620f4c5f65319e640d0ed45b1f96bd1f60baf2373e9ddbdc175da71e767d/loro-1.6.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0ba762378bd909c8a74620e680a6e77d01f50ee62cd32efc9cdd73107f7b6851",
"md5": "93005553050b1b95b4a7634925b5750c",
"sha256": "9d716ec3b94d20e928568c8bd6b508fdb2e3e3214e6eb6118628da5dd5c3b887"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "93005553050b1b95b4a7634925b5750c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3557219,
"upload_time": "2025-08-31T06:34:10",
"upload_time_iso_8601": "2025-08-31T06:34:10.057399Z",
"url": "https://files.pythonhosted.org/packages/0b/a7/62378bd909c8a74620e680a6e77d01f50ee62cd32efc9cdd73107f7b6851/loro-1.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ee338df6ad7f2abb41d1aca9b597d6479691ab7d7ae15602d07713babd681bd3",
"md5": "8124aa3aa6e475e36cba406c4e9ae02c",
"sha256": "a2918f5138b13abf1ba2f0851250220414dec828f7d5f52a2543b8bcf1b7e6d4"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "8124aa3aa6e475e36cba406c4e9ae02c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3290881,
"upload_time": "2025-08-31T06:34:42",
"upload_time_iso_8601": "2025-08-31T06:34:42.258895Z",
"url": "https://files.pythonhosted.org/packages/ee/33/8df6ad7f2abb41d1aca9b597d6479691ab7d7ae15602d07713babd681bd3/loro-1.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8256e45204ec70b729faf642c2db69a00fa74b933597bb5cc40f92faf8b6b519",
"md5": "64f28f1d66458a86aadf1cc92e9c836f",
"sha256": "36af37e283444f3d86d0ab3616c58a4c27404c52cb2b7d630de8fc4506df409e"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "64f28f1d66458a86aadf1cc92e9c836f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3239072,
"upload_time": "2025-08-31T06:35:39",
"upload_time_iso_8601": "2025-08-31T06:35:39.051768Z",
"url": "https://files.pythonhosted.org/packages/82/56/e45204ec70b729faf642c2db69a00fa74b933597bb5cc40f92faf8b6b519/loro-1.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ff471272bdaef3c1f7d2b6e0c1fb85255c83449d844a75ddffe74372e2e44fae",
"md5": "3cb5129453b3c5f20387392437520603",
"sha256": "b44f4e1f15392187fb93c1e29c247253c498cf4228bc9d5126487459772c1b30"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "3cb5129453b3c5f20387392437520603",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3494669,
"upload_time": "2025-08-31T06:35:12",
"upload_time_iso_8601": "2025-08-31T06:35:12.294639Z",
"url": "https://files.pythonhosted.org/packages/ff/47/1272bdaef3c1f7d2b6e0c1fb85255c83449d844a75ddffe74372e2e44fae/loro-1.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a1ff8abf17e1058a1d1a60d3782e842bf408646233757d31ed782e6e15729dbc",
"md5": "e6d0ffffac4c0336050eafdf1904d606",
"sha256": "59686d6b6757d3da0387e4bb070e5908d8c5f05655e9fab8deface0f9c4a2739"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "e6d0ffffac4c0336050eafdf1904d606",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3261553,
"upload_time": "2025-08-31T06:36:34",
"upload_time_iso_8601": "2025-08-31T06:36:34.422047Z",
"url": "https://files.pythonhosted.org/packages/a1/ff/8abf17e1058a1d1a60d3782e842bf408646233757d31ed782e6e15729dbc/loro-1.6.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "317324982d70babf02e8a1f54ec682c4b265c620fa8b7773f667859ec605d167",
"md5": "c17af7097bde258c5ef11db8c183000d",
"sha256": "9052492752ddd7d84169698aad391ec66726f1855c1857f76ac56aa945110e40"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "c17af7097bde258c5ef11db8c183000d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3448114,
"upload_time": "2025-08-31T06:37:04",
"upload_time_iso_8601": "2025-08-31T06:37:04.067003Z",
"url": "https://files.pythonhosted.org/packages/31/73/24982d70babf02e8a1f54ec682c4b265c620fa8b7773f667859ec605d167/loro-1.6.0-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "adcc061a23210d7e4e764a9465e587c25497bb611a40d4c4699b41505862a7a1",
"md5": "127c196beb689e9de9a9120fd250792f",
"sha256": "b41802007ef51afbeab1f489c95db8802761eabb2e1c3d264e5b211ae80ff019"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "127c196beb689e9de9a9120fd250792f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3491485,
"upload_time": "2025-08-31T06:37:35",
"upload_time_iso_8601": "2025-08-31T06:37:35.411099Z",
"url": "https://files.pythonhosted.org/packages/ad/cc/061a23210d7e4e764a9465e587c25497bb611a40d4c4699b41505862a7a1/loro-1.6.0-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f2158e2b1e876c811d7a32c9049cebb745a0b7a03a0242246a20ee06808d296d",
"md5": "05a030b5173148de9cfba8d915688835",
"sha256": "83eddffc8d12695c3d5648ff6a749c131dce60937b272dd088177db05b3040b3"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "05a030b5173148de9cfba8d915688835",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3404615,
"upload_time": "2025-08-31T06:38:06",
"upload_time_iso_8601": "2025-08-31T06:38:06.258815Z",
"url": "https://files.pythonhosted.org/packages/f2/15/8e2b1e876c811d7a32c9049cebb745a0b7a03a0242246a20ee06808d296d/loro-1.6.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d877016e3606f7364a666f9e1d74d748bf41a9b32857ee7b5301e996c7a0521d",
"md5": "a916bdc09c8d45df42b03eb29b3e8316",
"sha256": "d020b4efc36ca1a257588609b9a59cf35290d35a40cd2831ba86970d6e624679"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "a916bdc09c8d45df42b03eb29b3e8316",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 2585812,
"upload_time": "2025-08-31T06:38:58",
"upload_time_iso_8601": "2025-08-31T06:38:58.755886Z",
"url": "https://files.pythonhosted.org/packages/d8/77/016e3606f7364a666f9e1d74d748bf41a9b32857ee7b5301e996c7a0521d/loro-1.6.0-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "139d9159bb19a45af35e81a4256f21c925b0f9e731c82bcedfbc7cf7d384b60e",
"md5": "caf8a3126828084714dac67e2c2b1b96",
"sha256": "9fe5dcb1dababd3fe705c2b1caa3621b31d52b26d4b8ef98f6fbc05b29e1cbab"
},
"downloads": -1,
"filename": "loro-1.6.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "caf8a3126828084714dac67e2c2b1b96",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 2746032,
"upload_time": "2025-08-31T06:38:39",
"upload_time_iso_8601": "2025-08-31T06:38:39.339159Z",
"url": "https://files.pythonhosted.org/packages/13/9d/9159bb19a45af35e81a4256f21c925b0f9e731c82bcedfbc7cf7d384b60e/loro-1.6.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "77b2cf3ac17e3104dcffebf11e1c0eeb9fd063f99232aa7ad1978b31174b5389",
"md5": "cdfe8fe3e5ac39ed900ddf11c30075ad",
"sha256": "e81fabda7b05ff6b6a0d742fbd5aff950b07ecdd484bf43f3492ff9f24e5f189"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "cdfe8fe3e5ac39ed900ddf11c30075ad",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3076319,
"upload_time": "2025-08-31T06:36:21",
"upload_time_iso_8601": "2025-08-31T06:36:21.428974Z",
"url": "https://files.pythonhosted.org/packages/77/b2/cf3ac17e3104dcffebf11e1c0eeb9fd063f99232aa7ad1978b31174b5389/loro-1.6.0-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "019857fac35ec82302409586d564d389292733eb5c9f7e091fbf15f107439265",
"md5": "e5f2f691ed6dca2fa27f3e7ebc446f7f",
"sha256": "d417d6fccc7dea7c094aefdacd6096e93a1e9dc054aa40115ebab0e6cc8f2918"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e5f2f691ed6dca2fa27f3e7ebc446f7f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 2860968,
"upload_time": "2025-08-31T06:36:06",
"upload_time_iso_8601": "2025-08-31T06:36:06.116029Z",
"url": "https://files.pythonhosted.org/packages/01/98/57fac35ec82302409586d564d389292733eb5c9f7e091fbf15f107439265/loro-1.6.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7d502f0348ad2105dd8945b4a0a63db22c90d5e770aaf7399c81c5c074056612",
"md5": "e7f96d4426145b7757f61f675c565ff5",
"sha256": "04b1a4b4ecd316be844341be361bca04b444e1be12660fbb5ed0360eb02535e0"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e7f96d4426145b7757f61f675c565ff5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3108951,
"upload_time": "2025-08-31T06:33:10",
"upload_time_iso_8601": "2025-08-31T06:33:10.086576Z",
"url": "https://files.pythonhosted.org/packages/7d/50/2f0348ad2105dd8945b4a0a63db22c90d5e770aaf7399c81c5c074056612/loro-1.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "665c813492c3a568a84977482419d96c3cde2a44e0b6ade8823cd65cf47a727f",
"md5": "30482a1041b95bac3c38d2cf97cfa17b",
"sha256": "c5609bb34d00fc767d396b6b23988aaa506549c719bfe5d88de3594ab96c328a"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "30482a1041b95bac3c38d2cf97cfa17b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3186291,
"upload_time": "2025-08-31T06:33:43",
"upload_time_iso_8601": "2025-08-31T06:33:43.004871Z",
"url": "https://files.pythonhosted.org/packages/66/5c/813492c3a568a84977482419d96c3cde2a44e0b6ade8823cd65cf47a727f/loro-1.6.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b4fd8e22639c3fdbc5540ad42e1852e97cf8e6a705109ae4c6536795b02be927",
"md5": "ec1e939948bd16be58230a649df0b4f2",
"sha256": "1fe0618c18ecb11a36f6247e42b702c7810bac961b867f4a461a11de4fae70d7"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "ec1e939948bd16be58230a649df0b4f2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3555655,
"upload_time": "2025-08-31T06:34:12",
"upload_time_iso_8601": "2025-08-31T06:34:12.372214Z",
"url": "https://files.pythonhosted.org/packages/b4/fd/8e22639c3fdbc5540ad42e1852e97cf8e6a705109ae4c6536795b02be927/loro-1.6.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5bd9ec32a72f863fffcc3935d1825271116dc4ea214944074b4e3738060815a7",
"md5": "9643e30538900e2aed9b3f32a8ca9a90",
"sha256": "fa27a487bda836cf890c4be40350b9c449c72e9fe0be71e4b5f3344d476797c9"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "9643e30538900e2aed9b3f32a8ca9a90",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3290644,
"upload_time": "2025-08-31T06:34:43",
"upload_time_iso_8601": "2025-08-31T06:34:43.530552Z",
"url": "https://files.pythonhosted.org/packages/5b/d9/ec32a72f863fffcc3935d1825271116dc4ea214944074b4e3738060815a7/loro-1.6.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "986e6507d029efe5caa9b4453812afcf4f294925a7723427d75c6c35075782e6",
"md5": "bed4292aa91c84614ca3bc4ad5dde617",
"sha256": "52ddc2121aca2c4d8922f8cd6301b53c485369056da38db96e301a0b46c35659"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "bed4292aa91c84614ca3bc4ad5dde617",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3238641,
"upload_time": "2025-08-31T06:35:40",
"upload_time_iso_8601": "2025-08-31T06:35:40.567767Z",
"url": "https://files.pythonhosted.org/packages/98/6e/6507d029efe5caa9b4453812afcf4f294925a7723427d75c6c35075782e6/loro-1.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eecbb04036097a9a54db2753837e7e730f2f9a3331cd93a25dfca6f69a4e251f",
"md5": "b4fe5f2859976aab8b7a08a5577608c3",
"sha256": "1adaba4fae3773356067c0cc42a46ab1073c85dac021c1dbf7356a4c31b88a14"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "b4fe5f2859976aab8b7a08a5577608c3",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3495139,
"upload_time": "2025-08-31T06:35:13",
"upload_time_iso_8601": "2025-08-31T06:35:13.480954Z",
"url": "https://files.pythonhosted.org/packages/ee/cb/b04036097a9a54db2753837e7e730f2f9a3331cd93a25dfca6f69a4e251f/loro-1.6.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e48d0299361757a0dce5a67b49b9c7a7d0e2db4963b6da42ac861402fe01ce83",
"md5": "c04f171274c6d9915af56c1f90b78dd1",
"sha256": "6a33e42aca4680e3bc067d953dd2a4013f972ed7ff47c8e60cfe8a035d0b7066"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "c04f171274c6d9915af56c1f90b78dd1",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3260701,
"upload_time": "2025-08-31T06:36:35",
"upload_time_iso_8601": "2025-08-31T06:36:35.673001Z",
"url": "https://files.pythonhosted.org/packages/e4/8d/0299361757a0dce5a67b49b9c7a7d0e2db4963b6da42ac861402fe01ce83/loro-1.6.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d1b8e6fcc3e06806b21785dc4ed0c5df14ce671c7b9a52f1b1d9a4eac0de1bc5",
"md5": "2ef204ca51eab762144711e1dbdfa6ac",
"sha256": "f265a379207d10722d6be486fefc8f852aadb495423fbe2a4ccb78d5f7268885"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "2ef204ca51eab762144711e1dbdfa6ac",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3448086,
"upload_time": "2025-08-31T06:37:05",
"upload_time_iso_8601": "2025-08-31T06:37:05.512046Z",
"url": "https://files.pythonhosted.org/packages/d1/b8/e6fcc3e06806b21785dc4ed0c5df14ce671c7b9a52f1b1d9a4eac0de1bc5/loro-1.6.0-cp313-cp313-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2448eb45ffbe89685af485aed662b9d5b566dda0f6b62010922ea5a8c1ce7176",
"md5": "819747b7fe0ab7c71ead26dbb0407796",
"sha256": "4f4700233a7cca1f4ee6c515a617496a7378c9d1af235bd76636878622c3f265"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "819747b7fe0ab7c71ead26dbb0407796",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3491324,
"upload_time": "2025-08-31T06:37:37",
"upload_time_iso_8601": "2025-08-31T06:37:37.067754Z",
"url": "https://files.pythonhosted.org/packages/24/48/eb45ffbe89685af485aed662b9d5b566dda0f6b62010922ea5a8c1ce7176/loro-1.6.0-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dad555ebccdc7f974e651bc4c56f788d624a3a60bc299801ce3581d21fcbfbc8",
"md5": "854931feb713e0747712f15fab919329",
"sha256": "d1386d9a32cdc1f84235cc579d0d038d24a8fe68ae8f19f9bc3dfcbe0b38e0b9"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "854931feb713e0747712f15fab919329",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3404214,
"upload_time": "2025-08-31T06:38:07",
"upload_time_iso_8601": "2025-08-31T06:38:07.820124Z",
"url": "https://files.pythonhosted.org/packages/da/d5/55ebccdc7f974e651bc4c56f788d624a3a60bc299801ce3581d21fcbfbc8/loro-1.6.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d26c0146e45d16ad68eb846ffea9bffde704e6cb8b7c84948b410e251d0ac1b8",
"md5": "1043c26053f7aa3c0d2078bb60084af8",
"sha256": "c31d40258f35bf3316020370ee5c1b24bf46689142b1d27abb824c2b5a834f1e"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "1043c26053f7aa3c0d2078bb60084af8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3108286,
"upload_time": "2025-08-31T06:33:11",
"upload_time_iso_8601": "2025-08-31T06:33:11.662651Z",
"url": "https://files.pythonhosted.org/packages/d2/6c/0146e45d16ad68eb846ffea9bffde704e6cb8b7c84948b410e251d0ac1b8/loro-1.6.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1c01c92dac8261ae03b49c4d5577382c2d52301346e670af556cd6492f413be9",
"md5": "dd52f0e9a840b8893c82a6f45fb91d8f",
"sha256": "d2b335fc483c19cce84cfe2cf16a21d02a6df7c750906791c605c273f04695b2"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "dd52f0e9a840b8893c82a6f45fb91d8f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3181384,
"upload_time": "2025-08-31T06:33:44",
"upload_time_iso_8601": "2025-08-31T06:33:44.360118Z",
"url": "https://files.pythonhosted.org/packages/1c/01/c92dac8261ae03b49c4d5577382c2d52301346e670af556cd6492f413be9/loro-1.6.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2809212d5e86236bc4fe212c8edcb44c841dbd361ed0133c22f490fdfcc05317",
"md5": "9bad2ba552a02916ccbe9b680903d0b7",
"sha256": "406b538128001c507fe3d922ff1efdc721be44b4d7d078488e76afee605a42d3"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "9bad2ba552a02916ccbe9b680903d0b7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3552402,
"upload_time": "2025-08-31T06:34:13",
"upload_time_iso_8601": "2025-08-31T06:34:13.616444Z",
"url": "https://files.pythonhosted.org/packages/28/09/212d5e86236bc4fe212c8edcb44c841dbd361ed0133c22f490fdfcc05317/loro-1.6.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "46633568800791fb7a44d9c7c052415e9554ba43cfb394536e14f56e85316f43",
"md5": "3c3cfefe4e066b8dfe943a4c73a2871a",
"sha256": "1f2fc4db7b5dfefecc5caf7cc4cee50538369fba7adde235ecdde85303426a9a"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "3c3cfefe4e066b8dfe943a4c73a2871a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3290210,
"upload_time": "2025-08-31T06:34:44",
"upload_time_iso_8601": "2025-08-31T06:34:44.940158Z",
"url": "https://files.pythonhosted.org/packages/46/63/3568800791fb7a44d9c7c052415e9554ba43cfb394536e14f56e85316f43/loro-1.6.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "919d48482b135fc7366931a73cdb4af43cd050b21595e6059e1ca660613e1690",
"md5": "e191b3f64bc8cc7a1a8cd2b2eb5a8658",
"sha256": "625697361cf71fc95e4a855cc2ab523ed8e573d9d338485536856559b2446ad1"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "e191b3f64bc8cc7a1a8cd2b2eb5a8658",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3258404,
"upload_time": "2025-08-31T06:36:37",
"upload_time_iso_8601": "2025-08-31T06:36:37.044929Z",
"url": "https://files.pythonhosted.org/packages/91/9d/48482b135fc7366931a73cdb4af43cd050b21595e6059e1ca660613e1690/loro-1.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f4a87071db3470ec51a1fc5fa875517c4bd128a742045f55cceeea0bb892309e",
"md5": "7ecfa39fa89f168a9db2c9b9754079d6",
"sha256": "423bda709359390cef568c5b6495b8fbba3097306384492d440dfe3b917a7a8a"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313t-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "7ecfa39fa89f168a9db2c9b9754079d6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3443698,
"upload_time": "2025-08-31T06:37:06",
"upload_time_iso_8601": "2025-08-31T06:37:06.895629Z",
"url": "https://files.pythonhosted.org/packages/f4/a8/7071db3470ec51a1fc5fa875517c4bd128a742045f55cceeea0bb892309e/loro-1.6.0-cp313-cp313t-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4822713b4bae9847b22c59480362ebb00cca981e46874691b4676cb8c1b575f6",
"md5": "21f89905c8307c5c40879dca177e4104",
"sha256": "975bd2d570a216e15d74edf1ab62015d6d501b1f2e1c37d27c69f4b79a776e7f"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313t-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "21f89905c8307c5c40879dca177e4104",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3485093,
"upload_time": "2025-08-31T06:37:38",
"upload_time_iso_8601": "2025-08-31T06:37:38.393290Z",
"url": "https://files.pythonhosted.org/packages/48/22/713b4bae9847b22c59480362ebb00cca981e46874691b4676cb8c1b575f6/loro-1.6.0-cp313-cp313t-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d4c9af48a3628e67fe11964717e532892fc007c569567af9db243bf27e180e1f",
"md5": "d827ff7c8a3630b7525b949e4ddfa1a9",
"sha256": "4bbb46223a00a128bb8d2aeadd885feceb09f5d3f9ce9a76605fb6e1f0633518"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "d827ff7c8a3630b7525b949e4ddfa1a9",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3402754,
"upload_time": "2025-08-31T06:38:09",
"upload_time_iso_8601": "2025-08-31T06:38:09.316871Z",
"url": "https://files.pythonhosted.org/packages/d4/c9/af48a3628e67fe11964717e532892fc007c569567af9db243bf27e180e1f/loro-1.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "def2aef74bd9dcc65449ad2eb4adf2e392d52a1761e76de6b64b4094ec2da04f",
"md5": "da94f8a05a4c742768b9e737f4c5b3e9",
"sha256": "b5051d628d6404bec73a355cfd3e75b3d8c6be287b470956e83846bd000dcd3f"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "da94f8a05a4c742768b9e737f4c5b3e9",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 2585936,
"upload_time": "2025-08-31T06:39:00",
"upload_time_iso_8601": "2025-08-31T06:39:00.056544Z",
"url": "https://files.pythonhosted.org/packages/de/f2/aef74bd9dcc65449ad2eb4adf2e392d52a1761e76de6b64b4094ec2da04f/loro-1.6.0-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "56c5313975f7d41a2dba78d04d95051b4a0d8c98f278dc1916ecf8f4e78b972d",
"md5": "15c3d6923161dd270f5badf4eff8d0c3",
"sha256": "ae8269e826c3a0c401d24efeeff1b95040df4c4bd8fc0b79f0a3c04005e31fc2"
},
"downloads": -1,
"filename": "loro-1.6.0-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "15c3d6923161dd270f5badf4eff8d0c3",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 2746678,
"upload_time": "2025-08-31T06:38:40",
"upload_time_iso_8601": "2025-08-31T06:38:40.919752Z",
"url": "https://files.pythonhosted.org/packages/56/c5/313975f7d41a2dba78d04d95051b4a0d8c98f278dc1916ecf8f4e78b972d/loro-1.6.0-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "822f89c50eff27346d646c765383ad8fc01d27dfe4fba8d0caba3f1079dc9e3f",
"md5": "305c35de13a8882a6ba48b8bc0e3e710",
"sha256": "12c3534766c63366af320704821e0edb04c302081ca8eef315cfc08058680204"
},
"downloads": -1,
"filename": "loro-1.6.0-cp314-cp314-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "305c35de13a8882a6ba48b8bc0e3e710",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.8",
"size": 3060404,
"upload_time": "2025-08-31T06:36:26",
"upload_time_iso_8601": "2025-08-31T06:36:26.030932Z",
"url": "https://files.pythonhosted.org/packages/82/2f/89c50eff27346d646c765383ad8fc01d27dfe4fba8d0caba3f1079dc9e3f/loro-1.6.0-cp314-cp314-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "08b8eb993ebad42271a23add5c99bbc1641e2388864e8637b3bdb8e8ecd52466",
"md5": "f9b0e944dba03b83fe94ced48c241819",
"sha256": "20678ee6f37f5e78f5e8262a83510cff3669e5fdb2a34c23c7e82c2389604295"
},
"downloads": -1,
"filename": "loro-1.6.0-cp314-cp314-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f9b0e944dba03b83fe94ced48c241819",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.8",
"size": 2850228,
"upload_time": "2025-08-31T06:36:10",
"upload_time_iso_8601": "2025-08-31T06:36:10.409844Z",
"url": "https://files.pythonhosted.org/packages/08/b8/eb993ebad42271a23add5c99bbc1641e2388864e8637b3bdb8e8ecd52466/loro-1.6.0-cp314-cp314-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c0858a7ab8888101f56f93ebaa81c5203039f9544e8f2c0df3d4abd3b0a17423",
"md5": "147b9d3263b7909d423af8378c98d3a2",
"sha256": "b2be102c1ab43fa0c5d592c2b26d81ab7b0f48efae69dc1940afd35d3f5b65d5"
},
"downloads": -1,
"filename": "loro-1.6.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "147b9d3263b7909d423af8378c98d3a2",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.8",
"size": 3220322,
"upload_time": "2025-08-31T06:35:42",
"upload_time_iso_8601": "2025-08-31T06:35:42.034041Z",
"url": "https://files.pythonhosted.org/packages/c0/85/8a7ab8888101f56f93ebaa81c5203039f9544e8f2c0df3d4abd3b0a17423/loro-1.6.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b52f8c44a25b506a589df6359cde382e08c6ea35ec57165a19197abf8429e6e6",
"md5": "792706282236ae3fa86177c5bfea1f77",
"sha256": "73c7f2e6aa42107ad89082f2cb7d873ee4dc5d91cab801f63a6aa9ce2e87c82d"
},
"downloads": -1,
"filename": "loro-1.6.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "792706282236ae3fa86177c5bfea1f77",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.8",
"size": 3482803,
"upload_time": "2025-08-31T06:35:14",
"upload_time_iso_8601": "2025-08-31T06:35:14.978904Z",
"url": "https://files.pythonhosted.org/packages/b5/2f/8c44a25b506a589df6359cde382e08c6ea35ec57165a19197abf8429e6e6/loro-1.6.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b001b0f290185a74166a948d2402da810c45b9071cb454680c6e688fab06d90f",
"md5": "9731a66bc121e8cf708aec6316bf3c59",
"sha256": "1422b01d780218bd87a6dbe738c885b27d7034bb8d34b269876cadc379e484ab"
},
"downloads": -1,
"filename": "loro-1.6.0-cp314-cp314-win32.whl",
"has_sig": false,
"md5_digest": "9731a66bc121e8cf708aec6316bf3c59",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.8",
"size": 2572334,
"upload_time": "2025-08-31T06:39:08",
"upload_time_iso_8601": "2025-08-31T06:39:08.335959Z",
"url": "https://files.pythonhosted.org/packages/b0/01/b0f290185a74166a948d2402da810c45b9071cb454680c6e688fab06d90f/loro-1.6.0-cp314-cp314-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4f8bf641421fa11c7fde5dd3ed78a823ebdb19dcc7a5b09f2e07927db59bea67",
"md5": "86ca6d58354e3756a8074135fc176685",
"sha256": "532c2fd24d5da7aafc1375389113f61da02aa7061e286cc96fb265d9c73658b5"
},
"downloads": -1,
"filename": "loro-1.6.0-cp314-cp314-win_amd64.whl",
"has_sig": false,
"md5_digest": "86ca6d58354e3756a8074135fc176685",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.8",
"size": 2725881,
"upload_time": "2025-08-31T06:38:49",
"upload_time_iso_8601": "2025-08-31T06:38:49.383254Z",
"url": "https://files.pythonhosted.org/packages/4f/8b/f641421fa11c7fde5dd3ed78a823ebdb19dcc7a5b09f2e07927db59bea67/loro-1.6.0-cp314-cp314-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "45ccb0f57a10f82a605c1d7d0169e5c3482f1a6b2328264f75f370b7a0da16ef",
"md5": "f7f0f009e0fe1fac5873305f02331446",
"sha256": "02d0c68e998f85043d6435eae360c8b68e149455f69496cfdb25b95ebf81c1c2"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "f7f0f009e0fe1fac5873305f02331446",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3094045,
"upload_time": "2025-08-31T06:36:28",
"upload_time_iso_8601": "2025-08-31T06:36:28.168135Z",
"url": "https://files.pythonhosted.org/packages/45/cc/b0f57a10f82a605c1d7d0169e5c3482f1a6b2328264f75f370b7a0da16ef/loro-1.6.0-cp38-cp38-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fc7360f0633a977b28d0b8768904ae96798b7f70f05861b6f4e94e405d6a6874",
"md5": "2d1662b69013792a0c66262b306f4aaa",
"sha256": "3e8c0d8b135c1bf02e03ff5bb9d9ddaaa28f247acad4c97ceeea2d152dd3f186"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2d1662b69013792a0c66262b306f4aaa",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2873945,
"upload_time": "2025-08-31T06:36:12",
"upload_time_iso_8601": "2025-08-31T06:36:12.711954Z",
"url": "https://files.pythonhosted.org/packages/fc/73/60f0633a977b28d0b8768904ae96798b7f70f05861b6f4e94e405d6a6874/loro-1.6.0-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ac65f388cf87c633ec1153b79ab79ae358d1ad87896593059a1cbe24e2d5797d",
"md5": "d9d73f6cd7915cf9b1f4e612746f0d90",
"sha256": "abb9db2983f9253c9c30773d13b3375c12d4cb83e64b3e425f2dc4f052321cae"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "d9d73f6cd7915cf9b1f4e612746f0d90",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3102662,
"upload_time": "2025-08-31T06:33:13",
"upload_time_iso_8601": "2025-08-31T06:33:13.601607Z",
"url": "https://files.pythonhosted.org/packages/ac/65/f388cf87c633ec1153b79ab79ae358d1ad87896593059a1cbe24e2d5797d/loro-1.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7bb8ee1a00dd2aa8fdb88ad1738d38a27c52b7ae5b9d6e44b5d26b8ff7187e14",
"md5": "a074c5b91b352ef40d96854e20e1dd94",
"sha256": "46cc1b558139cd73f662b7cd30ae882b93b6e87bac2d0f7a47fab9112f1a743c"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "a074c5b91b352ef40d96854e20e1dd94",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3184215,
"upload_time": "2025-08-31T06:33:45",
"upload_time_iso_8601": "2025-08-31T06:33:45.651268Z",
"url": "https://files.pythonhosted.org/packages/7b/b8/ee1a00dd2aa8fdb88ad1738d38a27c52b7ae5b9d6e44b5d26b8ff7187e14/loro-1.6.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0d30fa8b951e382e90a6fd1aa8165c9530b471af975e6af444dc4b8226269367",
"md5": "299cf13c3057e1ea2f3573144be029c0",
"sha256": "daa22b8b99f1c21e70e61b4dcbfe4415bf7e8bb6a7f7ab131c687ac0bbcc6eb3"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "299cf13c3057e1ea2f3573144be029c0",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3548735,
"upload_time": "2025-08-31T06:34:15",
"upload_time_iso_8601": "2025-08-31T06:34:15.409241Z",
"url": "https://files.pythonhosted.org/packages/0d/30/fa8b951e382e90a6fd1aa8165c9530b471af975e6af444dc4b8226269367/loro-1.6.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bf10aca6c1ed45b9713d667ad9f3af59608f84d6ab27eb5f214039208268b84d",
"md5": "0ba7e6c97c0cf41a0e7165e28510b705",
"sha256": "9ad984fa3339eff6ec07e82dd983462f9dacd61fc120673071d2c1b33e500cae"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "0ba7e6c97c0cf41a0e7165e28510b705",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3285969,
"upload_time": "2025-08-31T06:34:46",
"upload_time_iso_8601": "2025-08-31T06:34:46.166872Z",
"url": "https://files.pythonhosted.org/packages/bf/10/aca6c1ed45b9713d667ad9f3af59608f84d6ab27eb5f214039208268b84d/loro-1.6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "caf2e87b2eb923862c911f70283839dfac1f87894fa900e692948aa07ad05c8f",
"md5": "309eddfb0327cabe08a61979dacdb260",
"sha256": "d0ce83277bd7b512d607e0408500428f6494c50f9e2f79cfd35689493c495c60"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "309eddfb0327cabe08a61979dacdb260",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3232196,
"upload_time": "2025-08-31T06:35:43",
"upload_time_iso_8601": "2025-08-31T06:35:43.327785Z",
"url": "https://files.pythonhosted.org/packages/ca/f2/e87b2eb923862c911f70283839dfac1f87894fa900e692948aa07ad05c8f/loro-1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7bd78052ff3e36a63291b535f379f2f98e6350628c7f7f37cb5fcfaa9990c340",
"md5": "b43f324ef0eb6b0c7e69eaad43cb2cb0",
"sha256": "10e9be078ef4e5ff84e94c5bd519ba26792798cc28955e5d751f5cbfb5a4d468"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "b43f324ef0eb6b0c7e69eaad43cb2cb0",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3496582,
"upload_time": "2025-08-31T06:35:16",
"upload_time_iso_8601": "2025-08-31T06:35:16.217713Z",
"url": "https://files.pythonhosted.org/packages/7b/d7/8052ff3e36a63291b535f379f2f98e6350628c7f7f37cb5fcfaa9990c340/loro-1.6.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7616d3350317ef60db976282f509ae49bd3fa4ba39d0aea48c9114b91f9786d9",
"md5": "1e0001728cdfd089746c100f8a331803",
"sha256": "d17cab24b953120cdb8277c5d27f72fd18f2a64536db42810a344b7f04b1e9e8"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "1e0001728cdfd089746c100f8a331803",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3249121,
"upload_time": "2025-08-31T06:36:38",
"upload_time_iso_8601": "2025-08-31T06:36:38.364657Z",
"url": "https://files.pythonhosted.org/packages/76/16/d3350317ef60db976282f509ae49bd3fa4ba39d0aea48c9114b91f9786d9/loro-1.6.0-cp38-cp38-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "576540f5d280c1e1cb299e5b6a712d9ee9d5ff52fee34053dabf98c61771becd",
"md5": "a00aeda25c037cc02137b16e3e3e8b45",
"sha256": "5fbd0886f259273242c25e552481e975340584fadefd585b3dbb3d636486db29"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "a00aeda25c037cc02137b16e3e3e8b45",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3446982,
"upload_time": "2025-08-31T06:37:08",
"upload_time_iso_8601": "2025-08-31T06:37:08.135302Z",
"url": "https://files.pythonhosted.org/packages/57/65/40f5d280c1e1cb299e5b6a712d9ee9d5ff52fee34053dabf98c61771becd/loro-1.6.0-cp38-cp38-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f7626a3fed05a5c4bec4284f44f08cfb5328fd4b13532b5f7d4faf661a9b77ab",
"md5": "0b745f97e5c4828e589ccfc16b7c0510",
"sha256": "a5f48c0aca0c62f2c2a93ab8966e1db18f31053cdc5fc513024f094339fdd360"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "0b745f97e5c4828e589ccfc16b7c0510",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3494177,
"upload_time": "2025-08-31T06:37:40",
"upload_time_iso_8601": "2025-08-31T06:37:40.074706Z",
"url": "https://files.pythonhosted.org/packages/f7/62/6a3fed05a5c4bec4284f44f08cfb5328fd4b13532b5f7d4faf661a9b77ab/loro-1.6.0-cp38-cp38-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e4bdce8526bf43b54918607668330460f791be773f8864b0cc24baae82ebdf72",
"md5": "8f56c3737b8b737ec6ccf71036f09c68",
"sha256": "3c4b65fdcbde34958d5359dfbead78242bb48042d6b69af2e5b4532524cbf397"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "8f56c3737b8b737ec6ccf71036f09c68",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3396939,
"upload_time": "2025-08-31T06:38:10",
"upload_time_iso_8601": "2025-08-31T06:38:10.898190Z",
"url": "https://files.pythonhosted.org/packages/e4/bd/ce8526bf43b54918607668330460f791be773f8864b0cc24baae82ebdf72/loro-1.6.0-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c737ae1cee7a2ddae4f5dedf988b9b6675c2669b44bfb813feba2afeed7e7e27",
"md5": "e2bdfb4303dfd41a80e4acef5bb624c2",
"sha256": "38926f2518e9eb48632b674e971bf055073c2c0fcf38f955973ecc2c652d382a"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "e2bdfb4303dfd41a80e4acef5bb624c2",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2586938,
"upload_time": "2025-08-31T06:39:11",
"upload_time_iso_8601": "2025-08-31T06:39:11.335653Z",
"url": "https://files.pythonhosted.org/packages/c7/37/ae1cee7a2ddae4f5dedf988b9b6675c2669b44bfb813feba2afeed7e7e27/loro-1.6.0-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fac057b6872c862d5c192b4ca2d102f257014fd76cc9aabe0a26f82cf9329321",
"md5": "7835f13e0aa3265ed21efa7be1960965",
"sha256": "47ef32dbf6ae2c9973ee85ffd8b16fbc2bd677f262ab72ea477b25aafb9c693e"
},
"downloads": -1,
"filename": "loro-1.6.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "7835f13e0aa3265ed21efa7be1960965",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2742982,
"upload_time": "2025-08-31T06:38:52",
"upload_time_iso_8601": "2025-08-31T06:38:52.344008Z",
"url": "https://files.pythonhosted.org/packages/fa/c0/57b6872c862d5c192b4ca2d102f257014fd76cc9aabe0a26f82cf9329321/loro-1.6.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d62b7cacd030d0ff156700fc66f5dcb8c30201c8ed3702b5d889645b9fb85332",
"md5": "07e281ce0435be9e2b0e5b6dfd49b688",
"sha256": "5b49bb361c37ea45479251e822a395b2cfd3fec1222fff93e7dec2a9da5b066b"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "07e281ce0435be9e2b0e5b6dfd49b688",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3100814,
"upload_time": "2025-08-31T06:36:30",
"upload_time_iso_8601": "2025-08-31T06:36:30.068703Z",
"url": "https://files.pythonhosted.org/packages/d6/2b/7cacd030d0ff156700fc66f5dcb8c30201c8ed3702b5d889645b9fb85332/loro-1.6.0-cp39-cp39-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "64da1fb79efad4c4c7758ae979f8367a1e84683b6506fadf01930f7deb739bf4",
"md5": "19cdbd08cf726d58f9cd46fd41ad5e45",
"sha256": "e884672a11a51fd983e4d53c23f6c031460725bc326b1071726f929ac58b4424"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "19cdbd08cf726d58f9cd46fd41ad5e45",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 2880410,
"upload_time": "2025-08-31T06:36:14",
"upload_time_iso_8601": "2025-08-31T06:36:14.918326Z",
"url": "https://files.pythonhosted.org/packages/64/da/1fb79efad4c4c7758ae979f8367a1e84683b6506fadf01930f7deb739bf4/loro-1.6.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d5640d1d559c8aef842d1815f1faf6bc27ce6066f73bf90609b92a46bdd97bfc",
"md5": "f3b829df90e8b285df9a7c47f4787cfc",
"sha256": "054d2a9b0af7ceb7574ce9c05bb5d97dfa6864b0dc416ec59b4e7bc8ee11f78c"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "f3b829df90e8b285df9a7c47f4787cfc",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3107213,
"upload_time": "2025-08-31T06:33:15",
"upload_time_iso_8601": "2025-08-31T06:33:15.123446Z",
"url": "https://files.pythonhosted.org/packages/d5/64/0d1d559c8aef842d1815f1faf6bc27ce6066f73bf90609b92a46bdd97bfc/loro-1.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "11e0f815fba531fcbad361ec4e896ed3ab8b900680b224a643a1f35fd1d35bb2",
"md5": "56aa4b38e64cabc1d41edff3e770a0e8",
"sha256": "4d29b69ee6c613ab0a176cd2468697dbd610066d2a524f988445603dce64358f"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "56aa4b38e64cabc1d41edff3e770a0e8",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3183512,
"upload_time": "2025-08-31T06:33:47",
"upload_time_iso_8601": "2025-08-31T06:33:47.092636Z",
"url": "https://files.pythonhosted.org/packages/11/e0/f815fba531fcbad361ec4e896ed3ab8b900680b224a643a1f35fd1d35bb2/loro-1.6.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "29771060ef581916d73982ceeeb698a2955b4fae4cb3e9f22e6ec5212f609143",
"md5": "3dafec7ed97f552952fe775f3a333a0b",
"sha256": "9c0c5ceb9cb3d604893df80eda557dd49b1926ea1c656854f29bb0ba913bb3fa"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "3dafec7ed97f552952fe775f3a333a0b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3551111,
"upload_time": "2025-08-31T06:34:16",
"upload_time_iso_8601": "2025-08-31T06:34:16.616112Z",
"url": "https://files.pythonhosted.org/packages/29/77/1060ef581916d73982ceeeb698a2955b4fae4cb3e9f22e6ec5212f609143/loro-1.6.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ca0d24781359aed8e9b66ebbd3e45ed405abd1d271689ad47fad40eed6eb3d30",
"md5": "d3474bc611c221337ffc653352bbd5bb",
"sha256": "dd82ba7556ca8f9cc14ccf0b20f8c3941a9a7f9018d29545924c943a736153c9"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "d3474bc611c221337ffc653352bbd5bb",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3286700,
"upload_time": "2025-08-31T06:34:47",
"upload_time_iso_8601": "2025-08-31T06:34:47.420799Z",
"url": "https://files.pythonhosted.org/packages/ca/0d/24781359aed8e9b66ebbd3e45ed405abd1d271689ad47fad40eed6eb3d30/loro-1.6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ab5677e381a7c19274ade9d73e690cf8c75d64a1a27b15c25157e16d1804dc97",
"md5": "41f41fae90d376e0ee412d042570f7de",
"sha256": "cb109d9f99a27479af84dcaa638d60a9621357ae3cde5804e6723935a6c06778"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "41f41fae90d376e0ee412d042570f7de",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3238738,
"upload_time": "2025-08-31T06:35:44",
"upload_time_iso_8601": "2025-08-31T06:35:44.537932Z",
"url": "https://files.pythonhosted.org/packages/ab/56/77e381a7c19274ade9d73e690cf8c75d64a1a27b15c25157e16d1804dc97/loro-1.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1051f142674afd98355084d924749f357a9f920cde630ec9f325d9af34aa0e0b",
"md5": "2c2efbcb5c83173476a455d265ec7592",
"sha256": "7506974831ec0b25158acaf46def6bcbc8ce5acbebef8872c7840c1224538332"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "2c2efbcb5c83173476a455d265ec7592",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3498897,
"upload_time": "2025-08-31T06:35:17",
"upload_time_iso_8601": "2025-08-31T06:35:17.625901Z",
"url": "https://files.pythonhosted.org/packages/10/51/f142674afd98355084d924749f357a9f920cde630ec9f325d9af34aa0e0b/loro-1.6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e330bddc983f9048e65f9ca2456e534a671857a8dff309fcefadf2d45a1e12c3",
"md5": "8972bdac9be375217a37b2b7fe7e88a7",
"sha256": "23bd4f31be3e0b51e0ab749f0195f110a8e4adcc92241da8b99048e2cbd372b6"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "8972bdac9be375217a37b2b7fe7e88a7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3257273,
"upload_time": "2025-08-31T06:36:39",
"upload_time_iso_8601": "2025-08-31T06:36:39.753294Z",
"url": "https://files.pythonhosted.org/packages/e3/30/bddc983f9048e65f9ca2456e534a671857a8dff309fcefadf2d45a1e12c3/loro-1.6.0-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "11764648852f997411c9fe8823a9112aee84d35e5827cdee32eb84b4b82303d7",
"md5": "9880779177afd192e17f26f860c022be",
"sha256": "0214c581bb7ad8767ef69327a28662f4e6c57bb9f34b5f4bdfff61823f6441e2"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "9880779177afd192e17f26f860c022be",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3445569,
"upload_time": "2025-08-31T06:37:09",
"upload_time_iso_8601": "2025-08-31T06:37:09.458824Z",
"url": "https://files.pythonhosted.org/packages/11/76/4648852f997411c9fe8823a9112aee84d35e5827cdee32eb84b4b82303d7/loro-1.6.0-cp39-cp39-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ad367b71ee28ca663b8e5de2008e2055751eced679dd9482b16a9fa68f9fa2ae",
"md5": "49121aba5b9a8663d9cd27f836b31308",
"sha256": "59dd6e8ec7c601ded7f3b6c365f2923cedbbbac60838a0db75629f74fd65fe2e"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "49121aba5b9a8663d9cd27f836b31308",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3496232,
"upload_time": "2025-08-31T06:37:41",
"upload_time_iso_8601": "2025-08-31T06:37:41.385864Z",
"url": "https://files.pythonhosted.org/packages/ad/36/7b71ee28ca663b8e5de2008e2055751eced679dd9482b16a9fa68f9fa2ae/loro-1.6.0-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8a1fb67bd9a2be8f52fb115fa99a882a1ebc715877e93b3339bb47afc846c8e9",
"md5": "843006b31851171bd020346be0f9bf4a",
"sha256": "691a493237ae7b080ffc7528b8f480faeeb90a6ca61e7984061c57a679f67122"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "843006b31851171bd020346be0f9bf4a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3403729,
"upload_time": "2025-08-31T06:38:12",
"upload_time_iso_8601": "2025-08-31T06:38:12.240315Z",
"url": "https://files.pythonhosted.org/packages/8a/1f/b67bd9a2be8f52fb115fa99a882a1ebc715877e93b3339bb47afc846c8e9/loro-1.6.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4c5026f37265be2d16fe31b22827f0f913a35fcf58fc5e1c54509abfc13a43ac",
"md5": "77f334f5c4ed389fcc1464f1a5c3f2e2",
"sha256": "40cabad0147a50d5d6975c8e301edb71ec45a74610b8c1a71a894aea2bc42d23"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "77f334f5c4ed389fcc1464f1a5c3f2e2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 2588039,
"upload_time": "2025-08-31T06:39:01",
"upload_time_iso_8601": "2025-08-31T06:39:01.778821Z",
"url": "https://files.pythonhosted.org/packages/4c/50/26f37265be2d16fe31b22827f0f913a35fcf58fc5e1c54509abfc13a43ac/loro-1.6.0-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ab67f86501288c6dcdc1569f27ce1414972f5467f6d67dbf926499622f3b6e87",
"md5": "deaa670fd4e3d480b1408d4e95ab0579",
"sha256": "d0c39caf31aa8392caced8db1b7f7881b99207284260d14a50e026bc42851961"
},
"downloads": -1,
"filename": "loro-1.6.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "deaa670fd4e3d480b1408d4e95ab0579",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 2742325,
"upload_time": "2025-08-31T06:38:42",
"upload_time_iso_8601": "2025-08-31T06:38:42.517078Z",
"url": "https://files.pythonhosted.org/packages/ab/67/f86501288c6dcdc1569f27ce1414972f5467f6d67dbf926499622f3b6e87/loro-1.6.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "78348eed8d59fad088cc5d4c610b661c4c366096f32f5697d1bee8b7bebc6249",
"md5": "df9a5a16d6693da8eb32859fcffe1576",
"sha256": "05f10366120c83a1527496d0cd86a6d5a24f26bbca0dfb3c2171622473de2258"
},
"downloads": -1,
"filename": "loro-1.6.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "df9a5a16d6693da8eb32859fcffe1576",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 3102734,
"upload_time": "2025-08-31T06:33:16",
"upload_time_iso_8601": "2025-08-31T06:33:16.525850Z",
"url": "https://files.pythonhosted.org/packages/78/34/8eed8d59fad088cc5d4c610b661c4c366096f32f5697d1bee8b7bebc6249/loro-1.6.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b8b79d24917ee48e4e89a655c10b5ba23c80aa6ec23952dc99a589fd549748d7",
"md5": "705d0ad438f44e7a47258f417226c9a4",
"sha256": "3349e34bca027331aaeba2607d51135c1c5b9246562a0a881a7e1c89c7227237"
},
"downloads": -1,
"filename": "loro-1.6.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "705d0ad438f44e7a47258f417226c9a4",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 3182426,
"upload_time": "2025-08-31T06:33:48",
"upload_time_iso_8601": "2025-08-31T06:33:48.779219Z",
"url": "https://files.pythonhosted.org/packages/b8/b7/9d24917ee48e4e89a655c10b5ba23c80aa6ec23952dc99a589fd549748d7/loro-1.6.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c3b9464e254d0379093195ce4468a4d39a6a1bec2cd24c489cde0ec8abe5d46d",
"md5": "4f59a57bfb639a5dd8bc097e21b49eb8",
"sha256": "cb81ea3673e861f39cff0cc000a06e1339c8634fd216f19af3ed30835d628f16"
},
"downloads": -1,
"filename": "loro-1.6.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "4f59a57bfb639a5dd8bc097e21b49eb8",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 3547376,
"upload_time": "2025-08-31T06:34:18",
"upload_time_iso_8601": "2025-08-31T06:34:18.028202Z",
"url": "https://files.pythonhosted.org/packages/c3/b9/464e254d0379093195ce4468a4d39a6a1bec2cd24c489cde0ec8abe5d46d/loro-1.6.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d9b67298f8326be9c9631f77cd6df40e32c71521ceaa4e08394abac7601c6f40",
"md5": "cd04c88980e4b4d94778e3c000983984",
"sha256": "0548dea0d701ec056f6c68f7496d876fb86201446fb3f940fdd566d69f9627ef"
},
"downloads": -1,
"filename": "loro-1.6.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "cd04c88980e4b4d94778e3c000983984",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 3285967,
"upload_time": "2025-08-31T06:34:48",
"upload_time_iso_8601": "2025-08-31T06:34:48.635734Z",
"url": "https://files.pythonhosted.org/packages/d9/b6/7298f8326be9c9631f77cd6df40e32c71521ceaa4e08394abac7601c6f40/loro-1.6.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "73178026f05268a0a2e1b744042fc338836aae04b6ecb6fcb89bb10abb9f9651",
"md5": "eb319fe3ffb01bf8cc30a8bae5e0cf33",
"sha256": "1389448c78fa64a55705af704482bc3bb0754df51715a9471fa83b4b3f74b0cb"
},
"downloads": -1,
"filename": "loro-1.6.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "eb319fe3ffb01bf8cc30a8bae5e0cf33",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 3230191,
"upload_time": "2025-08-31T06:35:45",
"upload_time_iso_8601": "2025-08-31T06:35:45.951841Z",
"url": "https://files.pythonhosted.org/packages/73/17/8026f05268a0a2e1b744042fc338836aae04b6ecb6fcb89bb10abb9f9651/loro-1.6.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "49e519e0f11dc4e537443d24534be5bb2aed64717bc508d14d31c16a702d6664",
"md5": "07937ee8f58375b17df693791f5ee63a",
"sha256": "cee6a723915f15959958ad26a4b5eb26d6bc34fe03f28992af9a77cd7941e453"
},
"downloads": -1,
"filename": "loro-1.6.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "07937ee8f58375b17df693791f5ee63a",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 3494089,
"upload_time": "2025-08-31T06:35:19",
"upload_time_iso_8601": "2025-08-31T06:35:19.119095Z",
"url": "https://files.pythonhosted.org/packages/49/e5/19e0f11dc4e537443d24534be5bb2aed64717bc508d14d31c16a702d6664/loro-1.6.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bf805116b5a3151d09dd1f4a77a97083778a7bcd998077128c99b535b748e161",
"md5": "32e8c389bfa5f276c3a6acc2705b1c7e",
"sha256": "41c64a5ed005430f5d56e396e92409927633a0ff43b8730cc78847b2f63bc18d"
},
"downloads": -1,
"filename": "loro-1.6.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "32e8c389bfa5f276c3a6acc2705b1c7e",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 3248686,
"upload_time": "2025-08-31T06:36:40",
"upload_time_iso_8601": "2025-08-31T06:36:40.947061Z",
"url": "https://files.pythonhosted.org/packages/bf/80/5116b5a3151d09dd1f4a77a97083778a7bcd998077128c99b535b748e161/loro-1.6.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "20320d75a3db6130ff829137f602841404c05e43c438bac8c7efbd84fd940e8e",
"md5": "e2a4a33c2fcf5bcf8b774558274f97e8",
"sha256": "8171826f1693bd16409c87a65f95c1b6691cd998b31bd084677d050f0c59ca01"
},
"downloads": -1,
"filename": "loro-1.6.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "e2a4a33c2fcf5bcf8b774558274f97e8",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 3445249,
"upload_time": "2025-08-31T06:37:10",
"upload_time_iso_8601": "2025-08-31T06:37:10.798285Z",
"url": "https://files.pythonhosted.org/packages/20/32/0d75a3db6130ff829137f602841404c05e43c438bac8c7efbd84fd940e8e/loro-1.6.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "45112d7924c0799339f0c154c92a7a22339581f55443c65a64a02ef1feb1e624",
"md5": "4698845f869da52145f59b8fb3084344",
"sha256": "c4070e71cd24481def9a5c88b2746b3b5ceb2f73e22d92f7ce59e0bb7fcc332d"
},
"downloads": -1,
"filename": "loro-1.6.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "4698845f869da52145f59b8fb3084344",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 3492260,
"upload_time": "2025-08-31T06:37:43",
"upload_time_iso_8601": "2025-08-31T06:37:43.097446Z",
"url": "https://files.pythonhosted.org/packages/45/11/2d7924c0799339f0c154c92a7a22339581f55443c65a64a02ef1feb1e624/loro-1.6.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ce4b9389892c11cb5d4ceb8a009ba5763545de6e6870a791da14b526faa7bf80",
"md5": "eecd51c108b2a9e1a14d0c30a9932614",
"sha256": "531385e649a955dadfab220d9dbd78775c8d32fd769e4d7035e05b09b9260699"
},
"downloads": -1,
"filename": "loro-1.6.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "eecd51c108b2a9e1a14d0c30a9932614",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 3394747,
"upload_time": "2025-08-31T06:38:13",
"upload_time_iso_8601": "2025-08-31T06:38:13.595546Z",
"url": "https://files.pythonhosted.org/packages/ce/4b/9389892c11cb5d4ceb8a009ba5763545de6e6870a791da14b526faa7bf80/loro-1.6.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5f79c9e99586a85527137b01a313410deea1bbb4bb9f415aeb876a771b99495b",
"md5": "e599314d1b136af9eae08c510d020c86",
"sha256": "072107100e82c61b0c05f57b6f800d9e8f1a02ec0b4ecacd5a3778149daa9518"
},
"downloads": -1,
"filename": "loro-1.6.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e599314d1b136af9eae08c510d020c86",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 3102100,
"upload_time": "2025-08-31T06:33:18",
"upload_time_iso_8601": "2025-08-31T06:33:18.090164Z",
"url": "https://files.pythonhosted.org/packages/5f/79/c9e99586a85527137b01a313410deea1bbb4bb9f415aeb876a771b99495b/loro-1.6.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "777d1c2a5d4996050d96adc250f26487173e9611f9c2ee8d2f6c76b75d8bcc28",
"md5": "11a9bb2aeb9c77e22a14af291d96ba73",
"sha256": "5451b3f839e639a97be198ac2445e4f3dea6c9b1ad855cd30e1b4d7c0e23e2f6"
},
"downloads": -1,
"filename": "loro-1.6.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "11a9bb2aeb9c77e22a14af291d96ba73",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 3180654,
"upload_time": "2025-08-31T06:33:50",
"upload_time_iso_8601": "2025-08-31T06:33:50.155720Z",
"url": "https://files.pythonhosted.org/packages/77/7d/1c2a5d4996050d96adc250f26487173e9611f9c2ee8d2f6c76b75d8bcc28/loro-1.6.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "68a1f7fd3b6a221123b8be35e7b4cfb3dd59df78029d4e62f39659394023cd3f",
"md5": "0767e888c0c76c7568e2dbe81db32a72",
"sha256": "670478fbd4f4627b7dc621e5fad60dc0c6dfcdbf301f597d41a2230674e1efb8"
},
"downloads": -1,
"filename": "loro-1.6.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "0767e888c0c76c7568e2dbe81db32a72",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 3545840,
"upload_time": "2025-08-31T06:34:19",
"upload_time_iso_8601": "2025-08-31T06:34:19.309695Z",
"url": "https://files.pythonhosted.org/packages/68/a1/f7fd3b6a221123b8be35e7b4cfb3dd59df78029d4e62f39659394023cd3f/loro-1.6.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "42af29b75a8dea8805610f593fa09ac40a66b5cfd04e6394a9f94f3488da3427",
"md5": "224f8129be7036de6c94daf7eac7a1b4",
"sha256": "4362026663e843d7880dd349a342d648771df2db2e72185bc70681afb92ac4c2"
},
"downloads": -1,
"filename": "loro-1.6.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "224f8129be7036de6c94daf7eac7a1b4",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 3285033,
"upload_time": "2025-08-31T06:34:50",
"upload_time_iso_8601": "2025-08-31T06:34:50.028007Z",
"url": "https://files.pythonhosted.org/packages/42/af/29b75a8dea8805610f593fa09ac40a66b5cfd04e6394a9f94f3488da3427/loro-1.6.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c89e77cc17dfae4dda569b3440b1a38897fe581db678b25575cebb6a45936761",
"md5": "7ca83a9e7f3b31bed5d85e0086ca9edd",
"sha256": "48a4eb959e68e4b5bc66724e558e2c12572e230bccadac10b327dbc2334e5df1"
},
"downloads": -1,
"filename": "loro-1.6.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7ca83a9e7f3b31bed5d85e0086ca9edd",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 3228359,
"upload_time": "2025-08-31T06:35:47",
"upload_time_iso_8601": "2025-08-31T06:35:47.175697Z",
"url": "https://files.pythonhosted.org/packages/c8/9e/77cc17dfae4dda569b3440b1a38897fe581db678b25575cebb6a45936761/loro-1.6.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0d51c453c7fdc6c7cdfd7a77f33530d00c26d751ca88c68927c820662159b58c",
"md5": "59899beea46b4b67d7b23b3e16a250f2",
"sha256": "038fb9e98545f66f4def559612b9010a4d3aa73ac91a3ca4c500a6389fe08d74"
},
"downloads": -1,
"filename": "loro-1.6.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "59899beea46b4b67d7b23b3e16a250f2",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 3492414,
"upload_time": "2025-08-31T06:35:20",
"upload_time_iso_8601": "2025-08-31T06:35:20.742597Z",
"url": "https://files.pythonhosted.org/packages/0d/51/c453c7fdc6c7cdfd7a77f33530d00c26d751ca88c68927c820662159b58c/loro-1.6.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0869af20a5a831d6fa5eca78a6b58502d3091d97471989c23988c7ed17c9df63",
"md5": "c65e425d9586c4b433a59fb95c714c1b",
"sha256": "32e2bd06e1c617702203514cb98b6f2054a3e3d576f5650bef4d7b5992a4486c"
},
"downloads": -1,
"filename": "loro-1.6.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "c65e425d9586c4b433a59fb95c714c1b",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 3247127,
"upload_time": "2025-08-31T06:36:42",
"upload_time_iso_8601": "2025-08-31T06:36:42.350115Z",
"url": "https://files.pythonhosted.org/packages/08/69/af20a5a831d6fa5eca78a6b58502d3091d97471989c23988c7ed17c9df63/loro-1.6.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fc7f691dc1c0843313aaddefebac1fa2290509990610fda4e29f2300a4c40054",
"md5": "4966394053c296b7e1defb8b7e9dcf82",
"sha256": "7683ad91f36bc8c965143279d6f850a93347ff05f6762c77f3aca6fb3d4716d0"
},
"downloads": -1,
"filename": "loro-1.6.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "4966394053c296b7e1defb8b7e9dcf82",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 3443222,
"upload_time": "2025-08-31T06:37:12",
"upload_time_iso_8601": "2025-08-31T06:37:12.080216Z",
"url": "https://files.pythonhosted.org/packages/fc/7f/691dc1c0843313aaddefebac1fa2290509990610fda4e29f2300a4c40054/loro-1.6.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d70a00ae2b7abcd4fef99447d2a701985fa0a2436ccdffc53749dc48cb7683fb",
"md5": "e7ad80cd20f2be382e514f78f5d99c9d",
"sha256": "4e498ec9222e9b7c1c14c21e14a0fb98a3e74c29909c9cc6a4071686a10d7cae"
},
"downloads": -1,
"filename": "loro-1.6.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "e7ad80cd20f2be382e514f78f5d99c9d",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 3490895,
"upload_time": "2025-08-31T06:37:44",
"upload_time_iso_8601": "2025-08-31T06:37:44.945894Z",
"url": "https://files.pythonhosted.org/packages/d7/0a/00ae2b7abcd4fef99447d2a701985fa0a2436ccdffc53749dc48cb7683fb/loro-1.6.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e2d9d8fe4d18401246e4076a26abb0a687fe186204ad940f85befa2e13a4aad7",
"md5": "fe74a1eb94ef2c38609122eadba49dc8",
"sha256": "a92053a5a904ae1a738fab2cda17e55728bb5fa3c78a090c5b6c3b35821af507"
},
"downloads": -1,
"filename": "loro-1.6.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "fe74a1eb94ef2c38609122eadba49dc8",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 3393333,
"upload_time": "2025-08-31T06:38:15",
"upload_time_iso_8601": "2025-08-31T06:38:15.257174Z",
"url": "https://files.pythonhosted.org/packages/e2/d9/d8fe4d18401246e4076a26abb0a687fe186204ad940f85befa2e13a4aad7/loro-1.6.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8182ad38daabd4e9d4d58de9aa830be6515627176632d78e5c3d5ebbbb8abbaf",
"md5": "3f99d81c73254a94974500568789c886",
"sha256": "2a94d0160f0640a4947591dd5c1d94b2272da0914c3912450d230bd4ca6f7da9"
},
"downloads": -1,
"filename": "loro-1.6.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "3f99d81c73254a94974500568789c886",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 3103023,
"upload_time": "2025-08-31T06:33:19",
"upload_time_iso_8601": "2025-08-31T06:33:19.645848Z",
"url": "https://files.pythonhosted.org/packages/81/82/ad38daabd4e9d4d58de9aa830be6515627176632d78e5c3d5ebbbb8abbaf/loro-1.6.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9a47a666329d429360f94d21e1b062988a2087b276d0e47588d7feb478eeac04",
"md5": "1fea7f51afc46a3356f9b0e62583931d",
"sha256": "b86d460be586de9404cf5a327c73d6a0134208ca4e69ecd19ea609d92d9d2c7d"
},
"downloads": -1,
"filename": "loro-1.6.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "1fea7f51afc46a3356f9b0e62583931d",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 3181686,
"upload_time": "2025-08-31T06:33:51",
"upload_time_iso_8601": "2025-08-31T06:33:51.281856Z",
"url": "https://files.pythonhosted.org/packages/9a/47/a666329d429360f94d21e1b062988a2087b276d0e47588d7feb478eeac04/loro-1.6.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d3a771284ae632dd106be8f67a5f484c563fd091860441ccca0b887e33014ea2",
"md5": "72f757033980281ee6ba04e27f9ed6e2",
"sha256": "afd40eb50df00e76c550d8e67e1909637e66bce3d1ea30b63a1b892ca9e30623"
},
"downloads": -1,
"filename": "loro-1.6.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "72f757033980281ee6ba04e27f9ed6e2",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 3547627,
"upload_time": "2025-08-31T06:34:20",
"upload_time_iso_8601": "2025-08-31T06:34:20.501492Z",
"url": "https://files.pythonhosted.org/packages/d3/a7/71284ae632dd106be8f67a5f484c563fd091860441ccca0b887e33014ea2/loro-1.6.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "867b255ef63eee54d4a67b83c30e37bd0408fca84d244a88ef7ce077ff00b3bd",
"md5": "725c4bcddc00214c209a176b427d5d49",
"sha256": "e222773637274e83d5fd3f8377930a58ecd804f7724db88ca9d4837c522c9261"
},
"downloads": -1,
"filename": "loro-1.6.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "725c4bcddc00214c209a176b427d5d49",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 3285994,
"upload_time": "2025-08-31T06:34:51",
"upload_time_iso_8601": "2025-08-31T06:34:51.587952Z",
"url": "https://files.pythonhosted.org/packages/86/7b/255ef63eee54d4a67b83c30e37bd0408fca84d244a88ef7ce077ff00b3bd/loro-1.6.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b6b90dd89995a76e7aa457f715f1bcc1947464f731ca7ae7b30666827adf15b7",
"md5": "44fdd5a08830204f1669a1a6b9dc285d",
"sha256": "847bb750118b9e605f5ccd56c9b6bacfd6dc955263124ded505bec261ff652f3"
},
"downloads": -1,
"filename": "loro-1.6.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "44fdd5a08830204f1669a1a6b9dc285d",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 3248856,
"upload_time": "2025-08-31T06:36:43",
"upload_time_iso_8601": "2025-08-31T06:36:43.688547Z",
"url": "https://files.pythonhosted.org/packages/b6/b9/0dd89995a76e7aa457f715f1bcc1947464f731ca7ae7b30666827adf15b7/loro-1.6.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4085686c287e2d6eabae02c9d05cbade02de437c075485d21600954f43a165ee",
"md5": "c5f1aa82876ff677585cf18136cd498d",
"sha256": "01200c91bb328179c5784f964bec2486d6f9aacb2bd3bd950891f3a98152b90d"
},
"downloads": -1,
"filename": "loro-1.6.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "c5f1aa82876ff677585cf18136cd498d",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 3444442,
"upload_time": "2025-08-31T06:37:13",
"upload_time_iso_8601": "2025-08-31T06:37:13.690505Z",
"url": "https://files.pythonhosted.org/packages/40/85/686c287e2d6eabae02c9d05cbade02de437c075485d21600954f43a165ee/loro-1.6.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "382e69f6378d1b2278d28bc1e1b621a0b08a7cc171a78b929b314e59cf8f9f72",
"md5": "2afb93fa13ec0e2dc45824f36d36380d",
"sha256": "15b150c7b1b02fdc179c061bf9c854855a317235664bc836838ba15a950f5801"
},
"downloads": -1,
"filename": "loro-1.6.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "2afb93fa13ec0e2dc45824f36d36380d",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 3492489,
"upload_time": "2025-08-31T06:37:46",
"upload_time_iso_8601": "2025-08-31T06:37:46.435037Z",
"url": "https://files.pythonhosted.org/packages/38/2e/69f6378d1b2278d28bc1e1b621a0b08a7cc171a78b929b314e59cf8f9f72/loro-1.6.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "293f80f17feabb7ed1136b7bba79020fb4a91911318a2315cf432d5520006b8f",
"md5": "e38cd6b2822770f79908da759f6d4d41",
"sha256": "ba9a37dfcebdd2f803eaf6688113acaaa0c42c6a243d7fff060b586d58565c03"
},
"downloads": -1,
"filename": "loro-1.6.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "e38cd6b2822770f79908da759f6d4d41",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 3395874,
"upload_time": "2025-08-31T06:38:16",
"upload_time_iso_8601": "2025-08-31T06:38:16.562676Z",
"url": "https://files.pythonhosted.org/packages/29/3f/80f17feabb7ed1136b7bba79020fb4a91911318a2315cf432d5520006b8f/loro-1.6.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fa9edfdb32e85b4e3b3485162576e7d6b557b1b6450948255f5129866efccd4b",
"md5": "16b31478f506803d02238c33b1356abc",
"sha256": "f543b85c77f7366df2162de1c00e3dd2c2c75171b7e9670cffc0b6ac561d7293"
},
"downloads": -1,
"filename": "loro-1.6.0.tar.gz",
"has_sig": false,
"md5_digest": "16b31478f506803d02238c33b1356abc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 63849,
"upload_time": "2025-08-31T06:38:35",
"upload_time_iso_8601": "2025-08-31T06:38:35.517101Z",
"url": "https://files.pythonhosted.org/packages/fa/9e/dfdb32e85b4e3b3485162576e7d6b557b1b6450948255f5129866efccd4b/loro-1.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-31 06:38:35",
"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"
}