Metadata-Version: 2.4
Name: theconn
Version: 0.1.1
Summary: The Conn - AI-powered development framework CLI
Author-email: Lockeysama <196349143@qq.com>
Requires-Python: >=3.12
Requires-Dist: click>=8.1.0
Requires-Dist: requests>=2.31.0
Requires-Dist: rich>=13.0.0
Description-Content-Type: text/markdown

# The Conn - Python CLI

AI-powered development framework CLI for Python projects.

## Quick Start

Initialize The Conn framework in your project:

```bash
uvx theconn init
```

## Commands

- `theconn init` - Initialize The Conn framework
- `theconn update` - Update framework files
- `theconn check` - Check for updates
- `theconn uninstall` - Uninstall framework

## Documentation

For full documentation, visit: https://github.com/Lockeysama/TheConn

- [CLI Documentation](https://github.com/Lockeysama/TheConn/blob/main/CLI.md)
- [Development Guide](https://github.com/Lockeysama/TheConn/blob/main/DEVELOPMENT.md)

## License

MIT License - see [LICENSE](https://github.com/Lockeysama/TheConn/blob/main/LICENSE)
