(small shameless plug) yesterday I published <kedr...
# plugins-integrations
j
(small shameless plug) yesterday I published kedro-init 0.1, a tiny plugin that you can use to create a minimal Kedro project from scratch in 2 steps: 1. create a new Python project with your favourite tool:
poetry init
,
pdm init
,
rye init
etc 2. run
kedro-init
see this blog post by @Galen Seilis on how to do it with Rye: https://galenseilis.github.io/posts/kedro-init-rye/
🎉 7