--- id: pycrdt-store version: "0.1.5" license: MIT License Copyright (c) 2022 David Brochart Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to… (full text in the JSON record) license_treatment: permissive maintenance: active --- # pycrdt-store — Persistent storage for pycrdt License: permissive · Maintenance: active · Downloads: 546.0K/mo ## What it is and what it does pycrdt-store is a persistence layer for pycrdt, the Python implementation of Conflict-free Replicated Data Types (CRDTs). It bridges the gap between in-memory CRDT state and durable storage, allowing collaborative documents to survive process restarts and be shared across sessions. The package depends on pycrdt for the core CRDT logic, anyio for async I/O abstraction, and sqlite-anyio for SQLite integration, suggesting a file-based or database-backed storage model. The package is in Beta development status, actively maintained, and targets modern Python versions (3.10 through 3.14). It is designed for developers building collaborative applications—real-time editors, shared workspaces, or distributed systems—who need to persist CRDT state durably. The low install friction and permissive MIT license make it straightforward to integrate into existing projects. Use it for: - Persist collaborative document state in a real-time editor so changes survive server restarts - Store CRDT snapshots for audit trails or version history in distributed applications - Back up shared data structures in multi-user applications using yjs-compatible protocols - Enable offline-first workflows by loading and saving document state between sessions - Implement durable state for conflict-free replicated objects in backend services ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides persistent storage backends for pycrdt, a CRDT (Conflict-free Replicated Data Type) library, enabling state to be saved and retrieved across sessions. Yes, if you are building a collaborative application with pycrdt and need durable storage. The package has low install friction, active maintenance, no known vulnerabilities, and a permissive license. However, verify that its storage model and API match your persistence requirements before committing to it in production, as it is still in Beta and documentation is limited. ## Install pip install pycrdt-store uv add pycrdt-store poetry add pycrdt-store ## Installing pycrdt-store Before you install: Low install friction with a pure-Python wheel distribution. The package is actively maintained with a recent commit on 2026-06-11 and carries Beta status, indicating ongoing development but reasonable stability for experimental use. License in practice: MIT License permits unrestricted commercial and private use, modification, and redistribution with minimal obligations—only requiring preservation of copyright and license notices in distributed copies. Quickstart: pip install pycrdt-store from pycrdt_store import YDocStore store = YDocStore() # Use store to persist pycrdt documents Requires Python 3.10 or later; depends on pycrdt, anyio, and sqlite-anyio at runtime. Verify before relying: - Specific storage backends or formats supported (SQLite, file-based, or others) beyond the sqlite-anyio dependency hint - API surface and whether it integrates directly with pycrdt's YDoc or requires adapter code - Performance characteristics or scalability limits for document size or concurrency ## Package facts - License: MIT License Copyright (c) 2022 David Brochart Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to… (full text in the JSON record) (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 546.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags pycrdt persistent storage, crdt state persistence, collaborative data storage, yjs-compatible storage, distributed data backend, crdt database adapter, collaborative editing storage, crdt, collaboration, persistence [View on SkillFed](https://skillfed.io/packages/pycrdt-store) · [View on PyPI](https://pypi.org/project/pycrdt-store/)