5
0
Our go-to tool for retrieving Bible references with ease.
Go to file
2023-11-13 08:18:25 +02:00
docs adds getBible class to select scripture. 2023-11-13 08:18:25 +02:00
src/getbible adds getBible class to select scripture. 2023-11-13 08:18:25 +02:00
tests adds getBible class to select scripture. 2023-11-13 08:18:25 +02:00
.gitignore first commit 2023-11-11 20:52:13 +02:00
LICENSE first commit 2023-11-11 20:52:13 +02:00
README.md adds getBible class to select scripture. 2023-11-13 08:18:25 +02:00
requirements.txt adds getBible class to select scripture. 2023-11-13 08:18:25 +02:00
setup.py adds getBible class to select scripture. 2023-11-13 08:18:25 +02:00

getBible Librarian

The getBible Librarian package is a Python library designed for efficiently retrieving the scripture reference across various translations.

Features

Installation (pip)

To install the package using pip, see the documentation.

Installation (git)

To install getBible-Librarian, you need to clone the repository and install the package manually. Ensure you have Python 3.7 or higher installed.

git clone https://git.vdm.dev/getBible/librarian.git
cd librarian
pip install .

Development and Testing

To contribute or run tests, clone the repository and set up a virtual environment:

git clone https://git.vdm.dev/getBible/librarian.git
cd librarian
python -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`
pip install -e .

Run tests using the standard unittest framework:

python -m unittest

Contributing

Contributions to the getBible-Librarian package are welcome. Please ensure to follow the coding standards and write tests for new features.

License

This project is licensed under the GNU GPL v2.0. See the LICENSE file for more details.