Hi Everyone, Shravan here. I work as a Senior Data Engineer at
Safeai.ai. For my work I have developed quite a number of libraries in python to process data. Now it has grown so much and the libraries are dependent on each other. I want to move to a mono repo to keep the development a bit sane. In my previous company we had used gradle for mono repo and naturally I was a bit biased with that. However, since it did not have native python support I wanted to explore on other build tools and I stumbled upon
pants
. I just started to go through the documentation couple of days back.
However, I am struggling to get the POC working for my project. If this works out fine I would like to stick with pants for the build pipeline.