登录 注册
当前位置:主页 > 资源下载 > 11 > python-lds-scriptures下载

python-lds-scriptures下载

  • 更新:2024-11-23 18:34:44
  • 大小:104KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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