Metadata-Version: 2.4
Name: claude-commander
Version: 0.1.1
Summary: Claude Commander - AI collaboration command center for Claude Code (alias for claude-command)
Project-URL: Homepage, https://github.com/shaneholloman/mcp-claude-command
Project-URL: Repository, https://github.com/shaneholloman/mcp-claude-command
Project-URL: Issues, https://github.com/shaneholloman/mcp-claude-command/issues
Author: Shane Holloman
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: claude-command>=0.1.1
Description-Content-Type: text/markdown

# Claude Commander

This is an alias package for `claude-command`. Both packages provide identical functionality.

## Installation

```bash
uvx install claude-commander
```

or

```bash
pip install claude-commander
```

## Usage

After installation, you can use either command:

```bash
claude-commander
```

or the original:

```bash
claude-command
```

## Documentation

For complete documentation, please see the main project:

**[Claude Command Documentation](https://github.com/shaneholloman/mcp-claude-command)**

## About

This package exists to provide an alternative name for the `claude-command` package. All functionality is identical, and both packages are maintained by the same author.

## License

MIT License - see the main project for details.