Metadata-Version: 2.4
Name: peblo
Version: 0.0.2
Summary: Peblo is a growing collection of small, everyday intelligent tools.
Author: Anders Cui
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: langdetect>=1.0.9
Requires-Dist: prompt-toolkit>=3.0.52
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pymupdf>=1.26.6
Requires-Dist: python-dotenv>=1.2.1
Requires-Dist: requests>=2.32.5
Requires-Dist: tiktoken>=0.12.0
Requires-Dist: typer>=0.20.0
Dynamic: license-file

# peblo

⭐ Peblo is a growing collection of small, everyday intelligent tools.

Peblo is in an early development stage.  
Features below are planned but not yet implemented.

Current Features (planned)：

* Translate — text translation 
* Summarize — short summary + keywords 
* OCR — extract text from images 
* Image Caption — describe an image for indexing 
* What is this? — identify or explain an object in an image

# Installation

```shell
pip install peblo
```

# CLI Usage

```shell
peblo --help
```

CLI commands will be added as features land.
