Blazing-fast offline BIN (Bank Identification Number) lookup database with hundreds of thousands of records bundled.
Project description
SmartBinDB
Blazing-fast offline Bank Identification Number (BIN) lookup database for Python.
SmartBinDB ships with a bundled binary database covering hundreds of thousands of card BINs across the globe and provides a simple async API to look them up by BIN, issuing bank or country — with zero network calls.
Installation
pip install smartbindb
Quick start
import asyncio
from smartbindb import SmartBinDB
db = SmartBinDB()
async def main():
print(await db.get_bin_info("457173"))
print(await db.get_bins_by_bank("Chase", limit=5))
print(await db.get_bins_by_country("BD", limit=10))
asyncio.run(main())
Documentation
Full API documentation, tutorials, integration guides (FastAPI, Flask, Django, Telegram bots) and examples live at: https://abirxdhack.github.io/TheSmartBinDB
Links
- Repository: https://github.com/abirxdhack/TheSmartBinDB
- PyPI: https://pypi.org/project/smartbindb/
- Issues: https://github.com/abirxdhack/TheSmartBinDB/issues
License
MIT © Abir Arafat Chawdhury
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 smartbindb-5.17.7.tar.gz.
File metadata
- Download URL: smartbindb-5.17.7.tar.gz
- Upload date:
- Size: 3.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30d9f23dcd2316e3cb5730798ed516a328630634d81fd413c26c380789b15cfa
|
|
| MD5 |
85451e1c644f1b43de4c97f810c77ded
|
|
| BLAKE2b-256 |
a590738ec9a63d2c2b5992cc09ae50aaa74fa156a3f615b0dfed7de6a798cc7c
|
File details
Details for the file smartbindb-5.17.7-py3-none-any.whl.
File metadata
- Download URL: smartbindb-5.17.7-py3-none-any.whl
- Upload date:
- Size: 4.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ba8d63e6c44685f81c524f53749b39134d974f648e5e503424c7d1149f8f39b
|
|
| MD5 |
ac8a6f35c4b160b3a1b26ab154f455ac
|
|
| BLAKE2b-256 |
cd4848ca010e6cdf4f41a7b34fbc8f25256bb3a80f6e0ae340a0a4dbb1a6182d
|