Metadata-Version: 2.4
Name: biblemateweb
Version: 0.0.3
Summary: BibleMate AI - Automate Your Bible Study
Home-page: https://biblemate.ai
Author: Eliran Wong
Author-email: support@marvel.bible
License: GNU General Public License (GPL)
Project-URL: Source, https://github.com/eliranwong/biblemateweb
Project-URL: Tracker, https://github.com/eliranwong/biblemateweb/issues
Project-URL: Documentation, https://github.com/eliranwong/biblemateweb/wiki
Project-URL: Funding, https://www.paypal.me/MarvelBible
Keywords: mcp agent biblemate ai anthropic azure chatgpt cohere deepseek genai github googleai groq llamacpp mistral ollama openai vertexai xai
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10, <3.13
Requires-Dist: biblemate
Requires-Dist: nicegui
Provides-Extra: genai
Requires-Dist: google-genai>=1.46.0; extra == "genai"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# biblemateai

BibleMate AI Web Application - Web UI based on the work at https://github.com/eliranwong/biblemate

# Development in Progress ...

Install for testing:

> pip install --upgrade biblemateweb

Run:

> biblemateweb

## Use Existing UniqueBible App Data

```
cd
mkdir biblemate
cd biblemate
ln -s ../UniqueBible/marvelData data
cd data
eliran@ai-desk:~/biblemate/data$ ln -s ../../UniqueBible/audio/ audio
```
