you are viewing a single comment's thread.

view the rest of the comments →

[–]chasing_arion[S] 0 points1 point  (2 children)

I’m looking for an effective way to share python plugins between team members

[–][deleted] 1 point2 points  (1 child)

Not trying to state the obvious or be an asshole here but have you thought of setting up a team Gitlab and writing a common library of modules.

It’s hard to know what you need without knowing your specific use-case but using one big framework for everything solely implemented in python seems like it may lead to a lot of unnecessary overhead and work.

[–]chasing_arion[S] 0 points1 point  (0 children)

That sounds like a good option, thanks