Metadata-Version: 2.4
Name: turtleai
Version: 0.1.1
Summary: Turtle AI
Project-URL: Homepage, http://xuehang.ai
Project-URL: Repository, https://github.com/XUEHANGAI/turtle-ai
License: MIT
License-File: LICENSE
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# turtle-ai

🐢 Turtle AI — A minimal AI toolkit.

## Installation

```bash
pip install turtleai
```

## Usage

```python
import turtleai as tai

print(tai.hello())
```

Output:

```
Hello, World!
```

## License

MIT © XUEHANG AI