I would like to implement a way to manage private packages for my company. We have some scripts (packages) that are shared between multiple python projects and it would make more sense to directly share them as packages.
I saw multiple solutions online, which one would you recommend based on your experience?
We used git submodules on some projects but I have the feeling it gives too much overhead/complexity…
Best regards,
Thomas
New contributor
user20965374 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.