microsoft / kiota-abstractions-python

Abstractions library for Kiota generated Python clients
https://aka.ms/kiota/docs
MIT License
13 stars 8 forks source link

Group python Kiota repositories #302

Open andrueastman opened 2 months ago

andrueastman commented 2 months ago

Related to https://github.com/microsoft/kiota/issues/4636 and https://github.com/microsoft/kiota-abstractions-dotnet/issues/238

As a language specific concern, we should look into the feasibility of grouping the repos and outline if this is not feasible in this issue.

musale commented 1 month ago

This one will be an interesting one. I have come across tooling like pants that supports Go, Java, Python, Scala, Kotlin, and Shell. It's also open source https://github.com/pantsbuild/pants. Is there a new repo already setup for this? I'd like to give it a stub 😄

andrueastman commented 1 month ago

Thats great!.

You can do the work as PR to this repo. Then we will rename it similar to work done for the dotnet migrations at https://github.com/microsoft/kiota-dotnet/pull/262.

andrueastman commented 1 month ago

[note for implementation/design] See https://github.com/microsoft/kiota-abstractions-python/issues/89 for more insights.

baywet commented 5 days ago

Whenever this is completed we should also: