mcardillo55 / cbpro-trader

Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
GNU General Public License v3.0
218 stars 72 forks source link

Backport queue import for Python 2 #4

Closed philippeowagner closed 6 years ago

mcardillo55 commented 6 years ago

I just recently ported the project to Python 3, mostly because of the improvements to Decimal. Is there a reason we should keep Python 2 compatability? This will affect almost every decision in the future, when Python 3 is the future.

philippeowagner commented 6 years ago

The project could run on Python 3 and Python 2 with this small compat-hack. It's up to you. ;-)

mcardillo55 commented 6 years ago

Think I'm going to just keep this Python3. Thanks though!