Metadata-Version: 2.4
Name: grapoolocal
Version: 1.0.0
Summary: Cloud-free Closepoo Web Daemon
Home-page: https://github.com/asinerum/grapoolocal
Author: Asinerum Conlang Project
Author-email: asinerum.com@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: closepoo>=1.0.10
Dynamic: license-file

# CLOUD-FREE CLOSEPOO WEB DAEMON USING GRADIO

Detailed tips, tricks, and examples, can be found at project's repository
https://github.com/asinerum/grapoolocal

## Installation
```bash
pip install grapoolocal
```

## Start Daemon
```bash
export OLLAMA_LOCAL_HOST="localhost" ## or any local machine address eg "192.168.1.5"
export GEMINI_API_KEY="?" ## to disable gemini warnings
grapoolocal
```

## Daemon Web Access
```
http://127.0.0.1:7860
```

(C) 2026 Asinerum Conlang Project
