HI, tech lead for my organisation (consultancy), w...
# welcome
a
HI, tech lead for my organisation (consultancy), was exploring how to handle a python mono repo (as my background is java where that is a bit easier) (for lambda development) using poetry as dependency manager and came across pants. Want to explore it for personal projects but if I can get it working with for similar use case that I have come across on client projects would like to introduce it to some of the codebases. Looking for something that is easy to adopt and not add any ore little overhaul to current projects,
👋 6
h
Cool, welcome!
Looking for something that is easy to adopt and not add any ore little overhaul to current projects,
We put a lot of effort into Pants 2 to lower the overhead required to get the power of a monorepo build tool like Pants or Bazel, e.g. https://blog.pantsbuild.org/why-dependency-inference/ It's still more boilerplate than most of us would like tho, so we're continually trying to find ways to make Pants more ergonomic to use. (E.g. 2.14 adding a new feature called
__defaults__
that lets you set metadata in one place for a whole subtree)
👍🏿 1