ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
20 stars 33 forks source link

Replace ~/omero with standard OS-dependent paths #233

Closed manics closed 4 years ago

manics commented 4 years ago

Replaces ~/omero with "standard" paths according to each operating system: https://pypi.org/project/appdirs/

Closes https://github.com/ome/omero-py/issues/210

manics commented 4 years ago

Is this considered a breaking change that should wait for 6.0.0?. If so this could be split so only omero.util.get_omero_user_cache_dir() which was added in #162 uses the new paths

sbesson commented 4 years ago

Few immediate thoughts:

manics commented 4 years ago

I'll rebase on top of https://github.com/ome/omero-py/pull/240