wongyip/library-helpers

用于图书馆和书籍相关应用开发的杂项工具。

v0.1.1 2020-05-12 03:56 UTC

This package is auto-updated.

Last update: 2024-09-12 13:32:52 UTC


README

用于图书馆和书籍相关应用开发的杂项工具。

CallNumber::class

将国会图书馆的索书号转换为通用可排序字符串。由 BCLibraries/lc-call-numbers 项目提供支持。

ISBN::class

验证和转换 ISBN10 / ISBN13 号码。

参考资料

  1. http://en.wikipedia.org/wiki/International_Standard_Book_Number
  2. http://www.hahnlibrary.net/libraries/isbncalc.html(由 Joel Hahn,Niles 公共图书馆区提供)