Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 567 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 567 Bytes

py-cryptowatch-client-pypi

Cryptowatch Doc: https://docs.cryptowat.ch/rest-api/

Install

pip install py-cryptowatch-client

Usage

from cryptowatch import Cryptowatch

cw = Cryptowatch(key=None)
cw.get_market_prices()

Testing

virtualenv venv
source ./venv/bin/activate
pip install -r dev_requirements.txt
deactivate
source ./venv/bin/activate
pytest