• Stars
    star
    106
  • Rank 323,925 (Top 7 %)
  • Language
    Python
  • Created about 4 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

monorepo sample using python and poetry

python mono repo sample

what is this?

This is a sample to implement a multi-project structure in python.
I am using poetry to manage my dependencies.

project structure

.
├── README.md
├── sample_1  # Sample of using a home-grown library in multiple projects
└── sample_2  # Sample multi-projects like Maven and Gradle in Java 

reference

https://medium.com/opendoor-labs/our-python-monorepo-d34028f2b6fa