Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/subhajeet2107/pycard-validate

Blazing fast Python Credit Card 💳 Validator using Luhn Algorithm 🚀
https://github.com/subhajeet2107/pycard-validate

credit-card python validation validators

Last synced: 16 days ago
JSON representation

Blazing fast Python Credit Card 💳 Validator using Luhn Algorithm 🚀

Lists

README

        

pycard-validator
==========================

A simple python module to implement credit card number validation using Luhn Algorithm.

[![Build Status](https://travis-ci.org/subhajeet2107/pycard-validate.svg?branch=master)](https://travis-ci.org/subhajeet2107/pycard-validate) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Django.svg) [![PyPI version](https://badge.fury.io/py/pycard-validate.svg)](https://badge.fury.io/py/pycard-validate) [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)

## Installation

Install in your project with pip:

```bash
pip install pycard-validate
```

## Usage

An example use:

```python

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

```

## License

MIT license. See `LICENSE.md` for more information.