Python library to generate and validate credit card numbers. Features a fast, offline BIN lookup using a local database. Zero dependencies, no API keys needed. Perfect for generating test data. A ...
I wrote this when I was working on a Visa Level 1 merchant's credit card processing system, circa 2005. I needed arbitrary amounts of credit card numbers that passed the Luhn checksum test, but did ...