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

How to return range os verses instead of single verse? #175

Open paulocoutinhox opened 1 month ago

paulocoutinhox commented 1 month ago

Hi,

When i parse "Obadiah 1", it return "31001001" and not the list with full chapter verses.

There is some option to return full list?

Thanks.