Metadata-Version: 2.4
Name: pana
Version: 0.5.0
Summary: A minimalist AI coding agent
Project-URL: Homepage, https://github.com/juan/pana
Project-URL: Repository, https://github.com/juan/pana
Project-URL: Issues, https://github.com/juan/pana/issues
Author: Juan Sebastian Quintero
License-Expression: MIT
License-File: LICENSE
Keywords: ai,coding-agent,copilot,llm,tui
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Terminals
Requires-Python: >=3.11
Requires-Dist: grapheme>=0.6.0
Requires-Dist: mistune>=3.2.0
Requires-Dist: openai>=1.60.0
Requires-Dist: prompt-toolkit>=3.0
Requires-Dist: pygments>=2.17.0
Requires-Dist: pyperclip>=1.11.0
Requires-Dist: python-dotenv
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Requires-Dist: requests-mock; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: vulture>=2.15; extra == 'dev'
Description-Content-Type: text/markdown

```
                             
  ██████   █████  ███▄    █  █████  
  ██   ██ ██   ██ ████▄  ██ ██   ██ 
  ██████  ███████ ██ ▀█▄ ██ ███████ 
  ██      ██   ██ ██  ▀████ ██   ██ 
  ██      ██   ██ ██   ▀███ ██   ██ 
                             
```

A minimalist, extensible AI coding agent with a TUI, differential rendering, and synchronized output,
backported from the [pi.dev](https://pi.dev) coding agent.

## Installation

```bash
pip install pana
```

## Usage

```bash
pana
```

## License

MIT
