Bitcore API wrapper Python3 wrapper for the Bitcore API Installation PyPI pip install pybitcore or from source git clone https://github.com/tianshanghong/pybitcore.git cd pybitcore python3 setup.py install Usage from pybitcore import BitCoreAPI bc = BitCoreAPI() License MIT