sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
351 stars 148 forks source link

Client Class #36

Closed MrClumsy closed 6 years ago

MrClumsy commented 6 years ago

Can we please change the class name of "Client" to "KucoinClient" so that if someone is using your other libraries (like your binance library) in a single python application that the program can differentiate from the two? Otherwise the program terminates with error codes

sammchardy commented 6 years ago

Hi @MrClumsy you can import and rename at the same time to get around this.

e.g.

from kucoin.client import Client as kucoinClient