jugmac00

撰写的评论

在导入 pyximport 之前,您必须安装 “Cython”,例如通过 pip 安装 - 最好安装到虚拟环境中。

另请参阅 https://cython-docs.pythonlang.cn/en/latest/src/quickstart/install.html

@ Moshe!

非常感谢这篇文章 - 我一直误以为要利用 Cython 必须编写 C 代码。

我编写了一个小命令行工具,用于根据 haveibeenpwned.com API 测试 KeePass 数据库中的密码 - 使用 k-匿名性 (https://haveibeenpwned.com/API/v2#PwnedPasswords)。源代码可在 https://github.com/jugmac00/hibpcli 获取,或通过 pip install hibpcli 安装 - 期待收到一些反馈。

© . All rights reserved.