gdax-python-api
gdax-python-api copied to clipboard
Namespace conflict with "gdax-python"
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/