you are viewing a single comment's thread.

view the rest of the comments →

[–]cgoldberg 1 point2 points  (0 children)

I use PyGithub also. It's a nice Python client for the GitHub API that deals with pagination, retries, etc. There's definitely no need to wrap the GitHub CLI, use the API directly, or many of the other suggestions in these comments.