Skip to main content

A library for Bins from French banks

Project description

French Bins

french-bins est une bibliothèque Python qui fournit des informations sur les Bins (Bank Identification Numbers) des principales banques françaises, telles que BNP Paribas, Société Générale, LCL, AXA, Crédit Mutuel et Crédit Agricole.

Installation

Vous pouvez installer french-bins en utilisant pip :

pip install french-bins

Utilisation

Pour utiliser french-bins dans votre projet, importez simplement la variable FRENCH_BANK_BINS :

from french_bins import FRENCH_BANK_BINS

FRENCH_BANK_BINS est un dictionnaire contenant les informations sur les Bins des banques françaises. Voici un exemple d'utilisation :

print(FRENCH_BANK_BINS["BNP_Paribas"]["gold"][0])

Cela affichera les informations suivantes :

{
    'bin': '497462',
    'type': 'Crédit',
    'bank': 'BNP Paribas',
    'level': 'Gold'
}

Contribuer

Si vous souhaitez contribuer au projet, veuillez soumettre une pull request sur https://github.com/toomanylog/french-bins.

Licence

french-bins est publié sous la licence MIT. Voir le fichier LICENSE pour plus de détails.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

french-bins-0.2.0.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

french_bins-0.2.0-py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page