SnowEx / snowexsql

A project to access the SnowEx database holding data from the NASA SnowEx campaign
https://snowexsql.readthedocs.io/en/latest/readme.html
GNU General Public License v3.0
23 stars 6 forks source link

Add package to conda-forge #93

Closed scottyhq closed 1 month ago

scottyhq commented 1 month ago

Is your feature request related to a problem? Please describe.

Adding snowexsql to conda-forge would facilitate installing with conda/mamba and integrating into larger environment (e.g. https://github.com/CryoInTheCloud/hub-image/blob/main/environment.yml). While it's possible to mix conda and pip, usually the dependency solving is independent, which can lead to complications.

Describe the solution you'd like

mamba install snowexsql

Additional info

Since snowexsql is already released on pip, there are tools to mostly automate the process of generating the recipe and syncing releases https://conda-forge.org/docs/maintainer/adding_pkgs/

micah-prime commented 1 month ago

Thanks @scottyhq ! I will take care of this

micah-prime commented 1 month ago

Hopefully I'm doing this right (I've been a pypi purist for a while 😆 )

https://github.com/conda-forge/staged-recipes/pull/27104

micah-prime commented 1 month ago

@scottyhq snowexsql is available on conda-forge. https://anaconda.org/conda-forge/snowexsql

I'm going to close this issue, but let me know if there is anything else that needs to happen on that front