jugmac00

Authored Comments

Before importing pyximport you have to install "Cython" e.g. via pip - preferrable into a virtualenv.

Also see http://docs.cython.org/en/latest/src/quickstart/install.html

@ Moshe!

Thanks a ton for this article - I always had the misconception you had to write C code to leverage Cython.

I wrote a little command line tool which tests the passwords in a KeePass database against the haveibeenpwned.com API - using k-Anonymity ( https://haveibeenpwned.com/API/v2#PwnedPasswords ). Source code available at https://github.com/jugmac00/hibpcli or pip install hibpcli - looking forward to receive some feedback.