A simple python module to implement credit card number validation using Luhn Algorithm.
Install in your project with pip:
pip install pycard-validateAn example use:
from pycardvalidator.validator import pycvalid
result = pycvalid.validate('4111 1111 1111 1111')MIT license. See LICENSE.md for more information.