{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"Loro provides Python bindings for a CRDT (Conflict-free Replicated Data Type) library implemented in Rust, enabling high-performance collaborative data structures for local-first applications.","skillfed_tags":["crdt","local-first","collaborative-editing"],"use_cases":["Build offline-first collaborative editors where multiple users edit the same document without a central server.","Implement peer-to-peer data synchronization with automatic conflict resolution across network partitions.","Create local-first applications that sync state between devices while maintaining consistency.","Add real-time collaborative features (shared lists, maps, text) to existing Python applications.","Prototype or deploy CRDT-based systems where Rust performance is needed but Python integration is preferred."],"what_it_does":"Loro is a Python interface to a CRDT library written in Rust, designed for building local-first applications where multiple clients can edit shared data structures without a central server. It exposes rich data types\u2014Text, List, Map, Tree, Movable List, Counter\u2014and handles conflict resolution automatically so concurrent edits merge correctly. The Rust implementation provides performance that would be difficult to achieve in pure Python.\n\nYou use Loro by creating a LoroDoc (document), obtaining containers for specific data types, making edits, and subscribing to changes. It's intended for scenarios where you need offline-first collaboration, peer-to-peer sync, or conflict-free merging of concurrent updates across distributed clients.","worth_installing":"Yes, if you need CRDT-backed collaborative data structures in Python and are comfortable with the unclear license status. The package is actively maintained, has no known vulnerabilities, and offers good platform coverage via pre-built wheels. Verify the license terms before production use. Medium install friction is acceptable for most development environments."},"id":"loro","links":{"html":"https://skillfed.io/packages/loro","md":"https://skillfed.io/packages/loro.md","pypi":"https://pypi.org/project/loro/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-21","license_spdx":null,"license_treatment":"unclear","name":"loro","python_support":"supports_current","summary":"Python bindings for [Loro](https://loro.dev)"},"popularity":{"monthly_downloads":2526285,"position":3020,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.13.2"}
