Installation

Requirements

  • Python 3.8 or higher

  • pycountry

  • pycountry-convert

Install from PyPI

pip install smartbindb

Install from source

git clone https://github.com/abirxdhack/TheSmartBinDB
cd TheSmartBinDB
pip install -e .

Verify installation

import smartbindb
print(smartbindb.__version__)

Optional development extras

pip install "smartbindb[dev]"
pip install "smartbindb[docs]"