Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

binlist

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binlist

Python module for credit card BIN/IIN lookup.

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
1

Python BINlist

Codacy Badge

The Python BIN-list library provides convinent PCI compliant methods to lookup credit card BIN/IIN to help you understand your credit card charges by enriching your customer's card data while maintaing (outside of) PCI compliance. It includes a pre-defined set of classes that represents Card Issuing Networks(American Express, Visa, etc.) with the most up-to-date pulished IIN rules.

Installation

BINlist is distributed on PyPI. The best way to install it is with pip:

pip install binlist

If you want to contribute and need access to the source code, then install from source with:

python setup.py install

Requirements

  • Python 2.7+ or Python 3.4+

Usage

from binlist import BIN

# lookup card number's issuing network
BIN("5454").lookup()

Development

Show help message:

make help

Run tests the default Python

make test

Run all tests on all supported Python versions:

make test-all

Run linter(flake8) with

make lint

======= History

0.1.0 (2019-02-25)

  • First release on PyPI.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc