PyPI version not supporting Python3
Hi @marians
Many thanks for this package. It's very useful in examining on how to interact with the Genesis databank through Python.
I tried installing it using pip install as well but noticed that the pip install is not supporting python3. E.g. the print statements are not updated in the PyPI version whilst they are in your GitHub repository which leads me to believe that the PyPI version is not up to date. Could that be correct?
Cheers!
I wrote this a long time ago, targeting Python 2 only.
Not sure whether the Pypi version reflects the latest state of this repo.
If you want working code, you'll probably have to take the state of https://github.com/marians/genesisclient/pull/1 and port it to Python 3. If you want to provide a PR for Python 3 only, I'd be happy to merge.