Metadata-Version: 2.2
Name: skillit
Version: 0.1.0
Summary: A package that lets you chef up new skills for KOS-compatible robots
Home-page: https://github.com/kscalelabs/skillit
Author: Wesley Maa
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pykos
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: darglint; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# skillit

A package that lets you chef up new skills for KOS-compatible robots

## Installation

```bash
pip install skillit
```

## Examples

See the [examples](examples) directory for examples of how to use skillit.
