I think it would be most useful to make nugridpy a package with an init.py in the base folder and relative imports. This would reduce interference with other code, e.g., when it comes to the util package. The imports would then be, e.g.
from nugridpy import util
or
import nugridpy.utils
etc.
I think this is a step we need to do to make the tool more widely usable by others.'
I know hoe to do this for python3, but would not be doing the python2 version (maybe I could be arm twisted ... )
@fherwig @marcop46 @swjones
I think it would be most useful to make nugridpy a package with an init.py in the base folder and relative imports. This would reduce interference with other code, e.g., when it comes to the util package. The imports would then be, e.g.
from nugridpy import util
or
import nugridpy.utils
etc.
I think this is a step we need to do to make the tool more widely usable by others.' I know hoe to do this for python3, but would not be doing the python2 version (maybe I could be arm twisted ... )
-Alexander