pycard-validate

Blazing Fast Credit Card number validator using Luhn Algorithm


Keywords
credit-card, python, validation, validators
License
MIT
Install
pip install pycard-validate==1.0.0

Documentation

pycard-validator

A simple python module to implement credit card number validation using Luhn Algorithm. Build Status PyPI - Python Version PyPI license

Installation

Install in your project with pip:

pip install pycard-validate

Usage

An example use:

from pycardvalidator.validator import pycvalid
result = pycvalid.validate('4111 1111 1111 1111')

License

MIT license. See LICENSE.md for more information.