Metadata-Version: 2.4
Name: labwire-core
Version: 0.3.0
Summary: Labwire core protocol library: server and client SDKs
Author: Silous Ramelli
License-Expression: Apache-2.0
Keywords: ai-agents,instruments,json-rpc,laboratory,protocol
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: pydantic>=2.7
Requires-Dist: pynacl>=1.5
Requires-Dist: websockets>=14
Description-Content-Type: text/markdown

# labwire-core

Core protocol library for Labwire: the server SDK (wrap any device in the
protocol) and the client SDK (discover, command, stream).

Part of the [Labwire](../../README.md) monorepo. See the repository README for
status and quickstart.
