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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file french-bins-0.2.0.tar.gz.
File metadata
- Download URL: french-bins-0.2.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df9729883aa57fbf320cd95a08818c8ee000eba225fb110ee6bc0f9890950747
|
|
| MD5 |
f975bf2eaa1213f6642a3057626635b5
|
|
| BLAKE2b-256 |
35e667326259fd56fd5e7f0f50d02dba4f87acbe7aa9b975f91a2c84e1c1ecdc
|
File details
Details for the file french_bins-0.2.0-py3-none-any.whl.
File metadata
- Download URL: french_bins-0.2.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
333f9430b307e7eacbcce255881d6560269cc7f97b1ea9af3b3af0ade5ea4dcd
|
|
| MD5 |
9feb5d276b0bcc25907893360e2487a4
|
|
| BLAKE2b-256 |
ee809dfa44059590a839f8703e41ccb331375b125a76abf37d923884084723a0
|