-
python-lds-scriptures下载
资源介绍
Python LDS经文
python-lds-scriptures解析LDS scripture URI并将其格式化为人类可读的字符串。
典型用法如下:
>>> import scriptures
>>> ref = scriptures.ref('/scriptures/bofm/mosiah/2.17')
>>> ref
ScriptureRef("/scriptures/bofm/mosiah/2.17")
>>> unicode(ref)
u'Mosiah 2:17'
从它们的部分创建引用:
>>> scriptures.ScriptureRef(testament='dc-testament', book='dc', chapter=46, verse_ranges=[(11, 12), (15, 15)])
ScriptureRef("/scriptures/dc-t