clstoulouse / motu-client-python

Motu is a high efficient and robust Web Server which fills the gap between heterogeneous data providers to end users. Motu handles, extracts and transforms oceanographic huge volumes of data without performance collapse. This client enables to extract and download data through a python command line.
GNU Lesser General Public License v3.0
49 stars 22 forks source link

Motu-client upgrade to Python 3 #4

Closed rgallou closed 6 years ago

rgallou commented 6 years ago

Hi All,

We're wondering if there is an plan for upgrade Motu-client to be supported by Python 3 ? Thanks in advance.

Best regards.

clstoulouse commented 6 years ago

Hi,

This is off course an upgrade which is really interesting and useful, but for the next coming months it is not planned.

If you are interested by developing it, you can submit a merge request and we will take time to integrate this upgrade.

Best regards.

kmarshfgg commented 6 years ago

Hi,

I have re-factored the Python 2 code and I am now able to successfully download data via the motu client in Python 3.4.

I'm new to GitHub so please let me know the best way to share my code.

clstoulouse commented 6 years ago

Hi,

Thanks a lot for your work. The easier way is to send us a GitHub pull request (https://help.github.com/articles/about-pull-requests/).

Then we will review your source code updates, validate the code to be sure that it runs with both last python 2.x and 3.x and when all runs successfully, we will integrate it in develop branch and release a new version.

Best regards.

clstoulouse commented 6 years ago

Hi,

The new version 1.7.0 is now fully compatible with Python 3.

Enjoy Motu! Sylvain