gdax-python-api icon indicating copy to clipboard operation
gdax-python-api copied to clipboard

Namespace conflict with "gdax-python"

Open pmav99 opened this issue 8 years ago • 0 comments

There is a namespace conflict between gdax-python-api and gdax-python. Both packages install their code under the gdax namespace. This makes it impossible to use them in parallel

AFAIK there is no rule for handling such namespace conflicts so the resolution, if any, is completely up to you. Nevertheless IMHO it would be nice to be able to use both packages and your package is the newer one. That's why I am opening the issue here.

https://github.com/danpaquin/gdax-python https://www.python.org/dev/peps/pep-0541/ https://www.python.org/dev/peps/pep-0423/

pmav99 avatar Dec 18 '17 07:12 pmav99