Metadata-Version: 2.4
Name: labwire
Version: 0.3.0
Summary: Labwire quickstart bundle: protocol SDK, simulated instruments, drivers, and CLI
Project-URL: Homepage, https://github.com/benchwire/labwire
Project-URL: Repository, https://github.com/benchwire/labwire
Project-URL: Changelog, https://github.com/benchwire/labwire/blob/main/CHANGELOG.md
Author: Silous Ramelli
License-Expression: Apache-2.0
Keywords: 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
Requires-Python: >=3.12
Requires-Dist: labwire-cli==0.3.0
Requires-Dist: labwire-core==0.3.0
Requires-Dist: labwire-drivers==0.3.0
Requires-Dist: labwire-sim==0.3.0
Description-Content-Type: text/markdown

# labwire

The quickstart bundle for [Labwire](https://github.com/benchwire/labwire),
an open protocol for AI-controlled laboratory instruments.

`pip install labwire` installs the pinned zero-hardware set: the protocol
SDK (`labwire-core`), three simulated instruments (`labwire-sim`), drivers
that speak their wire protocols (`labwire-drivers`), and the `labwire` CLI
(`labwire-cli`). This distribution contains no code of its own.

Not included, install separately if wanted: `labwire-mcp` (MCP adapter),
`labwire-ophyd` and `labwire-pylabrobot` (ecosystem bridges), and
`labwire-conformance` (prove any server implementation conformant).

See the [repository README](https://github.com/benchwire/labwire) for the
five-minute quickstart.
