NuGrid / NuGridPy

Python tools to access and analyse NuGrid output data (including from MESA)
http://nugrid.github.io/NuGridPy
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

nugridpy package #4

Closed 2sn closed 8 years ago

2sn commented 8 years ago

@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

2sn commented 8 years ago

@fherwig @korobkin @cwjsdsu - this has now been implemented in #5