Skip to content

Commit edfd1f9

Browse files
committed
v0.1.13; integration with ToolMate AI
1 parent 13da986 commit edfd1f9

12 files changed

+1119
-41
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/
4242
setup(
4343
name=package,
44-
version="0.1.12",
44+
version="0.1.13",
4545
python_requires=">=3.8, <3.13",
4646
description=f"UniqueBible App is a cross-platform & offline bible application, integrated with high-quality resources and unique features. Developers: Eliran Wong and Oliver Tseng",
4747
long_description=long_description,

uniquebible.egg-info/PKG-INFO

+112
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
Metadata-Version: 2.1
2+
Name: uniquebible
3+
Version: 0.1.13
4+
Summary: UniqueBible App is a cross-platform & offline bible application, integrated with high-quality resources and unique features. Developers: Eliran Wong and Oliver Tseng
5+
Home-page: https://www.uniquebible.app/
6+
Author: Eliran Wong
7+
Author-email: [email protected]
8+
License: GNU General Public License (GPL)
9+
Project-URL: Source, https://github.com/eliranwong/UniqueBible
10+
Project-URL: Tracker, https://github.com/eliranwong/UniqueBible/issues
11+
Project-URL: Documentation, https://github.com/eliranwong/UniqueBible/wiki
12+
Project-URL: Funding, https://www.paypal.me/MarvelBible
13+
Keywords: bible scripture na28 bsha hebrew greek ai marvelbible biblebento uba uniquebible
14+
Platform: UNKNOWN
15+
Classifier: Development Status :: 5 - Production/Stable
16+
Classifier: Intended Audience :: End Users/Desktop
17+
Classifier: Topic :: Utilities
18+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
19+
Classifier: Topic :: Software Development :: Build Tools
20+
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
21+
Classifier: Programming Language :: Python :: 3.8
22+
Classifier: Programming Language :: Python :: 3.9
23+
Classifier: Programming Language :: Python :: 3.10
24+
Classifier: Programming Language :: Python :: 3.11
25+
Classifier: Programming Language :: Python :: 3.12
26+
Requires-Python: >=3.8, <3.13
27+
Provides-Extra: gui
28+
License-File: LICENSE
29+
30+
# Migration to pip package in progress
31+
32+
We are migrating the distribution of UniqueBible App via pip package. Something may not work as usual. Please kindly report issues at https://github.com/eliranwong/UniqueBible/issues
33+
34+
To install:
35+
36+
> pip install --upgrade uniquebible
37+
38+
To run:
39+
40+
> uniquebible
41+
42+
# UniqueBible
43+
44+
A cross-platform & offline bible application, integrated with high-quality resources and unique features.
45+
46+
This single project has two major interfaces:
47+
48+
Qt-based Multi-Window Desktop Application:
49+
50+
<b>Tested in:</b> <a href="https://github.com/eliranwong/UniqueBible/wiki/Install-on-Windows">Windows 10</a>, <a href="https://github.com/eliranwong/wsl2/blob/master/bible_apps/desktop.md">Windows WSL2</a>, <a href="https://github.com/eliranwong/UniqueBible/wiki/Install-on-macOS">macOS [Sierra+]</a> and <a href="https://github.com/eliranwong/UniqueBible/wiki/Install-on-Linux">Linux</a> (Arch, Debian, Ubuntu & Mint), <a href="https://github.com/eliranwong/UniqueBible/wiki/Install-on-Chrome-OS">Chrome OS</a> (Debian 10), <a href="https://github.com/eliranwong/UniqueBible/wiki/Webtop-Version---RECOMMENDED!">Webtops</a>, <a href="https://github.com/eliranwong/UniqueBible/wiki/Android-iOS-Version">Android / iOS</a>
51+
52+
Unique Bible App can <a href="https://github.com/eliranwong/UniqueBible/wiki/UBA-Run-Modes">runs in different modes</a>, both online and offline, for examples:
53+
54+
> <a href="https://github.com/eliranwong/UniqueBible/wiki/Command-Line-Interface">GUI mode</a> - we use popular Qt library to run UBA on Windows, macOS, Linux, ChromeOS
55+
56+
> <a href="https://github.com/eliranwong/UniqueBible/wiki/Web-Version-%5Bavailable-OFFLINE%5D">Http-server</a> - e.g. <a href="https://bible.gospelchurch.uk">https://bible.gospelchurch.uk</a>
57+
58+
> <a href="https://github.com/eliranwong/UniqueBible/wiki/Terminal-Mode">Terminal mode</a> - the quickest way to run UBA; the most comprehensive in terms of feature coverage; all platforms supported; local or via ssh
59+
60+
> <a href="https://github.com/eliranwong/UniqueBible/wiki/UBA-Run-Modes">other modes ...</a>
61+
62+
# Development Team
63+
64+
Eliran Wong (https://github.com/eliranwong)
65+
66+
Oliver Tseng (https://github.com/otseng)
67+
68+
<a href="https://github.com/eliranwong/UniqueBible/wiki/Translators">Program Interface Translators</a>
69+
70+
# Screenshot:
71+
72+
<img width="1440" alt="Screenshot 2022-02-18 at 19 09 09" src="https://user-images.githubusercontent.com/25262722/154747249-adf94293-eaab-43aa-9461-04d4d688b3d1.png">
73+
74+
# Quick Start
75+
76+
('git' and 'python 3.7+' are required)
77+
78+
To download and set up Unique Bible app, run:
79+
80+
> git clone https://github.com/eliranwong/UniqueBible.git
81+
82+
> cd UniqueBible
83+
84+
> python3 uba.py
85+
86+
# Setup or Installation
87+
88+
Read our recommendations first at: https://github.com/eliranwong/UniqueBible/wiki/Recommendations-for-Different-Platforms
89+
90+
You can simply download & run UBA if you have python in place, read our examples at:
91+
92+
https://github.com/eliranwong/UniqueBible/wiki/Installation
93+
94+
# Features, instructions and how-tos
95+
96+
[Wiki](https://github.com/eliranwong/UniqueBible/wiki)
97+
98+
# Help, discussion and support
99+
100+
[Discussions](https://github.com/eliranwong/UniqueBible/discussions)
101+
102+
# Feature requests, issues and bug reporting
103+
104+
[Issues](https://github.com/eliranwong/UniqueBible/issues)
105+
106+
# Donations:
107+
108+
Please consider a donation via our PayPal account:
109+
<a href="https://www.paypal.me/MarvelBible">https://www.paypal.me/MarvelBible</a>
110+
111+
112+

0 commit comments

Comments
 (0)