iobis / pyobis

OBIS Python client
https://iobis.github.io/pyobis
MIT License
15 stars 10 forks source link

replace setup.py with setup.cfg|pyproject.toml #16

Closed 7yl4r closed 2 years ago

7yl4r commented 2 years ago

Might be worth reviewing the rest of setup.py while you are in there.

MathewBiddle commented 2 years ago
  • use a notebook leveraging both pyGBIF & pyOBIS?

How about notebook exemplifying the differences between pyGBIF & pyOBIS - or document that somewhere in the docs?

ayushanand18 commented 2 years ago

I would like to have some insights on the whole setup.py file, do we need to update the description field, update the URL field, Development Field or python versions.

ayushanand18 commented 2 years ago

How about notebook exemplifying the differences between pyGBIF & pyOBIS - or document that somewhere in the docs?

We can create some notebooks and couple them with the Jupyter Notebooks objective and try updating them to IOOS Code Lab.

ocefpaf commented 2 years ago

I would like to have some insights on the whole setup.py file, do we need to update the description field, update the URL field, Development Field or python versions.

I would not worry about that right now. When the time comes I'd rather we have a more modern setup.cfg/pyproject.toml instead of a setup.py.

7yl4r commented 2 years ago

Thanks for the advice, @ocefpaf. Let's table this one for now. I will switch it to the end of the summer milestone.