pangeo-data / rechunker

Disk-to-disk chunk transformation for chunked arrays.
https://rechunker.readthedocs.io/
MIT License
163 stars 25 forks source link

conda forge plan? #62

Closed phildong closed 3 years ago

phildong commented 3 years ago

First of all, I love this package! I found it indispensable in my pipeline that heavily depends on dask and it has become a critical dependency for my project. I'm trying to publish my project to conda-forge, and as far as I understand, I cannot do that with a dependency that's only available through pip. So I'm wondering if there's any plan to bring rechunker to conda-forge? Thank you for the awesome tool!

rabernat commented 3 years ago

Hi @phildong! Glad you find rechunker useful.

The only reason we have no conda package is because the devs haven't yet gotten around to this! The project is pretty new and also it's a crazy time for everyone in general right now. It sounds like you're already familiar with conda forge packaging, so we we would be thrilled if you would set up rechunker's conda-forge feedstock. We would do whatever we can to help you out.

davidbrochart commented 3 years ago

Done in https://github.com/conda-forge/staged-recipes/pull/13099

rabernat commented 3 years ago

This is fantastic @davidbrochart! You are a hero! 🦸

davidbrochart commented 3 years ago

Let me know if someone wants to be added as a maintainer of the package in the next release.

rabernat commented 3 years ago

Please add me and @TomAugspurger. Thanks!

phildong commented 3 years ago

This is awesome! Thank you guys for such terrific (and fast!) work!