vigimite / aqueducts

Framework to build data pipelines declaratively
Apache License 2.0
40 stars 1 forks source link

Feature: python bindings #9

Open vigimite opened 1 month ago

vigimite commented 1 month ago

I want to add python bindings to this project.

The way they should be added is to create a separate crate to contain a simplified/changes rust API which should then be translated to python bindings. This should result in a package published to PyPi via a github action.

The approach should be similar to what the delat-rs project is doing.