Hi guys. Sorry to bother, but I'm trying to migrat...
# general
o
Hi guys. Sorry to bother, but I'm trying to migrate some stuff in my company to a monorepo. Is there any open source repository that encompasses most of the functionalities of pants that I could look into? Thanks a lot and keep up the good work 😊
1
r
This is the one I know about https://github.com/lablup/backend.ai
❤️ 1
b
@rhythmic-morning-87313 has given a talk about how Lablup use Pants in that repo, by the way. Here it is in English at Pycon Japan

https://www.youtube.com/watch?v=nZr1Wks07vc&t=3459s

and in Korean at Pycon Korea

https://www.youtube.com/watch?v=r2FpfmcoL5M

❤️ 1
r
The English link seems to be deleted. At least that’s what I see when I click on the English one.
Actually it says “This video is private”
h
There's https://github.com/pantsbuild/example-python for a very simple example, and https://github.com/StackStorm/st2 for a much more intricate one
❤️ 2
c
https://github.com/lablup/backend.ai
That repo makes mine feel like a cheap knockoff 😳
@happy-kitchen-89482 https://github.com/pantsbuild/example-python advocates for
pants
executable in repo. Whats the plan to move to global install ?
e
The
./pants
script does install Pants globally per user (see
~/.cache/pants/setup
). That said we've started moving towards a
pants
binary: https://www.pantsbuild.org/v2.15/docs/installation
👍 1
r
Hm, PyCon JP channel seems to have reorganized the 2022 talks by splitting per-track videos into per-talk videos: https://www.youtube.com/playlist?list=PLMkWB0UjwFGm6_NIPfJiBvYqgjqb6pt4W, but there seems to be missing some talks including mine 😞
b
Thanks! I'm so sorry they've removed the video. Hopefully it's just an oversight that they'll correct as soon as you've notified them it's missing.