Metadata-Version: 2.4
Name: armnet-core
Version: 0.1.0
Summary: Shared wire types for the armnet platform: Embodiment, Task, JobSpec, JobResult, Job, JobStatus.
Project-URL: Homepage, https://armnet.dev
Project-URL: Documentation, https://safe-robotics.github.io/alpha-robotics/packages/core/
Author: Ville Kuosmanen
License: Apache-2.0
Requires-Python: <3.13,>=3.12
Requires-Dist: pydantic<3,>=2.6
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == 'dev'
Description-Content-Type: text/markdown

# armnet-core

The shared wire types for the [Armnet](https://armnet.dev) managed arm farm: the
`Embodiment` and `Task` identifiers and the `JobSpec`, `Job`, `JobResult`,
`JobStatus` (and related) Pydantic models exchanged across the platform.
Pydantic-only dependencies.

Most users don't install this directly — it comes transitively with
[`armnet-runtime`](https://pypi.org/project/armnet-runtime/) (containers) or
[`armnet-client`](https://pypi.org/project/armnet-client/) (dev/CI). Depend on it
directly only when you need to construct or inspect the wire types without the
rest of the SDK (for example, a third-party tool that builds `JobSpec`s).

## Install

```bash
pip install armnet-core
```

## Documentation

Full guides and API reference: **<https://safe-robotics.github.io/alpha-robotics/packages/core/>**
