Metadata-Version: 2.4
Name: peblo
Version: 0.0.3
Summary: Peblo is a growing collection of small, everyday intelligent tools.
Author: Anders Cui
License: MIT
Project-URL: Homepage, https://github.com/anderscui/peblo
Project-URL: Repository, https://github.com/anderscui/peblo
Keywords: NLP,LLM,CLI
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4>=4.14.3
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: trafilatura>=2.0.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.
