Metadata-Version: 2.4
Name: archer-cli
Version: 0.1.1
Summary: Archer: a Rich-powered CLI assistant
Author: Archer Contributors
License: MIT
Project-URL: Homepage, https://github.com/your-org/archer-cli
Project-URL: Issues, https://github.com/your-org/archer-cli/issues
Keywords: cli,tui,rich,llm,assistant
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Terminals
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anthropic>=0.18.0
Requires-Dist: jsonschema>=4.20.0
Requires-Dist: rich>=13.0.0
Requires-Dist: tiktoken>=0.7.0
Dynamic: license-file

# Archer CLI

Archer is a Rich-powered, cancellable TUI/CLI assistant that integrates with the Anthropic API and provides a tool-calling workflow.

## Features
- Beautiful Rich UI with footer and status lines
- Cancellable operations: press ESC while processing
- Tooling: read files, list files, bash, search, and edit files

## Installation
```
pip install archer-cli
```

## Usage
```
archer
```

## Development
- Python >= 3.10
- See `read.py` for the current entrypoint; packaging wraps this via `src/archer_cli/cli.py`.

## License
MIT
