C2SM / iconarray

R&D Python package for processing ICON data with xarray
https://c2sm.github.io/iconarray/
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

find a name #1

Closed cosunae closed 2 years ago

cosunae commented 2 years ago

See: https://peps.python.org/pep-0423/

In particular see: https://peps.python.org/pep-0008/#package-and-module-names

It recommends rather short names and all lowercase. Underscore is discouraged, but it does not mention "-". We should also check it is not used already, and register it right away in PyPI.

Currently is probably on the too long side.

cosunae commented 2 years ago

iconarray ? -> reference to core data storage using xarray for ICON

victoria-cherkas commented 2 years ago

I have renamed to iconarray. I think this name works. Will run this by Annika

victoria-cherkas commented 2 years ago

https://pypi.org/project/iconarray/ available in pypi, uploaded as a test..still need to make repo public on github once the name is finalized

victoria-cherkas commented 2 years ago

iconarray as a name is agreed, closing the issue.