avendesora / pythonbible

A python library for validating, parsing, normalizing scripture references and retrieving scripture texts (for open source and public domain versions)
https://docs.python.bible
MIT License
56 stars 11 forks source link

Add Berean Standard Bible (BSB) and World English Bible (WEB) #178

Open smarkoco opened 1 week ago

smarkoco commented 1 week ago

Description

Primarily, I added 2 new public domain versions to the pythonbible:

  1. World English Bible - this version has some extra verses occasionally, like Romans 14:24-26, due to reliance on different manuscripts, but is regarded as a modern reputable translation
  2. Berean Standard Bible - this version was published in 2022, and is highly esteemed, using the best manuscripts with and emphasis on matching the Hebrew and Greek words carefully. Honestly, considering this and the modern language, I think this BSB could be set as the DEFAULT_VERSION for pythonbible, but that's just my opinion

Secondarily, I included a simple example for new developers and users to be able to quickly understand how this package can be used.

Please include a summary of the change and which issue is fixed (if applicable). Please also include relevant motivation and context. List any dependencies that are required for this change.

Checklist:

image

sourcery-ai[bot] commented 1 week ago

🧙 Sourcery is reviewing your pull request!


Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.