Usage
Its a list of dictionaries. Each dict is a book and each book contains relevant metadata for usage.
import bible
for book in bible.BIBLE:
print(book)
Python classes for Bible Verse and Passage - useful for storing, comparing, and formatting Bible references. Also includes Django form classes to make it easy to add Bible references to your Django models.
PythonNOASSERTION
Its a list of dictionaries. Each dict is a book and each book contains relevant metadata for usage.
import bible
for book in bible.BIBLE:
print(book)