back
1 comments
Can't tell if you're kidding or not... I ended up at

azure-cli/src/azure-cli-core/azure/cli/core/

That's.... definitely not beautiful

the src directories, and command_modules directory inside of that all contain separate Python projects. This allows them for instance to make changes/updates to particular parts of the azure-cli but without releasing a new version for each small sub-part.

Instead they could have created 17+ github repo's and had each part have it's own repo... instead it's now all contained in a single place.