is anyone active working on reorging the airbyte-i...
# contributing-to-airbyte
c
is anyone active working on reorging the airbyte-integrations dir structure?
u
michel has a PR for it
u
yeah. honestly probably easier to start from scratch.
u
if not i’m going to go ahead and do it following jared’s structure https://github.com/airbytehq/airbyte/pull/626#pullrequestreview-512165494
u
does it have a ton of merge conflicts or something?
u
yes
u
issue is that maybe that structure is not very python friendly though
u
fair enough. what would make the structure python friendly?
u
i've been trying to make one but haven't succeeded yet
u
what is the concern with even the current structure from a python perspective? Is it within the individual package dirs? or the monorepo as a whole?
u
i think it’s important to get out of current state which is pretty non sensical.
u
yeah I think from a project organization perspective there are better options than what we have
u
I'm just trying to understand what makes a project structure good or bad for multiple python libraries and apps
u
python is not usually used in monorepo i think
u
but it should still be doable
u
outside of that are there constraints?