Metadata-Version: 2.4
Name: apecode
Version: 0.0.1
Summary: A terminal code agent powered by AI
Author: ApeCode Team
License: MIT
License-File: LICENSE
Keywords: agent,ai,cli,code,terminal
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# ApeCode 🦧

A terminal code agent powered by AI.

## Status

🚧 **Under Development** - This is a placeholder release.

## Installation

```bash
uv pip install apecode
```

Or with pip:

```bash
pip install apecode
```

## Usage

```bash
ape
```

## Coming Soon

- Interactive AI code agent in your terminal
- Natural language task completion
- Code generation and editing
- File operations and git integration

## License

MIT
