data-to-insight / quality-lac-data-beta

Quality LAC data Beta project
MIT License
8 stars 3 forks source link

Split Python code into external repo #33

Closed mwaddoups closed 3 years ago

mwaddoups commented 3 years ago

I think it makes sense to separate the Python library as much as possible from this code. Since Pyodide works with wheels, we can separate the other library entirely and maybe just write a very short Python api that imports the appropriate functions from our library and makes the conversion to JS.

Outstanding question: how do we get this involved in an automatic build pipeline (so build wheel -> copy to CDN -> serve)

mwaddoups commented 3 years ago

This API is now split out - for now we have to manually rebuild and copy a wheel.