ya-mori / python-monorepo

monorepo sample using python and poetry
113 stars 11 forks source link

Thank you for this project! #4

Closed tony closed 2 years ago

tony commented 3 years ago

I'm surprised more projects (e.g. poetry, pip, jupyter, ipython) don't use and encourage monorepos

Do you know any open source python projects using monorepos?

ya-mori commented 3 years ago

@tony Thanks for posting the issue.

Unfortunately, I don't know. This project was adapted from this amazing article! https://medium.com/opendoor-labs/our-python-monorepo-d34028f2b6fa

By the way, I also made a java gradle like project, so it might be helpful if you check it out as well. https://github.com/ya-mori/kubeflow-sample

tony commented 3 years ago

Excellent and nice to look at the gradle project, @ya-mori

I'm dabbling with something here: https://github.com/cihai/cihai/tree/monorepo, https://github.com/cihai/cihai/pull/297. There's areas I haven't gotten to yet like composite GH actions (for reusability)

I appreciate the link to opendoor lab's article, I also found them while googling.

keep me posted if you develop this more or find any more projects