Metadata-Version: 2.4
Name: cocat
Version: 0.4.1
Summary: CRDT-based tscat
Keywords: crdt
Author: David Brochart
Author-email: David Brochart <david.brochart@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: pycrdt>=0.12.40,<0.13.0
Requires-Dist: pydantic>=2.12.0,<3.0.0
Requires-Dist: typing-extensions>=4.15.0,<5.0.0 ; python_full_version < '3.11'
Requires-Dist: wiredb>=0.5.0,<0.6.0
Requires-Dist: cyclopts>=4.0.0,<5.0.0
Requires-Dist: wire-file>=0.5.0,<0.6.0
Requires-Dist: wire-websocket>=0.5.0,<0.6.0
Requires-Dist: httpx>=0.28.1,<0.29.0
Requires-Dist: simpleeval>=1.0.3,<2.0.0
Requires-Dist: fastapi>=0.120.3,<0.121.0 ; extra == 'server'
Requires-Dist: fastapi-users[sqlalchemy]>=15.0.1,<16.0.0 ; extra == 'server'
Requires-Dist: anycorn>=0.18.2,<0.19.0 ; extra == 'server'
Requires-Dist: aiosqlite>=0.21.0,<0.22.0 ; extra == 'server'
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/SciQLop/cocat
Provides-Extra: server
Description-Content-Type: text/markdown

# cocat

[![Build Status](https://github.com/SciQLop/cocat/workflows/test/badge.svg)](https://github.com/SciQLop/cocat/actions)
[![Code Coverage](https://img.shields.io/badge/coverage-100%25-green)](https://img.shields.io/badge/coverage-100%25-green)

CRDT-based [tscat](https://github.com/SciQLop/tscat).
