Skip to content

v0.1.0

Choose a tag to compare

@TYEclipse TYEclipse released this 20 Aug 16:15
· 4 commits to main since this release

dsh-checkdigit v0.1.0

校验位数学工具箱 Check-digit math toolbox — 首发版本(历史发布补账 / historical release backfill)。

工具 Tools(11 方案)

  • checkdigit_generate — 生成校验位 + 完整标识符
  • checkdigit_validate — 自动识别方案 + 期望校验位 + IBAN 国家 / BBAN / 格式化
  • checkdigit_info — 方案信息查询

方案:Luhn(ISO/IEC 7812)/ Verhoeff / Damm / ISBN-10 / ISBN-13 / EAN-8 / EAN-13 / UPC-A / ISIN(ISO 6166)/ CUSIP(ANSI X9.6)/ IBAN(ISO 13616,75 国 BBAN 长度表)

安装 Install

dsh plugin --profile <name> add github:TYEclipse/dsh-checkdigit

零运行时依赖(zero runtime dependencies,纯整数算术)。