Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 320 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 320 Bytes

CoinGecko API wrapper

Python3 wrapper around the CoinGecko API (V3)

Installation

python3 setup.py install

Test

Run unit tests with:

# after installing pytest using pip3
pytest tests

Usage

from pycoingecko import CoinGeckoAPI
cg = CoinGeckoAPI()