Metadata-Version: 2.1
Name: bees-md
Version: 0.1.3
Summary: A markdown-based ticket management system designed for LLMs
Author: Gabe Mahoney
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: serve
Requires-Dist: fastmcp (>=3.0.2,<4.0.0) ; extra == "serve"
Requires-Dist: pyyaml (>=6.0.3,<7.0.0)
Description-Content-Type: text/markdown

## Overview

Bees is a markdown-based ticket management system for LLM-assisted development. After install the `bees` command is available in your shell.

## Installation

```bash
# CLI only
pipx install bees-md

# CLI + MCP server (required for bees serve)
pipx install 'bees-md[serve]'
```

## Documentation

Full docs at [github.com/gabemahoney/bees](https://github.com/gabemahoney/bees)

