1. 首页
  2. 数据库
  3. 其它
  4. python lds scriptures 源码

python lds scriptures 源码

上传者: 2021-04-19 03:36:24上传 ZIP文件 103.87KB 热度 21次
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
下载地址
用户评论