Skip to main content

A Python library for working with Bible books and verses.

Project description

pible

A Python library for working with Bible books and verses.

Example Usage

from pible import Bible

bible = Bible()

john = bible["John"]

favorite_verse = john[3][16]

print(favorite_verse)
# For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.

john_3_17 = favorite_verse.next_verse()

Translations

King James Version

The library includes the text of the KJV, which is public domain.

English Standard Version

Support is planned for using Crossway's ESV API. ESV content is copyrighted by Crossway, and you will have to agree to their terms and conditions when applying for your API key in order to use the ESV within pible.

Others

Interested in adding support for another translation? PRs welcome 🙂️

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pible-0.4.1.tar.gz (1.3 MB view hashes)

Uploaded Source

Built Distribution

pible-0.4.1-py2.py3-none-any.whl (1.4 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page