frictionlessdata / tableschema-sql-py

Generate SQL tables, load and extract data, based on JSON Table Schema descriptors.
MIT License
60 stars 19 forks source link

Package tableschema-sql for distribution via conda-forge #79

Closed zaneselvans closed 4 years ago

zaneselvans commented 4 years ago

We want to use conda-forge as a primary distribution channel for the PUDL package (since it depends on a bunch of PyData stuff that can be a pain for folks to build on their own), but this means that our dependencies also need to be available via conda, and right now tableschema-sql is the only thing that will have to be installed via pip. Would it be possible to set up a recipe / feedstock on conda-forge for tableschema-sql?

roll commented 4 years ago

Hi @zaneselvans, working on it - https://github.com/conda-forge/staged-recipes/pull/9149

roll commented 4 years ago

It's accepted and going to appear as https://anaconda.org/conda-forge/tableschema-sql soon :+1:

zaneselvans commented 4 years ago

Hey @roll, I keep checking to see whether this has shown up on conda-forge and it doesn't seem like it has yet. Does it typically take this long for something to show up?

roll commented 4 years ago

@zaneselvans It seems some error happened in the first place. I've rereleased - https://anaconda.org/conda-forge/tableschema-sql

zaneselvans commented 4 years ago

Great! Now it's working.