dvalters / fuse-netcdf

ESoWC project to develop a Python utility to mount NetCDF files as a file-system in user space. (FUSE)
Other
8 stars 3 forks source link

Python 2/3 #4

Closed dvalters closed 6 years ago

dvalters commented 6 years ago

fusepy is written in 2.x style but with support for 3 syntax (i.e. Python 3 friendly). So we could potenitally support both of these versions with future, six etc. (ECMWF to roll out out Python 3 at somepoint in the future.

dvalters commented 6 years ago

Currently everything is done using 2.7.x, but 3 support should not be too much of an issue

dvalters commented 6 years ago

Test framework checks for 2/3 compatibility