Metadata-Version: 2.4
Name: popkit-cli
Version: 1.0.2
Summary: PopKit CLI - install, configure, and manage PopKit across AI coding tools
License: LicenseRef-PolyForm-Noncommercial-1.0.0
Author: Joseph Cannon
Author-email: joseph@thehouseofdeals.com
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: popkit-shared (>=1.0.2,<2.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Description-Content-Type: text/markdown

# PopKit CLI

CLI for installing, configuring, and managing PopKit across AI coding tools.

## Commands

```bash
popkit install [package]     # Install packages to ~/.popkit/
popkit provider list         # Show detected AI coding tool providers
popkit provider wire         # Auto-detect tools, generate configs
popkit mcp start             # Launch the MCP server
popkit status                # Show system status
popkit version               # Show version info
```

## Installation

```bash
pip install popkit-cli
popkit install
popkit provider wire
```

## Requirements

- Python 3.11+
- PopKit packages (auto-detected from repo or POPKIT_HOME)

