OceanNetworksCanada / api-python-client

Provides easy access to ONC data in Python
https://oceannetworkscanada.github.io/api-python-client/
Apache License 2.0
10 stars 9 forks source link

Improve package setup (dev requirements and project_urls) #1

Closed Jacob-Stevens-Haas closed 11 months ago

Jacob-Stevens-Haas commented 1 year ago

I was hoping to help with onc package development given that I'm working on a 3rd party library, tehom. There's a few things that made it tricky off the bat:

I can PR these issues; are you amenable to moving from the deprecated setup.py to pyproject.toml format a la PEP 621, 517, 518?