FESOM / pyfesom

python library and tools for pre and post processing of the FESOM ocean model files
http://pyfesom.readthedocs.io/en/latest/index.html
MIT License
11 stars 6 forks source link

first steps for pipable pyfesom #6

Closed pgierz closed 5 years ago

pgierz commented 5 years ago

Hi @koldunovn,

I started to put some things together to allow pyfesom to be installed via pip so users don't always have to append the sys.path each time.

It's my first time actually packaging something, so I am not sure if everything works yet... Could you maybe have a look, in particular at the requirements.txt?

Cheers, Paul

koldunovn commented 5 years ago

Hi Paul ,

Looks good. If you have time for this maybe you can add a couple of tests, and we maybe just add a ci to it. Another thing is to make CLI applications installable, and one can (in theory) make it bu just adding the entry_points to setup. I am trying to do everything right with pyfesom2: https://github.com/koldunovn/pyfesom2

The bottom line - it looks good and I can merge it and if you want to do more, I will try to help you.

koldunovn commented 5 years ago

Did a merge of your setup.py and the one from @strawpants .