Metadata-Version: 2.4
Name: 5bb-suite
Version: 1.0.0
Summary: 5bb-suite – one-command install of the full 5 Bare Bones developer toolbox (micro, task, yamlquery)
Project-URL: Homepage, https://github.com/5-bare-bones/toolbox__monorepo
Project-URL: Source, https://github.com/5-bare-bones/toolbox__monorepo
Maintainer-email: 5 Bare Bones <info@5bb.dev>
License: MIT
Keywords: cli,micro,task,taskfile,toolbox,yaml,yq
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: 5bb-micro
Requires-Dist: 5bb-task
Requires-Dist: 5bb-yaml
Description-Content-Type: text/markdown

# 5bb-suite

One-command install of the full **5 Bare Bones** developer toolbox.

```bash
pip install 5bb-suite
# or
uv add 5bb-suite
```

This meta-package installs:

| Tool | Description | Upstream |
|---|---|---|
| `micro` | Modern terminal text editor | [micro-editor/micro](https://github.com/micro-editor/micro) |
| `task` | Fast task runner (Taskfile) | [go-task/task](https://github.com/go-task/task) |
| `yamlquery` | YAML / JSON / XML processor | [mikefarah/yq](https://github.com/mikefarah/yq) |

Each tool downloads its pre-built binary on first use and caches it in `~/.cache/`.
